·fetch-tweet
</>

fetch-tweet

Fetch tweet content directly from fxtwitter API. Use when given a tweet/X URL to extract the tweet text, author, media, and engagement stats without loading x.com.

30Installs·1Trend·@opusgamelabs

Installation

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

How to Install fetch-tweet

Quickly install fetch-tweet AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/opusgamelabs/game-creator --skill fetch-tweet
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: opusgamelabs/game-creator.

SKILL.md

View raw

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:

Fetch tweet content directly from fxtwitter API. Use when given a tweet/X URL to extract the tweet text, author, media, and engagement stats without loading x.com. Source: opusgamelabs/game-creator.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/opusgamelabs/game-creator --skill fetch-tweet
Category
</>Dev Tools
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from opusgamelabs/game-creator

Quick answers

What is fetch-tweet?

Fetch tweet content directly from fxtwitter API. Use when given a tweet/X URL to extract the tweet text, author, media, and engagement stats without loading x.com. Source: opusgamelabs/game-creator.

How do I install fetch-tweet?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/opusgamelabs/game-creator --skill fetch-tweet Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

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

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-24