·fetch-tweet
</>

fetch-tweet

直接从 fxtwitter API 获取推文内容。在给定 tweet/X URL 时使用,可提取推文文本、作者、媒体和参与统计数据,而无需加载 x.com。

30安装·1热度·@opusgamelabs

安装

$npx skills add https://github.com/opusgamelabs/game-creator --skill fetch-tweet

如何安装 fetch-tweet

通过命令行快速安装 fetch-tweet AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/opusgamelabs/game-creator --skill fetch-tweet
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:opusgamelabs/game-creator。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-24
更新时间
2026-03-10

Browse more skills from opusgamelabs/game-creator

快速解答

什么是 fetch-tweet?

直接从 fxtwitter API 获取推文内容。在给定 tweet/X URL 时使用,可提取推文文本、作者、媒体和参与统计数据,而无需加载 x.com。 来源:opusgamelabs/game-creator。

如何安装 fetch-tweet?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/opusgamelabs/game-creator --skill fetch-tweet 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/opusgamelabs/game-creator

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-24