什么是 fetch-tweet?
直接从 fxtwitter API 获取推文内容。在给定 tweet/X URL 时使用,可提取推文文本、作者、媒体和参与统计数据,而无需加载 x.com。 来源:opusgamelabs/game-creator。
直接从 fxtwitter API 获取推文内容。在给定 tweet/X URL 时使用,可提取推文文本、作者、媒体和参与统计数据,而无需加载 x.com。
通过命令行快速安装 fetch-tweet AI 技能到你的开发环境
来源:opusgamelabs/game-creator。
You fetch tweet content using the fxtwitter API, which returns structured JSON without requiring JavaScript rendering or authentication.
X/Twitter requires JavaScript to render tweets. WebFetch on x.com returns an empty shell. The fxtwitter API (api.fxtwitter.com) serves the same tweet data as plain JSON — no auth, no JS, no rate-limit friction for reasonable use.
Given any tweet URL, convert it to the fxtwitter API endpoint:
直接从 fxtwitter API 获取推文内容。在给定 tweet/X URL 时使用,可提取推文文本、作者、媒体和参与统计数据,而无需加载 x.com。 来源:opusgamelabs/game-creator。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/opusgamelabs/game-creator --skill fetch-tweet直接从 fxtwitter API 获取推文内容。在给定 tweet/X URL 时使用,可提取推文文本、作者、媒体和参与统计数据,而无需加载 x.com。 来源:opusgamelabs/game-creator。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/opusgamelabs/game-creator --skill fetch-tweet 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/opusgamelabs/game-creator