·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。

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 で使用できるようになります

ソースリポジトリはどこですか?

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