Loading...
Loading...
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 skill4agent add sickn33/antigravity-awesome-skills adhxhttps://adhx.com/api/share/tweet/{username}/{statusId}usernamestatusId| Format | Example |
|---|---|
| |
| |
| |
usernamestatusIdcurl -s "https://adhx.com/api/share/tweet/{username}/{statusId}"{
"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"
}
}/plugin marketplace add itsmemeworks/adhxcurl -sL https://raw.githubusercontent.com/itsmemeworks/adhx/main/skills/adhx/SKILL.md -o ~/.claude/skills/adhx/SKILL.mdcurl -s "https://adhx.com/api/share/tweet/dgt10011/2020167690560647464"handle123curl -s "https://adhx.com/api/share/tweet/handle/123"engagement.likesarticleengagement