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