fxtwitter

Fetch tweet/post data from X (Twitter) links using the fxTwitter API (api.fxtwitter.com). Use when a user sends an x.com or twitter.com URL and wants to read, summarize, or extract tweet content. No auth required. Returns full tweet metadata including text, author, media, and engagement stats.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fxtwitter" with this command: npx skills add namphamdev/fxtwitter

fxTwitter

Fetch tweet data from an X/Twitter URL without auth or browser automation.

Endpoint

GET https://api.fxtwitter.com/:tweetId

Extract the tweet ID from the URL:

  • https://x.com/user/status/1234567890 → ID: 1234567890
  • https://twitter.com/user/status/1234567890 → ID: 1234567890

Usage

curl -s "https://api.fxtwitter.com/1234567890" | jq '.tweet'

Key fields in .tweet:

  • .text — tweet content
  • .author.name / .author.screen_name
  • .created_at
  • .likes, .retweets, .replies
  • .media.photos[], .media.videos[]
  • .url — canonical URL

Output Format

When presenting a tweet to the user:

  • Lead with TL;DR if the tweet is long
  • Use bullet points for key info
  • Keep it concise — no filler

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Workout Readiness Check In

Create a same-day workout readiness decision card for users who planned to exercise today but feel tired, sore, stressed, underslept, ill, or uncertain. Use...

Registry SourceRecently Updated
General

URL to Markdown

Convert HTML web pages from HTTP/HTTPS URLs to clean, readable Markdown files with optional batch processing and formatting features.

Registry SourceRecently Updated
General

Appliance Manual Command Card

Assist in creating a one-page appliance command card for tracking maintenance, troubleshooting, warranty info, and repair preparation.

Registry SourceRecently Updated
General

Fireseed Writing Expert

全能小说写作专家,支持从零创作、DNA提取与克隆、风格仿写、一键发布到 fireseed.online。用户可以用自然语言描述需求,系统自动调度子技能完成科学、闭环的写作与发布流程。

Registry SourceRecently Updated