بنقرة واحدة
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