Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseUse Instagram from your AI agent through ClawLink — browser login, no API key to paste, no config to edit. Connect Instagram once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).
通过ClawLink让你的AI Agent使用Instagram——支持浏览器登录,无需粘贴API密钥,无需编辑配置。只需连接一次Instagram,Agent即可读取数据并执行操作。适用于所有可运行shell命令的Agent(如Claude Code、Cursor、Codex、Cline等)。
Setup
设置
Run these once — the agent can run them for you:
bash
npx @useclawlink/cli login # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect instagram # opens browser → authorize InstagramNo API key to create or paste — stores the credential at .
login~/.clawlink/credentials.json只需运行以下命令一次——Agent可代你执行:
bash
npx @useclawlink/cli login # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect instagram # opens browser → authorize Instagram无需创建或粘贴API密钥——命令会将凭证存储在路径下。
login~/.clawlink/credentials.jsonUsing Instagram
使用Instagram
bash
npx @useclawlink/cli actions instagram "<what you want to do>" # find an action
npx @useclawlink/cli describe instagram <action-id> # see its inputs (before writes)
npx @useclawlink/cli run instagram <action-id> --input '<json>' # executeReads first; confirm with the user before any write.
bash
npx @useclawlink/cli actions instagram "<what you want to do>" # find an action
npx @useclawlink/cli describe instagram <action-id> # see its inputs (before writes)
npx @useclawlink/cli run instagram <action-id> --input '<json>' # execute先执行读取操作;执行任何写入操作前需征得用户确认。
Available actions
可用操作
| Action | Description |
|---|---|
| Get Instagram user info |
| Get Instagram user insights |
| List Instagram media items |
| Get a specific Instagram media item |
| Get Instagram media children (carousel items) |
| List comments on an Instagram media item |
| Get insights for an Instagram media item |
| List Instagram user stories |
| List Instagram user tags |
| Get Instagram content publishing limit |
| Create an Instagram media container |
| Publish an Instagram media item |
| Create an Instagram carousel container |
| Post a comment on an Instagram media item |
| List replies to an Instagram comment |
| 操作 | 描述 |
|---|---|
| 获取Instagram用户信息 |
| 获取Instagram用户洞察 |
| 列出Instagram媒体内容 |
| 获取特定Instagram媒体内容 |
| 获取Instagram媒体子内容(轮播项) |
| 列出Instagram媒体内容的评论 |
| 获取Instagram媒体内容的洞察 |
| 列出Instagram用户动态 |
| 列出Instagram用户标签 |
| 获取Instagram内容发布限制 |
| 创建Instagram媒体容器 |
| 发布Instagram媒体内容 |
| 创建Instagram轮播容器 |
| 在Instagram媒体内容下发布评论 |
| 列出Instagram评论的回复 |
Notes
注意事项
- No API key for Instagram itself — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run .
npx @useclawlink/cli connect instagram - The action list above is a snapshot; is always current.
npx @useclawlink/cli actions instagram
- 无需Instagram自身的API密钥——ClawLink持有OAuth令牌;Agent仅持有你的ClawLink凭证。
- 未连接或访问权限过期?重新运行即可。
npx @useclawlink/cli connect instagram - 上述操作列表为快照;命令始终显示最新操作。
npx @useclawlink/cli actions instagram
Resources
资源
- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli
Powered by ClawLink — connect 90+ apps to any AI agent.
- ClawLink: https://claw-link.dev
- 文档: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli
由ClawLink提供支持——可将90+应用连接至任意AI Agent。