# Send insta-post to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/insta-post",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=insta-post",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/post.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "insta-post",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T04:12:10.961Z",
      "expiresAt": "2026-05-19T04:12:10.961Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=insta-post",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=insta-post",
        "contentDisposition": "attachment; filename=\"insta-post-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "insta-post"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Instagram Post Upload 🐧

Upload images as Instagram posts via OpenClaw browser tool (CDP port 18800).

### Prerequisites

OpenClaw browser running (port 18800)
Instagram tab open and logged in
Images in JPG format (PNG causes "문제가 발생했습니다" errors)

### Quick Upload

For simple posts, use the bundled script:

node <skill-dir>/scripts/post.sh "<image_paths_comma_separated>" "<caption>"

### Step-by-step flow:

Snapshot — browser snapshot to find the Instagram tab. Save targetId.


Close any dialogs — If settings/menus are open, press ESC or click outside.


Click "만들기" — Find "새로운 게시물 만들기" or "만들기" in sidebar. Click it.


Upload image — Find input[type=file] via evaluate:
document.querySelectorAll('input[type="file"]')

Use the last one (usually index 2, accepts video+image). Upload via browser upload.


Wait 5 seconds — Let the image load.


Click "다음" — Crop screen → Next.


Click "다음" — Filter screen → Next.


Type caption — Find textarea with aria-label="문구 입력...", click it, then type.


Add collaborators (optional) — Before sharing:

Click "사람 태그하기" or collaborator section
Search and add your team account usernames



Click "공유하기" — Submit the post.


Verify — Wait for "게시물이 공유되었습니다" confirmation.

### Image Preparation

Format: JPG only. Convert PNG: convert input.png -quality 92 output.jpg
Size: 1024x1024 or 1080x1080 recommended
Multiple images: Upload multiple files to the same input for carousel

### Collaborator Tagging

Configure your default collaborators in your workspace TOOLS.md file.

### Troubleshooting

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

🐧 Built by 무펭이 — 무펭이즘(Mupengism) 생태계 스킬
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mupengi-bot
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T04:12:10.961Z
- Expires at: 2026-05-19T04:12:10.961Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/insta-post)
- [Send to Agent page](https://openagent3.xyz/skills/insta-post/agent)
- [JSON manifest](https://openagent3.xyz/skills/insta-post/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/insta-post/agent.md)
- [Download page](https://openagent3.xyz/downloads/insta-post)