pinterestSearch and browse Pinterest pins, get pin details, and send actual images to the user via Telegram/messaging. Use when the user wants to find inspiration, search for images/ideas, or browse Pinterest content. Sends images directly, not just links.
Install via ClawdBot CLI:
clawdbot install 0xs4m1337/pinterestSearch, browse, and share Pinterest pins — sends actual images to chat, not just links.
browser action=navigate url="https://www.pinterest.com/search/pins/?q=YOUR+SEARCH+TERMS"
browser action=snapshot
From the snapshot, find image URLs. Pinterest images follow this pattern:
https://i.pinimg.com/236x/...https://i.pinimg.com/564x/...https://i.pinimg.com/originals/...To get high-res: replace 236x or 564x with originals in the URL.
Send actual image (not link!):
message action=send media="https://i.pinimg.com/originals/xx/xx/image.jpg" message="Pin description here"
Send multiple images:
message action=send media="https://i.pinimg.com/originals/..." message="Option 1: Modern minimal"
message action=send media="https://i.pinimg.com/originals/..." message="Option 2: Cozy rustic"
media= parameterWhen on a pin detail page:
![]()
with src containing i.pinimg.comhttps://i.pinimg.com/originals/{hash}.jpg# 1. Search
browser action=navigate url="https://www.pinterest.com/search/pins/?q=minimalist+desk+setup"
browser action=snapshot
# 2. Extract image URLs from snapshot (look for i.pinimg.com)
# 3. Convert to high-res originals
# 4. Send images
message action=send media="https://i.pinimg.com/originals/ab/cd/ef123.jpg" message="Clean white desk with plant 🌿"
message action=send media="https://i.pinimg.com/originals/gh/ij/kl456.jpg" message="Wooden desk, natural light ☀️"
If image URL extraction is tricky, screenshot the pin:
browser action=navigate url="https://www.pinterest.com/pin/123456/"
browser action=screenshot
# Then send the screenshot file
message action=send filePath="/path/to/screenshot.jpg" message="Here's the pin!"
Requires OAuth token setup — see references/oauth-setup.md
export PINTEREST_ACCESS_TOKEN="your_token"
python3 scripts/pinterest_api.py boards
python3 scripts/pinterest_api.py board-pins <board_id>
python3 scripts/pinterest_api.py pin <pin_id>
media= parameteroriginals URLs for high-resreferences/oauth-setup.mdreferences/api-reference.mdGenerated Mar 1, 2026
Users can search for home decor ideas like minimalist living rooms or cozy bedroom setups. The skill sends high-res images directly to chat, allowing quick visual reference and idea sharing without clicking links. Ideal for designers or homeowners gathering inspiration.
Users browse Pinterest for outfit ideas, seasonal trends, or color palettes. The skill extracts and sends multiple pin images, enabling style comparisons and mood board creation. Useful for fashion enthusiasts or personal stylists.
Users search for recipes, plating ideas, or party food inspiration. The skill sends actual food images, helping visualize dishes and gather cooking ideas. Beneficial for home cooks or food bloggers.
Users find step-by-step craft tutorials or DIY home projects. The skill provides high-res images of finished projects or materials, aiding in planning and execution. Suitable for hobbyists or small business creators.
Users explore Pinterest for wedding themes, party decorations, or venue setups. The skill sends multiple decor images directly, facilitating quick decision-making and vendor communication. Helpful for event planners or individuals organizing events.
Offer a basic free tier for image searches and sends, with premium features like API access for bulk pin management or automated board updates. Revenue comes from subscription fees for advanced users or businesses needing high-volume Pinterest integration.
Integrate with e-commerce platforms to tag Pinterest images with affiliate links for products like home decor or fashion items. Revenue is generated through commissions on sales driven by shared pins, targeting influencers or marketers.
Provide a tool for design agencies to quickly gather and share visual inspiration with clients via automated image sends from Pinterest. Revenue comes from licensing fees per user or team, focusing on industries like interior design or marketing.
💬 Integration Tip
Use the browser snapshot to extract image URLs and convert them to high-res originals before sending; always test with a few pins to ensure media parameter works in your messaging platform.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X — read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.