ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

insta-post

Upload Instagram posts via browser automation. Use when uploading images to Instagram, creating Instagram posts, or automating Instagram content publishing. Handles image upload, caption entry, collaborator tagging, and sharing through the OpenClaw browser tool connected to an active Instagram session.

skill-install β€” Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mupengi-bot/insta-post
Or

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>"

Browser Tool Method (Recommended)

Step-by-step flow:

  1. Snapshot β€” browser snapshot to find the Instagram tab. Save targetId.

  2. Close any dialogs β€” If settings/menus are open, press ESC or click outside.

  3. Click "λ§Œλ“€κΈ°" β€” Find "μƒˆλ‘œμš΄ κ²Œμ‹œλ¬Ό λ§Œλ“€κΈ°" or "λ§Œλ“€κΈ°" in sidebar. Click it.

  4. 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.

  5. Wait 5 seconds β€” Let the image load.

  6. Click "λ‹€μŒ" β€” Crop screen β†’ Next.

  7. Click "λ‹€μŒ" β€” Filter screen β†’ Next.

  8. Type caption β€” Find textarea with aria-label="문ꡬ μž…λ ₯...", click it, then type.

  9. Add collaborators (optional) β€” Before sharing:

    • Click "μ‚¬λžŒ νƒœκ·Έν•˜κΈ°" or collaborator section
    • Search and add your team account usernames
  10. Click "κ³΅μœ ν•˜κΈ°" β€” Submit the post.

  11. 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 browser
act timeoutRe-snapshot, re-confirm refs
Settings dialog openPress ESC or click outside
File input not foundRe-click "λ§Œλ“€κΈ°" button
Caption won't typeClick textarea first, then type
Wrong element clickedAlways snapshot before clicking, verify ref

🐧 Built by 무펭이 β€” 무펭이즘(Mupengism) μƒνƒœκ³„ μŠ€ν‚¬

Metadata

Stars1335
Views0
Updated2026-02-23
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build β€” we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mupengi-bot-insta-post": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.