x-twitter

Interact with the Twitter/X API to read, search, post, like, and retweet tweets.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Qcasares/saas-app --skill x-twitter-qcasares
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-twitter
Source: https://github.com/Qcasares/saas-app/tree/main/skills/x-twitter
Command: npx skills add https://github.com/Qcasares/saas-app --skill x-twitter-qcasares

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, requests_oauthlib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with Twitter/X, allowing users to perform a wide range of actions such as reading tweets, searching, posting, liking, retweeting, and managing timelines without manual navigation.

Core Features & Use Cases

  • Read Tweets: Retrieve full metadata for a single tweet or an entire conversation thread.
  • Search: Perform searches on tweets, including with operators and filtering for recent or popular content.
  • Post: Create new tweets, reply to existing tweets, or quote tweets.
  • Engage: Like, unlike, retweet, bookmark, follow, and unfollow users.
  • Manage Timelines: Access home timeline, mentions, likes, and user timelines.
  • Use Case: Automate social media management tasks, such as scheduling tweets, monitoring mentions, and engaging with the audience.

Quick Start

Use the x-twitter skill to post a new tweet with the message 'Hello, Twitter!'.

Frequently Asked Questions about x-twitter

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

FAQPage Schema
How do I automate Twitter posting and timeline management via API?

Automate Twitter posting and timeline management by using the Twitter/X API to read tweets, search, post, like, retweet, and manage timelines. It requires Twitter API credentials and OAuth 1.0a for authentication to execute these social media actions programmatically.

What are the requirements for Twitter API authentication?

Twitter API authentication requires valid Twitter API credentials and OAuth 1.0a. You need to configure these credentials within the skill environment to successfully access and interact with Twitter/X endpoints for reading and posting.

Can I search and filter tweets using the Twitter API?

Yes, you can search and filter tweets using the Twitter/X API. The skill supports performing searches with operators and filtering results for recent or popular content to retrieve relevant social media data for analytics.

How do I retrieve full metadata for a Twitter conversation thread?

Retrieve full metadata for a Twitter conversation thread by reading specific tweets through the Twitter/X API. The skill fetches complete metadata for a single tweet or an entire thread to support detailed social media analytics.

Does this skill support user engagement actions like following and bookmarking?

Yes, the skill supports user engagement actions via the Twitter/X API. You can programmatically like, unlike, retweet, bookmark, follow, and unfollow users to automate audience interaction and social media management.

What is the best way to schedule tweets and monitor mentions automatically?

The best way to schedule tweets and monitor mentions automatically is interacting with the Twitter/X API to post tweets, reply, and access mentions timelines. This approach streamlines social media management and audience engagement without manual navigation.