twitter-send-skill

Automate posting, replying, retweeting, liking, unliking, and deleting tweets on Twitter/X.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/MachinaOS --skill twitter-send-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-send-skill
Source: https://github.com/zeenie-ai/MachinaOS/tree/main/server/skills/social_agent/twitter-send-skill
Command: npx skills add https://github.com/zeenie-ai/MachinaOS --skill twitter-send-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of manually posting and managing tweets by providing a structured tool interface for common X/Twitter actions like tweeting, replying, retweeting, liking, unliking, and deleting.

Core Features & Use Cases

  • Tweet, Reply, Retweet, Like/Unlike, Delete: Perform the full set of core engagement actions from an AI agent workflow.
  • Threading Support: Create multi-tweet threads by replying to the prior tweet ID returned from the previous step.
  • OAuth Token Refresh: Automatically refreshes OAuth tokens when they expire to keep long-running automations working.
  • Use Case: An AI agent can publish a daily update, reply to a mention with context-aware text, and engage with a set of candidate tweets based on rules or prior search results.

Quick Start

Use the Twitter Send tool to post a new tweet by sending the action "tweet" with your 280-character text as the tool input.

Frequently Asked Questions about twitter-send-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate posting tweets and managing Twitter engagement from an AI workflow?

You can automate Twitter engagement by using a tool interface that executes actions like tweeting, replying, retweeting, liking, unliking, and deleting tweets directly from your AI agent workflow.

How do I create a multi-tweet thread automatically when posting to Twitter?

To create a multi-tweet thread, you publish the first tweet and then use the returned tweet ID to post subsequent replies, linking each tweet to the prior one in the sequence.

Does Twitter social automation require OAuth for posting tweets and replies?

Yes, Twitter social automation requires an OAuth 2.0 user context to authenticate actions, and the tool automatically refreshes expired tokens to keep long-running workflows active.

Can I automate context-aware replies to Twitter mentions?

Yes, you can automate replies to mentions by passing the target tweet ID and context-aware text to the reply action, allowing your AI agent to respond dynamically based on prior search results or rules.

Are there character limits or input validations to consider when automating a tweet?

Yes, automating a tweet requires validating inputs against action-specific fields and adhering to the 280-character text limit to ensure the tweet publishes successfully.