Display Name
ADHX by MemeWorks
Category
Agent Skills
Sub-Category
None
Primary Link
https://github.com/itsmemeworks/adhx
Author Name
MemeWorks
Author Link
https://github.com/itsmemeworks
License
MIT
Other License
No response
Description
A Claude Code skill that fetches any X/Twitter post as clean, LLM-friendly JSON — including full long-form X Articles — via a public API, with no browser or scraping required. Paste an x.com link into Claude Code and it automatically parses the URL, calls the ADHX API, and returns structured data with full post content, author info, and engagement metrics. The skill ships as part of ADHX, an open-source X/Twitter bookmark manager built by a four-person team (MemeWorks) building in public.
Validate Claims
Option 1 — Native plugin install (recommended):
/plugin marketplace add itsmemeworks/adhx
/plugin install adhx
Option 2 — Manual install:
mkdir -p ~/.claude/skills/adhx
curl -sL https://raw.githubusercontent.com/itsmemeworks/adhx/main/skills/adhx/SKILL.md \
-o ~/.claude/skills/adhx/SKILL.md
Then paste any X/Twitter link into Claude Code and ask it to read or summarize it, e.g.: "Summarize this post https://x.com/dgt10011/status/2020167690560647464" — Claude will call the ADHX API and return the full structured content with no browser required. You can also verify the API directly: curl -s "https://adhx.com/api/share/tweet/dgt10011/2020167690560647464" — it returns clean JSON with no auth required.
Specific Task(s)
Install the ADHX skill (either via /plugin marketplace add itsmemeworks/adhx then /plugin install adhx, or manually via curl), then ask Claude Code: "Read this tweet and give me the key takeaways: https://x.com/dgt10011/status/2020167690560647464" — Claude should automatically fetch the post via the ADHX API and return a summary without opening a browser.
Specific Prompt(s)
Read this tweet and give me the key takeaways: https://x.com/dgt10011/status/2020167690560647464
Additional Comments
This skill solves a genuine friction point: Claude Code users who share X/Twitter links currently have no clean way to get post content without a browser. ADHX's public API (no auth, no rate limits for read access) makes it trivially easy for Claude to read any tweet or X Article as structured JSON. The repo has 47 releases, is actively maintained, and the team is building fully in public. The skill install is a single curl command, with a plugin marketplace entry at itsmemeworks/adhx as well.
Recommendation Checklist
Display Name
ADHX by MemeWorks
Category
Agent Skills
Sub-Category
None
Primary Link
https://github.com/itsmemeworks/adhx
Author Name
MemeWorks
Author Link
https://github.com/itsmemeworks
License
MIT
Other License
No response
Description
A Claude Code skill that fetches any X/Twitter post as clean, LLM-friendly JSON — including full long-form X Articles — via a public API, with no browser or scraping required. Paste an x.com link into Claude Code and it automatically parses the URL, calls the ADHX API, and returns structured data with full post content, author info, and engagement metrics. The skill ships as part of ADHX, an open-source X/Twitter bookmark manager built by a four-person team (MemeWorks) building in public.
Validate Claims
Option 1 — Native plugin install (recommended):
Option 2 — Manual install:
Then paste any X/Twitter link into Claude Code and ask it to read or summarize it, e.g.: "Summarize this post https://x.com/dgt10011/status/2020167690560647464" — Claude will call the ADHX API and return the full structured content with no browser required. You can also verify the API directly:
curl -s "https://adhx.com/api/share/tweet/dgt10011/2020167690560647464"— it returns clean JSON with no auth required.Specific Task(s)
Install the ADHX skill (either via
/plugin marketplace add itsmemeworks/adhxthen/plugin install adhx, or manually via curl), then ask Claude Code: "Read this tweet and give me the key takeaways: https://x.com/dgt10011/status/2020167690560647464" — Claude should automatically fetch the post via the ADHX API and return a summary without opening a browser.Specific Prompt(s)
Read this tweet and give me the key takeaways: https://x.com/dgt10011/status/2020167690560647464
Additional Comments
This skill solves a genuine friction point: Claude Code users who share X/Twitter links currently have no clean way to get post content without a browser. ADHX's public API (no auth, no rate limits for read access) makes it trivially easy for Claude to read any tweet or X Article as structured JSON. The repo has 47 releases, is actively maintained, and the team is building fully in public. The skill install is a single curl command, with a plugin marketplace entry at
itsmemeworks/adhxas well.Recommendation Checklist