with one click
instagram-post
// Create and publish an Instagram post with a photo and caption. Use when user says "post to Instagram", "share on IG", "upload a photo to Instagram", etc.
// Create and publish an Instagram post with a photo and caption. Use when user says "post to Instagram", "share on IG", "upload a photo to Instagram", etc.
Execute user instructions on the phone via ClawPaw MCP tools. Use when a user wants to do something on the phone โ send a message, open an app, tap something, take a screenshot, etc.
Guide users through ClawPaw Android setup โ installing the APK, granting permissions, connecting SSH tunnel, and verifying the full LLM-to-phone control chain. Use when a user wants to set up ClawPaw, install the app, connect a new phone, or troubleshoot connection issues.
Check, install, and activate ADBKeyboard for full Unicode/Chinese/emoji text input
Location check-in with auto photo, geocoding, weather, and a generated caption
End-of-day report with trajectory timeline, dwell-time stats, and notification summary
ๆๅผ้ฃไนฆๅนถๅฎๆ่ๅคๆๅก๏ผไธ็ญ/ไธ็ญ๏ผ๏ผๆฏๆ่ฟๅฐ่กฅๅกใ็จๆท่ฏด"ๅธฎๆๆๅก"ใ"้ฃไนฆ็ญพๅฐ"ๆถไฝฟ็จใ
| name | instagram-post |
| description | Create and publish an Instagram post with a photo and caption. Use when user says "post to Instagram", "share on IG", "upload a photo to Instagram", etc. |
| disable-model-invocation | true |
Create and publish an Instagram post. Instagram's API is extremely limited for personal accounts โ posting with full features (filters, tagging, location) can only be done via the app.
Use snapshot throughout. Avoid screenshot unless snapshot returns no useful elements.
com.instagram.android
shell โ monkey -p com.instagram.android -c android.intent.category.LAUNCHER 1
snapshot โ confirm Instagram is open and the user is logged in. If a login page appears (elements with desc "็ปๅฝ" or "Log in"), inform the user they need to log in first and stop.
Instagram's bottom tab bar has a "+" button for creating content.
snapshot โ find the create button. Look for:
tap the create buttonsnapshot โ should show the photo picker / gallery viewThe gallery picker shows recent photos from the device.
snapshot โ look for the photo grid. Photos are usually in a grid of ImageView elementssnapshot โ confirm a photo is selected (it should appear in the preview area at the top)tapThe filter/edit screen appears:
snapshot โ look for filter options and the "Next" / "ไธไธๆญฅ" buttontap "Next" / "ไธไธๆญฅ" to proceed to the caption screensnapshot โ find the caption input field. Look for:
EditText element near the top of the screentap the caption fieldtype_text with the caption from $ARGUMENTS or as specified by the usersnapshot โ find the "Share" / "ๅไบซ" button (usually top-right)tap the Share buttonsnapshot โ verify the post was published (should return to feed or profile)screenshot as fallback if snapshot returns minimal elements