Fetches and structures X/Twitter posts into clean JSON for analysis.

Install

mkdir -p .claude/skills/adhx && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9637" && unzip -o skill.zip -d .claude/skills/adhx && rm skill.zip

Installs to .claude/skills/adhx

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

ALWAYS use this when the request matches Adhx: Fetch any X/Twitter post as clean LLM-friendly JSON.
99 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Fetch X/Twitter post data as JSON
  • Extract author metadata and engagement metrics
  • Retrieve full content for X Articles
  • Parse various X URL formats

How it works

The skill parses the URL to extract identifiers and calls the ADHX API to return structured data instead of scraping the web page.

Inputs & outputs

You give it
X/Twitter URL
You get back
Structured JSON containing post content and metadata

When to use adhx

  • Summarize an X thread
  • Extract data from a Twitter post
  • Get structured content from X articles
  • Analyze engagement metrics programmatically
  • Prepare social content for LLM ingestion

About this skill

ADHX - X/Twitter Post Reader

Selective Reading Rule

Start with:

  • references/senior-master-standard.md
  • references/usage-routing.md
  • references/quality-checklist.md

Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.

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:

FormatExample
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 username and statusId from the path segments
  2. Fetch the JSON using curl:
curl -s "https://adhx.com/api/share/tweet/{username}/{statusId}"
  1. Use the structured response to answer the user's question (summarize, analyze, extract key points, etc.)

Response Schema

{
  "id": "statusId",
  "url": "original x.com URL",
  "text": "short-form tweet text (empty if article post)",
  "author": {
    "name": "Display Name",
    "username": "handle",
    "avatarUrl": "profile image URL"
  },
  "createdAt": "timestamp",
  "engagement": {
    "replies": 0,
    "retweets": 0,
    "likes": 0,
    "views": 0
  },
  "article": {
    "title": "Article title (for long-form posts)",
    "previewText": "First ~200 chars",
    "coverImageUrl": "hero image URL",
    "content": "Full markdown content with images"
  }
}

Installation

Option A: Claude Code plugin marketplace (recommended)

/plugin marketplace add itsmemeworks/adhx

Option B: Manual install

curl -sL https://raw.githubusercontent.com/itsmemeworks/adhx/main/skills/adhx/SKILL.md -o ~/.claude/skills/adhx/SKILL.md

Examples

Example 1: Summarize a tweet

User: "Summarize this post https://x.com/dgt10011/status/2020167690560647464"

curl -s "https://adhx.com/api/share/tweet/dgt10011/2020167690560647464"

Then use the returned JSON to provide the summary.

Example 2: Analyze engagement

User: "How many likes did this tweet get? https://x.com/handle/status/123"

  1. Parse URL: username = handle, statusId = 123
  2. Fetch: curl -s "https://adhx.com/api/share/tweet/handle/123"
  3. Return the engagement.likes value from the response

Best Practices

  • Always parse the full URL to extract username and statusId before calling the API
  • Check for the article field when the user wants full content (not just tweet text)
  • Use the engagement field when users ask about likes, retweets, or views
  • Don't attempt to scrape x.com directly - use this API instead

Notes

  • No authentication required
  • Works with both short tweets and long-form X articles
  • Always prefer this over browser-based scraping for X content
  • If the API returns an error or empty response, inform the user the post may not be available

Additional Resources

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

When not to use it

  • When the post is unavailable or private
  • When scraping is not required for the task

Limitations

  • Only works for posts accessible via the ADHX API
  • Requires valid URL format

How it compares

It provides clean, structured JSON output directly, avoiding the instability of browser-based scraping.

Compared to similar skills

adhx side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
adhx (this skill)03moReviewBeginner
apify-content-analytics04moReviewIntermediate
opentwitter05moReviewBeginner
sales-forumscout02moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

apify-content-analytics

wAyNecheRui

Track engagement metrics, measure campaign ROI, and analyze content performance across Instagram, Facebook, YouTube, and TikTok.

00

opentwitter

xfs96192

Twitter/X data via the 6551 API. Supports user profiles, tweet search, user tweets, follower events, deleted tweets, and KOL followers.

00

sales-forumscout

sales-skills

ForumScout platform help — AI social listening across 10M+ forums, Reddit, X, LinkedIn, YouTube, Instagram, Bluesky, HN, Facebook with natural language AI filtering, sentiment analysis, competitive intelligence, share of voice, auto-replies, and API/MCP via apidirect.io. Use when ForumScout mentions

00

executing-marketing-campaigns

davila7

Plans, creates, and optimizes marketing campaigns including content strategy, social media, email, and analytics. Helps develop go-to-market strategies, campaign messaging, and performance measurement.

1181

sales-subredditsignals

sales-skills

Subreddit Signals platform help — Reddit lead generation with 7-dimension buyer intent classification, AI Comment Builder with voice training, Engagement Queue, Pain Points Radar, competitor intelligence. Use when Subreddit Signals lead tokens run out before the week ends, keyword monitoring returns

00

quant-analyst

zenobi-us

Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.

103355

Search skills

Search the agent skills registry