AIAgentLands AI 工具、专题内容、API 导航与 Agent 平台门户
AI AIAgentLands AI 工具与内容入口 分类 / 搜索 / 专题 / API / Agent / 自动发布

ADHX - X/Twitter Post Reader

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.

sickn33/antigravity-awesome-skills · skills/adhx/SKILL.md

Skill growth main 待观察 发布成文章
★ 34792 Fork 5738
为什么适合这个 AI 门户

拿来做增长动作库,生成公众号、X 和小红书推广文案。

站内可套用方向
增长动作库 公众号选题 站内自动化模板
建议产出格式
Skill 卡片 内部 Agent 动作模板 执行清单
站内摘要

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." risk: safe source: community date_added: "2026-03-25" 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.

源文件预览
---
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."
risk: safe
source: community
date_added: "2026-03-25"
---

# 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}
```