用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ChenKuanSun/MobileClaw --skill social-media命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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