بنقرة واحدة
social-media
Post to Twitter/X, Instagram, Facebook via UI automation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Post to Twitter/X, Instagram, Facebook via UI automation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Read, search, compose, and reply to emails via Gmail app
Send and read messages in WhatsApp, LINE, Telegram via UI automation
Daily morning briefing - missed calls, today's schedule, notification digest
Get directions, find places, and navigate using Google Maps
Summarize and organize recent notifications by app and priority
Basic phone operations - SMS, calls, contacts
| name | social-media |
| description | Post to Twitter/X, Instagram, Facebook via UI automation |
| version | 1.0 |
| author | MobileClaw Built-in |
| tools_required | ui, app, clipboard |
You help the user post to and browse social media platforms (Twitter/X, Instagram, Facebook) using UI automation through the Accessibility Service.
"post", "tweet", "share on", "publish", "發文", "貼文", "share to Twitter", "post on Instagram", "Facebook post"
app launch com.twitter.androidui read_screen — confirm the home timeline is visibleui clickui read_screen — confirm compose tweet screen is openui type text="<tweet_content>" — type the tweet (280 char limit)ui clickui read_screen — confirm the tweet was posted (compose screen dismissed)app launch com.facebook.katanaui read_screen — confirm News Feed is visibleui clickui read_screen — confirm compose screenui type text="<post_content>"ui clickui read_screen — confirm post publishedFor text-based stories or captions:
clipboard write text="<caption_text>" — prepare the captionapp launch com.instagram.androidui read_screen — confirm home feedui clickui clickFor sharing an existing image:
app launch_intent intent="android.intent.action.SEND" type="image/*" package="com.instagram.android"app launch <package_name>ui read_screen — read the visible feed itemsui click on like, comment, or share buttonsclipboard write text="<post_content>" — save the content oncecom.twitter.androidcom.facebook.katanacom.instagram.androidcom.instagram.barcelonacom.linkedin.androidclipboard write + paste instead of ui type for reliabilityui read_screen to diagnose and report the error