twitter-api

Post, quote, reply to, and delete tweets via the X API.

45|50|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/zocomputer/skills --skill twitter-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-api
Source: https://github.com/zocomputer/skills/tree/main/Community/twitter-api
Command: npx skills add https://github.com/zocomputer/skills --skill twitter-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires oauth-1.0a, crypto-js, and includes scripts (resource) components.

What problem does it solve?

This Skill allows you to programmatically post, quote, reply to, and delete tweets on X (formerly Twitter) using your API keys, automating social media interactions.

Core Features & Use Cases

  • Tweet Posting: Send new tweets with text and optional media attachments.
  • Quote Tweeting: Share a tweet with your own commentary and media.
  • Replying: Engage in conversations by replying to existing tweets.
  • Deleting Tweets: Remove previously posted tweets.
  • Use Case: Automate daily announcements, respond to customer inquiries, or schedule promotional tweets directly from your workflows.

Quick Start

Use the twitter-api skill to post "Hello from Zo!" to X.

Frequently Asked Questions about twitter-api

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

FAQPage Schema
How do I automate posting tweets to X using API keys?

You can automate posting tweets to X by configuring your API keys and tokens in a local CLI script. This enables programmatic interaction to send text posts and media attachments directly from your workflow.

Can I reply to or quote existing tweets programmatically via the X API?

Yes, you can quote tweets with your own commentary and media, or reply to existing tweets to engage in conversations. These interactions are handled via local CLI scripts using your configured API authentication.

Do I need my own API keys and tokens to automate social media posting on X?

Yes, automating social media posting on X requires user-configured API keys and tokens for OAuth 1.0a authentication. You must provide these credentials before the script can interact with the platform.

What is the character limit for text-based posts when using the X API?

The character limit for text-based posts using the X API is 280 characters per tweet. This constraint applies to all automated posts, including new tweets, replies, and quote tweets.

How do I delete previously posted tweets programmatically?

You can delete previously posted tweets programmatically by executing the delete function within the local CLI script. This action requires valid API keys and tokens to authenticate the deletion request.