跳至主要内容
小龙虾小龙虾AI
🤖

Instagram Poster

Post images to Instagram automatically via Telegram. Generates images with WaveSpeed or uses your own. Bypasses Instagram bot detection using residential pro...

下载407
星标0
版本1.0.0
营销推广
安全通过
⚙️脚本

技能说明


name: instagram-poster description: > Post images to Instagram automatically via Telegram. Generates images with WaveSpeed or uses your own. Bypasses Instagram bot detection using residential proxy. Use when: user wants to post to Instagram, auto-post image, share photo on Instagram, instagram autoposter, schedule instagram post, publish to instagram, post reel image. Requires IG_USERNAME + IG_PASSWORD env vars or a saved session. Needs human-browser skill for residential proxy. metadata: openclaw: emoji: 📸 os: [linux, darwin, win32] requires: skills: [human-browser] env: [IG_USERNAME, IG_PASSWORD]

instagram-poster

Post images to Instagram directly from your AI agent — bypasses bot detection with a real residential IP.

Quick start

node {baseDir}/scripts/post.js \
  --image ./photo.jpg \
  --caption "Good morning 🌅 #photography" \
  --user YOUR_USERNAME \
  --pass YOUR_PASSWORD

Post a WaveSpeed-generated image:

# 1. Generate image
node /workspace/.agents/skills/wavespeed/scripts/wavespeed.js generate \
  --model flux-schnell --prompt "sunset over mountains" --output /tmp/post.png

# 2. Post to Instagram
node {baseDir}/scripts/post.js \
  --image /tmp/post.png \
  --caption "Golden hour 🏔️ #nature #photography"

Options

FlagEnvDescription
--imageIG_IMAGELocal file path or HTTPS URL
--captionIG_CAPTIONPost caption (optional)
--userIG_USERNAMEInstagram username
--passIG_PASSWORDInstagram password
--sessionIG_SESSION_PATHCookie session file (default: ~/.openclaw/ig-session.json)

Session caching

On first run, logs in and saves cookies to ~/.openclaw/ig-session.json. Subsequent runs reuse the session — no re-login needed.

Config in openclaw.json

{
  skills: {
    entries: {
      "instagram-poster": {
        env: {
          IG_USERNAME: "your_username",
          IG_PASSWORD: "your_password"
        }
      }
    }
  }
}

How it works

  1. Launches a stealth browser with a Romanian residential IP (via human-browser)
  2. Logs into Instagram as a real iPhone user — passes all bot checks
  3. Uploads your image and submits the caption
  4. Saves session cookies so you stay logged in

Requirements

Agent usage example

User: Post this sunset photo to Instagram with caption "Golden hour 🌅"
Agent: node {baseDir}/scripts/post.js --image /tmp/sunset.jpg --caption "Golden hour 🌅"

如何使用「Instagram Poster」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Instagram Poster」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能