x

Fetch and interact with X profiles, tweets, threads, and timelines via CLI.

280|25|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sigcli/sigcli --skill x-sigcli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x
Source: https://github.com/sigcli/sigcli/tree/main/skills/x
Command: npx skills add https://github.com/sigcli/sigcli --skill x-sigcli

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Interact with X/Twitter content in a unified AI-assisted workflow, enabling you to read profiles, tweets, threads, and timelines and to perform actions such as posting, liking, retweeting, following, and bookmarking when authorized.

Core Features & Use Cases

  • Read operations use X's public bearer token; write operations require a session cookie (ct0) for actions like posting, liking, retweeting, following, and bookmarking.
  • Access profiles, timelines, trends, and searches, and drive automated or agent-assisted interactions across X.com domains.
  • Use the included Python scripts to perform common social media tasks in an automated or semi-automated fashion, suitable for AI agents and workflow automation.

Quick Start

Ask it to fetch the profile of a user on X.

Frequently Asked Questions about x

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

FAQPage Schema
How do I automate X timeline interactions with an AI agent?

You can automate X timeline interactions by using the included Python scripts and x_client, which enable AI agents to fetch profiles, tweets, and threads, and perform actions like posting and liking via GraphQL API calls.

Do I need a session cookie to fetch tweets from X?

You do not need a session cookie to fetch tweets from X. Read operations use X's public bearer token to access profiles, timelines, trends, and searches, while write operations require a session cookie (ct0) for actions like posting, liking, retweeting, following, and bookmarking.

Can I use Python requests to automate posting to X?

Yes, you can use Python requests to automate posting to X. The Skill relies on the requests library to execute write operations through the x_client, requiring a session cookie (ct0) to post, like, retweet, follow, or bookmark via GraphQL.

Does this approach handle X API rate limits and errors automatically?

The approach handles X API rate limits and errors automatically through built-in handling within the x_client and scripts, ensuring automated interactions with profiles, tweets, and timelines remain stable during read and write operations.

What's the best way to read X threads and profiles programmatically?

The best way to read X threads and profiles programmatically is through the unified CLI, which uses X's public bearer token to fetch content via GraphQL, allowing AI agents to browse timelines, tweets, and profiles without session authentication.