{"id":"4b6fe45b-a602-4baa-966f-6625ba67f54e","shortId":"Zqp46E","kind":"skill","title":"adhx","tagline":"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.","description":"# ADHX - X/Twitter Post Reader\n\nFetch any X/Twitter post as structured JSON for analysis using the ADHX API.\n\n## Overview\n\nADHX 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.\n\n## When to Use This Skill\n\n- Use when a user shares an X/Twitter link and wants to read, analyze, or summarize the post\n- Use when you need structured data from an X/Twitter post (author, engagement, content)\n- Use when working with long-form X Articles that need full content extraction\n\n## API Endpoint\n\n```\nhttps://adhx.com/api/share/tweet/{username}/{statusId}\n```\n\n## URL Patterns\n\nExtract `username` and `statusId` from any of these URL formats:\n\n| Format | Example |\n|--------|---------|\n| `x.com/{user}/status/{id}` | `https://x.com/dgt10011/status/2020167690560647464` |\n| `twitter.com/{user}/status/{id}` | `https://twitter.com/dgt10011/status/2020167690560647464` |\n| `adhx.com/{user}/status/{id}` | `https://adhx.com/dgt10011/status/2020167690560647464` |\n\n## Workflow\n\nWhen a user shares an X/Twitter link:\n\n1. **Parse the URL** to extract `username` and `statusId` from the path segments\n2. **Fetch the JSON** using curl:\n```bash\ncurl -s \"https://adhx.com/api/share/tweet/{username}/{statusId}\"\n```\n3. **Use the structured response** to answer the user's question (summarize, analyze, extract key points, etc.)\n\n## Response Schema\n\n```json\n{\n  \"id\": \"statusId\",\n  \"url\": \"original x.com URL\",\n  \"text\": \"short-form tweet text (empty if article post)\",\n  \"author\": {\n    \"name\": \"Display Name\",\n    \"username\": \"handle\",\n    \"avatarUrl\": \"profile image URL\"\n  },\n  \"createdAt\": \"timestamp\",\n  \"engagement\": {\n    \"replies\": 0,\n    \"retweets\": 0,\n    \"likes\": 0,\n    \"views\": 0\n  },\n  \"article\": {\n    \"title\": \"Article title (for long-form posts)\",\n    \"previewText\": \"First ~200 chars\",\n    \"coverImageUrl\": \"hero image URL\",\n    \"content\": \"Full markdown content with images\"\n  }\n}\n```\n\n## Installation\n\n### Option A: Claude Code plugin marketplace (recommended)\n```\n/plugin marketplace add itsmemeworks/adhx\n```\n\n### Option B: Manual install\n```bash\ncurl -sL https://raw.githubusercontent.com/itsmemeworks/adhx/main/skills/adhx/SKILL.md -o ~/.claude/skills/adhx/SKILL.md\n```\n\n## Examples\n\n### Example 1: Summarize a tweet\n\nUser: \"Summarize this post https://x.com/dgt10011/status/2020167690560647464\"\n\n```bash\ncurl -s \"https://adhx.com/api/share/tweet/dgt10011/2020167690560647464\"\n```\n\nThen use the returned JSON to provide the summary.\n\n### Example 2: Analyze engagement\n\nUser: \"How many likes did this tweet get? https://x.com/handle/status/123\"\n\n1. Parse URL: username = `handle`, statusId = `123`\n2. Fetch: `curl -s \"https://adhx.com/api/share/tweet/handle/123\"`\n3. Return the `engagement.likes` value from the response\n\n## Best Practices\n\n- Always parse the full URL to extract username and statusId before calling the API\n- Check for the `article` field when the user wants full content (not just tweet text)\n- Use the `engagement` field when users ask about likes, retweets, or views\n- Don't attempt to scrape x.com directly - use this API instead\n\n## Notes\n\n- No authentication required\n- Works with both short tweets and long-form X articles\n- Always prefer this over browser-based scraping for X content\n- If the API returns an error or empty response, inform the user the post may not be available\n\n## Additional Resources\n\n- [ADHX GitHub Repository](https://github.com/itsmemeworks/adhx)\n- [ADHX Website](https://adhx.com)\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.","tags":["adhx","antigravity","awesome","skills","sickn33","agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity-skills"],"capabilities":["skill","source-sickn33","skill-adhx","topic-agent-skills","topic-agentic-skills","topic-ai-agent-skills","topic-ai-agents","topic-ai-coding","topic-ai-workflows","topic-antigravity","topic-antigravity-skills","topic-claude-code","topic-claude-code-skills","topic-codex-cli","topic-codex-skills"],"categories":["antigravity-awesome-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/sickn33/antigravity-awesome-skills/adhx","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add sickn33/antigravity-awesome-skills","source_repo":"https://github.com/sickn33/antigravity-awesome-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 34997 github stars · SKILL.md body (3,930 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-25T06:50:22.272Z","embedding":null,"createdAt":"2026-04-18T21:30:21.880Z","updatedAt":"2026-04-25T06:50:22.272Z","lastSeenAt":"2026-04-25T06:50:22.272Z","tsv":"'/.claude/skills/adhx/skill.md':324 '/api/share/tweet/':148,218 '/api/share/tweet/dgt10011/2020167690560647464':343 '/api/share/tweet/handle/123':381 '/dgt10011/status/2020167690560647464':171,178,185,337 '/handle/status/123':367 '/itsmemeworks/adhx)':495 '/itsmemeworks/adhx/main/skills/adhx/skill.md':322 '/plugin':309 '/status':167,174,181 '0':271,273,275,277 '1':194,327,368 '123':374 '2':207,354,375 '200':289 '3':221,382 'add':311 'addit':488 'adhx':1,35,50,53,490,496 'adhx.com':16,147,179,184,217,342,380,498 'adhx.com/api/share/tweet/':146,216 'adhx.com/api/share/tweet/dgt10011/2020167690560647464':341 'adhx.com/api/share/tweet/handle/123':379 'adhx.com/dgt10011/status/2020167690560647464':183 'alway':392,459 'analysi':47 'analyz':112,233,355 'answer':227 'api':51,57,144,405,442,472 'approach':83 'articl':23,71,94,138,255,278,280,409,458 'ask':427,532 'attempt':435 'authent':446 'author':25,127,257 'avail':487 'avatarurl':263 'b':314 'base':82,465 'bash':213,317,338 'best':390 'boundari':540 'browser':33,81,464 'browser-bas':80,463 'call':403 'char':290 'check':406 'clarif':534 'claud':304 'clean':7,60 'clear':507 'code':305 'consumpt':86 'content':24,72,129,142,295,298,416,469 'convert':12 'coverimageurl':291 'createdat':267 'criteria':543 'curl':212,214,318,339,377 'data':20,122 'describ':511 'direct':439 'display':259 'empti':253,477 'endpoint':145 'engag':28,128,269,356,423 'engagement.likes':385 'environ':523 'environment-specif':522 'error':475 'etc':237 'exampl':164,325,326,353 'expert':528 'extract':143,153,199,234,398 'far':75 'fetch':2,39,208,376 'field':410,424 'first':288 'form':70,136,250,285,456 'format':162,163 'free':56 'friend':10 'full':22,67,92,141,296,395,415 'get':364 'github':491 'github.com':494 'github.com/itsmemeworks/adhx)':493 'handl':262,372 'hero':292 'id':168,175,182,241 'imag':265,293,300 'includ':66 'info':26 'inform':479 'input':537 'instal':301,316 'instead':443 'itsmemeworks/adhx':312 'json':11,45,61,210,240,348 'key':235 'like':274,360,429 'limit':499 'link':17,107,193 'llm':9,85 'llm-friend':8 'long':69,135,284,455 'long-form':68,134,283,454 'mani':359 'manual':315 'markdown':297 'marketplac':307,310 'match':508 'may':484 'metric':29 'miss':545 'name':258,260 'need':120,140 'note':444 'o':323 'option':302,313 'origin':244 'output':517 'overview':52 'pars':195,369,393 'path':205 'pattern':152 'permiss':538 'plugin':306 'point':236 'post':5,37,42,65,116,126,256,286,334,483 'practic':391 'prefer':460 'previewtext':287 'profil':264 'provid':54,350 'question':231 'raw.githubusercontent.com':321 'raw.githubusercontent.com/itsmemeworks/adhx/main/skills/adhx/skill.md':320 'read':111 'reader':38 'recommend':308 'regular':89 'repli':270 'repositori':492 'requir':34,447,536 'resourc':489 'respons':225,238,389,478 'return':59,347,383,473 'retweet':272,430 'review':529 'safeti':539 'schema':239 'scope':510 'scrape':31,78,437,466 'segment':206 'share':104,190 'short':249,451 'short-form':248 'skill':99,502 'skill-adhx' 'sl':319 'source-sickn33' 'specif':524 'statusid':150,156,202,220,242,373,401 'stop':530 'structur':19,44,121,224 'substitut':520 'success':542 'summar':114,232,328,332 'summari':352 'superior':76 'task':506 'test':526 'text':247,252,420 'timestamp':268 'titl':279,281 'topic-agent-skills' 'topic-agentic-skills' 'topic-ai-agent-skills' 'topic-ai-agents' 'topic-ai-coding' 'topic-ai-workflows' 'topic-antigravity' 'topic-antigravity-skills' 'topic-claude-code' 'topic-claude-code-skills' 'topic-codex-cli' 'topic-codex-skills' 'treat':515 'tweet':90,251,330,363,419,452 'twitter.com':14,172,177 'twitter.com/dgt10011/status/2020167690560647464':176 'url':151,161,197,243,246,266,294,370,396 'use':48,97,100,117,130,211,222,345,421,440,500 'user':103,166,173,180,189,229,331,357,413,426,481 'usernam':149,154,200,219,261,371,399 'valid':525 'valu':386 'view':276,432 'want':109,414 'websit':497 'work':87,132,448 'workflow':186 'x':64,93,137,457,468 'x.com':13,165,170,245,336,366,438 'x.com/dgt10011/status/2020167690560647464':169,335 'x.com/handle/status/123':365 'x/twitter':4,36,41,106,125,192","prices":[{"id":"c7ce0a5a-de7a-4e74-999a-cd88a43bf449","listingId":"4b6fe45b-a602-4baa-966f-6625ba67f54e","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"sickn33","category":"antigravity-awesome-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:30:21.880Z"}],"sources":[{"listingId":"4b6fe45b-a602-4baa-966f-6625ba67f54e","source":"github","sourceId":"sickn33/antigravity-awesome-skills/adhx","sourceUrl":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/adhx","isPrimary":false,"firstSeenAt":"2026-04-18T21:30:21.880Z","lastSeenAt":"2026-04-25T06:50:22.272Z"}],"details":{"listingId":"4b6fe45b-a602-4baa-966f-6625ba67f54e","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"sickn33","slug":"adhx","github":{"repo":"sickn33/antigravity-awesome-skills","stars":34997,"topics":["agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity","antigravity-skills","claude-code","claude-code-skills","codex-cli","codex-skills","cursor","cursor-skills","developer-tools","gemini-cli","gemini-skills","kiro","mcp","skill-library"],"license":"mit","html_url":"https://github.com/sickn33/antigravity-awesome-skills","pushed_at":"2026-04-25T06:33:17Z","description":"Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.","skill_md_sha":"0b96246abd5dd4e9802819d55ade1331e9b218bf","skill_md_path":"skills/adhx/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/adhx"},"layout":"multi","source":"github","category":"antigravity-awesome-skills","frontmatter":{"name":"adhx","description":"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."},"skills_sh_url":"https://skills.sh/sickn33/antigravity-awesome-skills/adhx"},"updatedAt":"2026-04-25T06:50:22.272Z"}}