Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill adhx --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/api/adhx/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

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. API Endpoint
  4. URL Patterns
  5. Workflow
  6. Response Schema
  7. Installation
  8. Option A: Claude Code plugin marketplace (recommended)
  9. Option B: Manual install
  10. Examples
  11. Example 1: Summarize a tweet
  12. Example 2: Analyze engagement
  13. Best Practices
  14. Notes
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going