adhx
Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author info, and engagement metrics. No scraping or browser required.
npx skills add majiayu000/claude-skill-registry --skill adhx --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ADHX - X/Twitter Post Reader Fetch any X/Twitter post as structured JSON for analysis using the ADHX API. ## Overview ADHX provides a free API that returns clean JSON for any X post, including full long-form article content. This is far superior to scraping or browser-based approaches for LLM consumption. Works with regular tweets and full X Articles. ## When to Use This Skill - Use when a user shares an X/Twitter link and wants to read, analyze, or summarize the post - Use when you need structured data from an X/Twitter post (author, engagement, content) - Use when working with long-form X Articles that need full content extraction ## API Endpoint ``` https://adhx.com/api/share/tweet/{username}/{statusId} ``` ## URL Patterns Extract `username` and `statusId` from any of these URL formats: | Format | Example | |--------|---------| | `x.com/{user}/status/{id}` | `https://x.com/dgt10011/status/2020167690560647464` | | `twitter.com/{user}/status/{id}` | `https://twitter.com/dgt10011/status/2020167690560647464` | | `adhx.com/{user}/status/{id}` | `https://adhx.com/dgt10011/status/2020167690560647464` | ## Workflow When a user shares an X/Twitter link: 1. **Parse the URL** to extract
- Overview
- When to Use This Skill
- API Endpoint
- URL Patterns
- Workflow
- Response Schema
- Installation
- Option A: Claude Code plugin marketplace (recommended)
- Option B: Manual install
- Examples
- Example 1: Summarize a tweet
- Example 2: Analyze engagement
- Best Practices
- Notes
curl -s "https://adhx.com/api/share/tweet/{username}/{statusId}"
curl -sL https://raw.githubusercontent.com/itsmemeworks/adhx/main/skills/adhx/SKILL.md -o ~/.claude/skills/adhx/SKILL.md
curl -s "https://adhx.com/api/share/tweet/dgt10011/2020167690560647464"What does the adhx skill do?
Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author info, and engagement metrics. No scraping or browser required.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill adhx --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.
