fetch-tweet

Fetch tweet content, author details, and engagement data via FxEmbed API.

18|15|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/ai-native-camp/camp-2 --skill fetch-tweet-ai-native-camp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-tweet
Source: https://github.com/ai-native-camp/camp-2/tree/main/.claude/skills/fetch-tweet
Command: npx skills add https://github.com/ai-native-camp/camp-2 --skill fetch-tweet-ai-native-camp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the retrieval and translation of content from X/Twitter posts, making it easy to access and understand information shared on the platform.

Core Features & Use Cases

  • Fetch Tweet Content: Retrieve the full text, author details, and engagement metrics from any public X/Twitter post.
  • Translate Tweets: Automatically translate tweet content into your preferred language (e.g., Korean).
  • Programmatic Access: Provides JSON output for seamless integration with other skills or workflows.
  • Use Case: When a user asks to "translate this tweet" or provides a Twitter URL, this skill fetches the original content and presents it in the requested language, along with key engagement data.

Quick Start

Use the fetch-tweet skill to get the content of the tweet at https://x.com/garrytan/status/2020072098635665909.

Frequently Asked Questions about fetch-tweet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve tweet content and engagement data from a Twitter URL?

To retrieve tweet content, provide an x.com or twitter.com URL to fetch the full text, author details, and engagement metrics. The skill uses the FxEmbed API to extract public post data and returns structured JSON output for programmatic use.

Can I translate Twitter posts into another language automatically?

Yes, you can translate Twitter posts by providing the tweet URL and specifying your preferred target language. The skill fetches the original tweet content and presents the translated text alongside key engagement data.

Does this tool support fetching tweets from both x.com and twitter.com URLs?

Yes, fetching tweets supports both x.com and twitter.com URL formats. The skill processes various URL structures using the FxEmbed API to consistently extract author information and engagement data.

How do I get structured JSON output from a tweet for my workflow?

You get structured JSON output by submitting the tweet URL to the skill. It retrieves the original text, author details, and engagement metrics, returning a formatted JSON object ready for integration into other skills or automated workflows.

What is the best way to extract author information from public X posts?

The best way to extract author information is to input the specific X post URL. The skill queries the FxEmbed API to retrieve author details and engagement data, outputting the results in structured JSON for further processing.

Are there limitations when fetching tweets from private accounts?

Fetching tweets is limited to public X/Twitter posts. The skill relies on the FxEmbed API to retrieve content and engagement data, meaning it cannot access or extract information from private or protected accounts.