Skip to content

jeremyknows/x-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x-fetch

Fetch tweet, thread, or X Article content from x.com or twitter.com URLs — no API key required.

What it does

  • Converts any x.com or twitter.com URL into readable content via the fxtwitter API
  • Returns full tweet text, author info, engagement stats, media URLs, and thread context
  • Handles X Articles (long-form posts) — extracts full content blocks
  • Works in Claude Code, Cowork, and OpenClaw

Install

Claude Code / Cowork:

git clone https://github.com/jeremyknows/x-fetch.git ~/.claude/skills/x-fetch

OpenClaw:

git clone https://github.com/jeremyknows/x-fetch.git ~/.openclaw/skills/x-fetch

Setup

No setup required. The fxtwitter API is public — no tokens, no keys.

Requires curl or any HTTP tool (web_fetch works too).

Usage

Just share an X URL and ask about it:

How it works

The skill rewrites x.comapi.fxtwitter.com and fetches structured JSON:

curl -s "https://api.fxtwitter.com/username/status/1234567890"

Returns: text, author, engagement stats, media URLs, article content (if X Article), and reply_to for thread traversal.

Limitations

  • Private/protected tweets: not accessible
  • Deleted tweets: not accessible
  • Rate limits: fxtwitter may throttle heavy usage
  • Full threads: fetches one tweet at a time; traverse reply_to manually

Related

  • x-master — Master routing skill for all X operations
  • x-research — Agentic search across X

License

MIT — see LICENSE.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors