{
  "schemaVersion": "1.0",
  "item": {
    "slug": "instagram-poster",
    "name": "Instagram Poster",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/al1enjesus/instagram-poster",
    "canonicalUrl": "https://clawhub.ai/al1enjesus/instagram-poster",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/instagram-poster",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=instagram-poster",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/post.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/instagram-poster"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/instagram-poster",
    "agentPageUrl": "https://openagent3.xyz/skills/instagram-poster/agent",
    "manifestUrl": "https://openagent3.xyz/skills/instagram-poster/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/instagram-poster/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "instagram-poster",
        "body": "Post images to Instagram directly from your AI agent — bypasses bot detection with a real residential IP."
      },
      {
        "title": "Quick start",
        "body": "node {baseDir}/scripts/post.js \\\n  --image ./photo.jpg \\\n  --caption \"Good morning 🌅 #photography\" \\\n  --user YOUR_USERNAME \\\n  --pass YOUR_PASSWORD\n\nPost a WaveSpeed-generated image:\n\n# 1. Generate image\nnode /workspace/.agents/skills/wavespeed/scripts/wavespeed.js generate \\\n  --model flux-schnell --prompt \"sunset over mountains\" --output /tmp/post.png\n\n# 2. Post to Instagram\nnode {baseDir}/scripts/post.js \\\n  --image /tmp/post.png \\\n  --caption \"Golden hour 🏔️ #nature #photography\""
      },
      {
        "title": "Options",
        "body": "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)"
      },
      {
        "title": "Session caching",
        "body": "On first run, logs in and saves cookies to ~/.openclaw/ig-session.json.\nSubsequent runs reuse the session — no re-login needed."
      },
      {
        "title": "Config in openclaw.json",
        "body": "{\n  skills: {\n    entries: {\n      \"instagram-poster\": {\n        env: {\n          IG_USERNAME: \"your_username\",\n          IG_PASSWORD: \"your_password\"\n        }\n      }\n    }\n  }\n}"
      },
      {
        "title": "How it works",
        "body": "Launches a stealth browser with a Romanian residential IP (via human-browser)\nLogs into Instagram as a real iPhone user — passes all bot checks\nUploads your image and submits the caption\nSaves session cookies so you stay logged in"
      },
      {
        "title": "Requirements",
        "body": "human-browser skill installed\nHuman Browser subscription (residential proxy) → humanbrowser.dev\nInstagram account credentials"
      },
      {
        "title": "Agent usage example",
        "body": "User: Post this sunset photo to Instagram with caption \"Golden hour 🌅\"\nAgent: node {baseDir}/scripts/post.js --image /tmp/sunset.jpg --caption \"Golden hour 🌅\""
      }
    ],
    "body": "instagram-poster\n\nPost images to Instagram directly from your AI agent — bypasses bot detection with a real residential IP.\n\nQuick start\nnode {baseDir}/scripts/post.js \\\n  --image ./photo.jpg \\\n  --caption \"Good morning 🌅 #photography\" \\\n  --user YOUR_USERNAME \\\n  --pass YOUR_PASSWORD\n\n\nPost a WaveSpeed-generated image:\n\n# 1. Generate image\nnode /workspace/.agents/skills/wavespeed/scripts/wavespeed.js generate \\\n  --model flux-schnell --prompt \"sunset over mountains\" --output /tmp/post.png\n\n# 2. Post to Instagram\nnode {baseDir}/scripts/post.js \\\n  --image /tmp/post.png \\\n  --caption \"Golden hour 🏔️ #nature #photography\"\n\nOptions\nFlag\tEnv\tDescription\n--image\tIG_IMAGE\tLocal file path or HTTPS URL\n--caption\tIG_CAPTION\tPost caption (optional)\n--user\tIG_USERNAME\tInstagram username\n--pass\tIG_PASSWORD\tInstagram password\n--session\tIG_SESSION_PATH\tCookie session file (default: ~/.openclaw/ig-session.json)\nSession caching\n\nOn first run, logs in and saves cookies to ~/.openclaw/ig-session.json. Subsequent runs reuse the session — no re-login needed.\n\nConfig in openclaw.json\n{\n  skills: {\n    entries: {\n      \"instagram-poster\": {\n        env: {\n          IG_USERNAME: \"your_username\",\n          IG_PASSWORD: \"your_password\"\n        }\n      }\n    }\n  }\n}\n\nHow it works\nLaunches a stealth browser with a Romanian residential IP (via human-browser)\nLogs into Instagram as a real iPhone user — passes all bot checks\nUploads your image and submits the caption\nSaves session cookies so you stay logged in\nRequirements\nhuman-browser skill installed\nHuman Browser subscription (residential proxy) → humanbrowser.dev\nInstagram account credentials\nAgent usage example\nUser: Post this sunset photo to Instagram with caption \"Golden hour 🌅\"\nAgent: node {baseDir}/scripts/post.js --image /tmp/sunset.jpg --caption \"Golden hour 🌅\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/al1enjesus/instagram-poster",
    "publisherUrl": "https://clawhub.ai/al1enjesus/instagram-poster",
    "owner": "al1enjesus",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/instagram-poster",
    "downloadUrl": "https://openagent3.xyz/downloads/instagram-poster",
    "agentUrl": "https://openagent3.xyz/skills/instagram-poster/agent",
    "manifestUrl": "https://openagent3.xyz/skills/instagram-poster/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/instagram-poster/agent.md"
  }
}