Manage an Instagram account. View profile, list posts, publish images/carousels, publish videos/Reels, and read/write comments. Use when the user requests an...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install instagram-content-studio或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install instagram-content-studio⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/instagram-content-studio/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: instagram-api description: Manage an Instagram account. View profile, list posts, publish images/carousels, publish videos/Reels, and read/write comments. Use when the user requests any Instagram-related task. allowed-tools: Bash(node scripts/*) compatibility: Requires node (v22+), npm, and cloudflared (for local file uploads). Requires env var INSTAGRAM_ACCESS_TOKEN in a .env file. Requires internet access to graph.instagram.com. metadata: version: "1.0" ---
A skill for managing an Instagram account via the Instagram Graph API. Supports profile viewing, post management, image publishing, video/Reels publishing, and comment operations.
.env file with credentials must be configured. - Required: INSTAGRAM_ACCESS_TOKEN - Recommended (for comment/reply via Facebook Graph): FACEBOOK_USER_ACCESS_TOKEN - Required for FB token refresh: FACEBOOK_APP_ID, FACEBOOK_APP_SECRET
cloudflared must be installed for local image/video posting..env file path, append --env to every command. - Example: node scripts/get-profile.js --env /home/user/.instagram-env
All commands automatically refresh the token before execution. No manual refresh needed.
# Instagram token refresh
node scripts/refresh-token.js
# Facebook user token refresh (for comments/replies flow)
node scripts/refresh-facebook-token.js
Manually refreshes token(s) and returns expiration info.
node scripts/get-profile.js
Returns profile info (name, username, account type, media count).
node scripts/get-posts.js [--limit 10]
Returns the user's post list. Use --limit to set the count (default: 10).
node scripts/get-post.js <media-id>
Returns post detail including like count and comment count.
# Single image (URL)
node scripts/post-image.js --caption "Caption" https://example.com/photo.jpg
# Single image (local file)
node scripts/post-image.js --caption "Caption" ./photos/image.png
# Carousel — multiple images (URL)
node scripts/post-image.js --caption "Caption" https://example.com/a.jpg https://example.com/b.jpg
# Carousel — multiple images (local files)
node scripts/post-image.js --caption "Caption" ./img1.png ./img2.png ./img3.jpg
http://, https://) and local file paths are supported, but mixing is not allowed.# Single video (URL)
node scripts/post-video.js --caption "Caption" https://example.com/video.mp4
# Single video (local file)
node scripts/post-video.js --caption "Caption" ./videos/clip.mp4
# With cover image and options
node scripts/post-video.js --caption "Caption" --cover https://example.com/cover.jpg --thumb-offset 5000 --share-to-feed true https://example.com/video.mp4
# Video carousel — multiple videos (URL)
node scripts/post-video.js --caption "Caption" https://example.com/a.mp4 https://example.com/b.mp4
# Video carousel — multiple videos (local files)
node scripts/post-video.js --caption "Caption" ./clip1.mp4 ./clip2.mov
--cover, --thumb-offset, --share-to-feed options are only available for single video posts (not carousels).node scripts/get-comments.js <media-id>
Returns comments and replies for a specific post.
node scripts/post-comment.js <media-id> --text "Comment text"
node scripts/reply-comment.js <comment-id> --text "Reply text"
If the output contains an error field, an error has occurred. Explain the cause to the user and suggest a resolution.
{ "error": "error message" }
refreshIgToken() and refreshFbToken() overwrite tokens in the .env file in plaintext. Do not commit .env to version control.When creating your Meta app, grant only these permissions:
instagram_business_basic — profile and media readinstagram_content_publish — image/video publishinginstagram_manage_comments — comment read/writepages_read_engagement — required for comment API via Facebook Graphpages_show_list — required for page-linked Instagram accounts安装 Instagram Content Studio 后,可以对 AI 说这些话来触发它
Help me get started with Instagram Content Studio
Explains what Instagram Content Studio does, walks through the setup, and runs a quick demo based on your current project
Use Instagram Content Studio to manage an Instagram account
Invokes Instagram Content Studio with the right parameters and returns the result directly in the conversation
What can I do with Instagram Content Studio in my marketing & growth workflow?
Lists the top use cases for Instagram Content Studio, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/instagram-content-studio/ 目录(个人级,所有项目可用),或 .claude/skills/instagram-content-studio/(项目级)。重启 AI 客户端后,用 /instagram-content-studio 主动调用,或让 AI 根据上下文自动发现并使用。
Instagram Content Studio 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Instagram Content Studio 可免费安装使用。请查阅仓库了解许可证信息。
Manage an Instagram account. View profile, list posts, publish images/carousels, publish videos/Reels, and read/write comments. Use when the user requests an...
Instagram Content Studio 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Instagram Content Studio
Identifies repetitive steps in your workflow and sets up Instagram Content Studio to handle them automatically