← All skills
Tencent SkillHub Β· Developer Tools

insta-post

Upload Instagram posts via browser automation. Use when uploading images to Instagram, creating Instagram posts, or automating Instagram content publishing....

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Upload Instagram posts via browser automation. Use when uploading images to Instagram, creating Instagram posts, or automating Instagram content publishing....

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/post.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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) μƒνƒœκ³„ μŠ€ν‚¬

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/post.js Scripts