Agent skill

x-research

X/Twitter research via Composio — search, threads, profiles, watchlists

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill x-research-alsk1992-cloddsbot --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/x-research-alsk1992-cloddsbot/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# X Research Skill X/Twitter research agent powered by Composio. Zero API cost. Search for real-time discussions, breaking news, expert opinions, and engagement data. ## Commands ### Search ``` /x search <query> [--sort likes|recent] [--since 1h|1d|7d] [--limit N] [--pages N] [--json] [--markdown] ``` Search recent tweets (last 7 days). Supports engagement sorting, time filtering, pagination, and multiple output formats (default, `--json` for raw data, `--markdown` for research documents). ### Profile ``` /x profile <username> [--count N] [--replies] [--json] ``` Fetch recent tweets from a specific user. Excludes replies by default. Use `--json` for raw data. ### Thread ``` /x thread <tweet_id> [--pages N] ``` Reconstruct a full conversation thread from a root tweet ID. ### Single Tweet ``` /x tweet <tweet_id> [--json] ``` Fetch and display a single tweet with engagement metrics. Use `--json` for raw data. ### Cache ``` /x cache clear Clear search cache ``` Manage the in-memory search cache (15-minute TTL). ### Watchlist ``` /x watchlist Show all tracked accounts /x watchlist add <user> [note] Add user to watchlist /x watchlist remove <user> Remove user from watchlist /x watchlist

What's inside
Steps it walks through
  1. Commands
  2. Search
  3. Profile
  4. Thread
  5. Single Tweet
  6. Cache
  7. Watchlist
  8. Research Workflow
  9. Search Operators
  10. Examples
  11. Environment Variables
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the x-research skill do?

X/Twitter research via Composio — search, threads, profiles, watchlists

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill x-research-alsk1992-cloddsbot --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going