用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/az9713/whatsapp-claude --skill x-posting命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Generate lip-synced avatar video from text using OmniHuman v1.5. Use when creating talking-head or avatar videos.
Send and read emails via Gmail browser automation. Use when asked to send email or check inbox.
Schedule tasks using natural language time expressions. Use when asked to schedule a recurring or timed task.
正在显示 SKILL.md
| name | x-posting |
| description | Compose and post tweets to X with character validation. Use when asked to post or tweet something. |
| disable-model-invocation | true |
| allowed-tools | ["mcp__claude-in-chrome__*"] |
Compose and post tweets to X (Twitter).
const tweet = "Your tweet content here";
if (tweet.length > 280) {
// Either truncate or split into thread
console.log("Tweet exceeds 280 characters");
}
Use mcp__claude-in-chrome__navigate to go to https://x.com
Wait for page to fully load
Use mcp__claude-in-chrome__find to locate "Post" or compose button
Click the compose button
Wait for modal to appear
Use mcp__claude-in-chrome__find to locate the tweet input area
Use mcp__claude-in-chrome__form_input to enter the tweet text
If including images or video:
Use mcp__claude-in-chrome__find to locate media upload button
Use mcp__claude-in-chrome__upload_image to add media
Wait for upload to complete
Use mcp__claude-in-chrome__find to locate "Post" button
Click to post
Wait for confirmation
Check for success notification or the tweet appearing in timeline
Return the tweet URL if available
For content longer than 280 characters:
基于 SOC 职业分类