一键导入
x-posting
Compose and post tweets to X with character validation. Use when asked to post or tweet something.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compose and post tweets to X with character validation. Use when asked to post or tweet something.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
Generate voice-over audio using OpenAI TTS. Use when creating narration or voice for videos.
Render videos using Remotion compositions. Use when creating or generating videos.
Research topics for video content creation. Use when researching ideas for videos.
| 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: