instagram-saver當使用者貼上 Instagram 連結時,自動下載該貼文的所有高解析度圖片與影片。使用 Cobalt API 進行解析,支援多圖貼文,若為私人帳號會自動回報。
Install via ClawdBot CLI:
clawdbot install kenleung1205/instagram-saver當偵測到 Instagram 連結時,使用 Cobalt API 解析並下載內容。
當使用者提供 Instagram 網址(url)時,請準備執行 curl 指令。我們將使用 Cobalt API 來獲取真實的媒體下載連結。
API Endpoint: https://api.cobalt.tools/api/json
Header: Content-Type: application/json
Header: Accept: application/json
Body: {"url": "{url}"}
執行以下 curl 指令(請將 {url} 替換為實際連結):
```bash
curl -X POST https://api.cobalt.tools/api/json \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"url": "{url}"}'
AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
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.