{
  "schemaVersion": "1.0",
  "item": {
    "slug": "insta-post",
    "name": "insta-post",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/mupengi-bot/insta-post",
    "canonicalUrl": "https://clawhub.ai/mupengi-bot/insta-post",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/insta-post",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=insta-post",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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/insta-post"
    },
    "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/insta-post",
    "agentPageUrl": "https://openagent3.xyz/skills/insta-post/agent",
    "manifestUrl": "https://openagent3.xyz/skills/insta-post/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/insta-post/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Instagram Post Upload 🐧",
        "body": "Upload images as Instagram posts via OpenClaw browser tool (CDP port 18800)."
      },
      {
        "title": "Prerequisites",
        "body": "OpenClaw browser running (port 18800)\nInstagram tab open and logged in\nImages in JPG format (PNG causes \"문제가 발생했습니다\" errors)"
      },
      {
        "title": "Quick Upload",
        "body": "For simple posts, use the bundled script:\n\nnode <skill-dir>/scripts/post.sh \"<image_paths_comma_separated>\" \"<caption>\""
      },
      {
        "title": "Step-by-step flow:",
        "body": "Snapshot — browser snapshot to find the Instagram tab. Save targetId.\n\n\nClose any dialogs — If settings/menus are open, press ESC or click outside.\n\n\nClick \"만들기\" — Find \"새로운 게시물 만들기\" or \"만들기\" in sidebar. Click it.\n\n\nUpload image — Find input[type=file] via evaluate:\ndocument.querySelectorAll('input[type=\"file\"]')\n\nUse the last one (usually index 2, accepts video+image). Upload via browser upload.\n\n\nWait 5 seconds — Let the image load.\n\n\nClick \"다음\" — Crop screen → Next.\n\n\nClick \"다음\" — Filter screen → Next.\n\n\nType caption — Find textarea with aria-label=\"문구 입력...\", click it, then type.\n\n\nAdd collaborators (optional) — Before sharing:\n\nClick \"사람 태그하기\" or collaborator section\nSearch and add your team account usernames\n\n\n\nClick \"공유하기\" — Submit the post.\n\n\nVerify — Wait for \"게시물이 공유되었습니다\" confirmation."
      },
      {
        "title": "Image Preparation",
        "body": "Format: JPG only. Convert PNG: convert input.png -quality 92 output.jpg\nSize: 1024x1024 or 1080x1080 recommended\nMultiple images: Upload multiple files to the same input for carousel"
      },
      {
        "title": "Collaborator Tagging",
        "body": "Configure your default collaborators in your workspace TOOLS.md file."
      },
      {
        "title": "Troubleshooting",
        "body": "ProblemFix\"문제가 발생했습니다\"Convert PNG→JPG, refresh browseract timeoutRe-snapshot, re-confirm refsSettings dialog openPress ESC or click outsideFile input not foundRe-click \"만들기\" buttonCaption won't typeClick textarea first, then typeWrong element clickedAlways snapshot before clicking, verify ref\n\n🐧 Built by 무펭이 — 무펭이즘(Mupengism) 생태계 스킬"
      }
    ],
    "body": "Instagram Post Upload 🐧\n\nUpload images as Instagram posts via OpenClaw browser tool (CDP port 18800).\n\nPrerequisites\nOpenClaw browser running (port 18800)\nInstagram tab open and logged in\nImages in JPG format (PNG causes \"문제가 발생했습니다\" errors)\nQuick Upload\n\nFor simple posts, use the bundled script:\n\nnode <skill-dir>/scripts/post.sh \"<image_paths_comma_separated>\" \"<caption>\"\n\nBrowser Tool Method (Recommended)\nStep-by-step flow:\n\nSnapshot — browser snapshot to find the Instagram tab. Save targetId.\n\nClose any dialogs — If settings/menus are open, press ESC or click outside.\n\nClick \"만들기\" — Find \"새로운 게시물 만들기\" or \"만들기\" in sidebar. Click it.\n\nUpload image — Find input[type=file] via evaluate:\n\ndocument.querySelectorAll('input[type=\"file\"]')\n\n\nUse the last one (usually index 2, accepts video+image). Upload via browser upload.\n\nWait 5 seconds — Let the image load.\n\nClick \"다음\" — Crop screen → Next.\n\nClick \"다음\" — Filter screen → Next.\n\nType caption — Find textarea with aria-label=\"문구 입력...\", click it, then type.\n\nAdd collaborators (optional) — Before sharing:\n\nClick \"사람 태그하기\" or collaborator section\nSearch and add your team account usernames\n\nClick \"공유하기\" — Submit the post.\n\nVerify — Wait for \"게시물이 공유되었습니다\" confirmation.\n\nImage Preparation\nFormat: JPG only. Convert PNG: convert input.png -quality 92 output.jpg\nSize: 1024x1024 or 1080x1080 recommended\nMultiple images: Upload multiple files to the same input for carousel\nCollaborator Tagging\n\nConfigure your default collaborators in your workspace TOOLS.md file.\n\nTroubleshooting\nProblem\tFix\n\"문제가 발생했습니다\"\tConvert PNG→JPG, refresh browser\nact timeout\tRe-snapshot, re-confirm refs\nSettings dialog open\tPress ESC or click outside\nFile input not found\tRe-click \"만들기\" button\nCaption won't type\tClick textarea first, then type\nWrong element clicked\tAlways snapshot before clicking, verify ref\n\n🐧 Built by 무펭이 — 무펭이즘(Mupengism) 생태계 스킬"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mupengi-bot/insta-post",
    "publisherUrl": "https://clawhub.ai/mupengi-bot/insta-post",
    "owner": "mupengi-bot",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/insta-post",
    "downloadUrl": "https://openagent3.xyz/downloads/insta-post",
    "agentUrl": "https://openagent3.xyz/skills/insta-post/agent",
    "manifestUrl": "https://openagent3.xyz/skills/insta-post/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/insta-post/agent.md"
  }
}