instagram-saver

當使用者貼上 Instagram 連結時,自動下載該貼文的所有高解析度圖片與影片。使用 Cobalt API 進行解析,支援多圖貼文,若為私人帳號會自動回報。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "instagram-saver" with this command: npx skills add kenleung1205/instagram-saver

Instagram Saver

當偵測到 Instagram 連結時,使用 Cobalt API 解析並下載內容。

Workflow

Step 1 — 準備 API 請求 (Prepare Request)

當使用者提供 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}"}

Step 2 — 發送請求與解析 (Fetch & Parse)

執行以下 curl 指令(請將 {url} 替換為實際連結):

curl -X POST [https://api.cobalt.tools/api/json](https://api.cobalt.tools/api/json) \
     -H "Content-Type: application/json" \
     -H "Accept: application/json" \
     -d '{"url": "{url}"}'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zoom

Zoom API integration with managed OAuth. Manage meetings, webinars, recordings, and user profiles. Use this skill when users want to schedule meetings, manag...

Registry SourceRecently Updated
General

Kleinanzeigen.de Helper

Erstelle und verwalte Verkaufsanzeigen speziell auf kleinanzeigen.de. Verwende diesen Skill wenn der Human sagt, er will etwas auf kleinanzeigen.de verkaufen...

Registry SourceRecently Updated
General

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...

Registry SourceRecently Updated
General

IMAP/SMTP Email - Maddy Fix

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

Registry SourceRecently Updated