ythx-101ythx-101Communityยท2 Agent Skills Included

x-tweet-fetcher

Fetch X/Twitter tweets, timelines, and articles without login or API keys

Fetches tweets, reply threads, user timelines, search results, X Lists, and full X Articles without login or API keys. Routes automatically across three backends (FxTwitter, Nitter, browser) with fallback, so agents never hit dead ends or silent empty results. Archives every fetch into a deduplicated SQLite tweet library you can search and analyze offline. Returns one unified JSON schema with machine-readable error codes for reliable agent workflows.
npx skills add ythx-101/x-tweet-fetcher --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install x-tweet-fetcher?โ–ผ

Run `npx skills add ythx-101/x-tweet-fetcher --all -g -y` in your terminal to install this skill globally for your AI agent.

How to fetch tweets without a Twitter API key?โ–ผ

Use `xtf --url <tweet_url>` for single tweets with zero dependencies, or point `XTF_NITTER` at a Nitter instance for timelines, search, and replies.

Can AI agents read X/Twitter content directly?โ–ผ

Yes. This skill gives agents a single command to pull tweets, threads, lists, and articles as clean JSON, with error codes they can branch on.

Does x-tweet-fetcher work with Claude Code and OpenClaw?โ–ผ

Yes. It follows the standard SKILL.md format and runs in Claude Code, OpenClaw, Cursor, and other compatible agents.

Can I save and search fetched tweets offline?โ–ผ

Yes. Add `--ledger <db>` to archive every fetch into a deduplicated SQLite database, then query or get stats on it offline.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’