·fetch-tweet
""

fetch-tweet

This skill should be used when the user asks to "트윗 가져와", "트윗 번역", "X 게시글 읽어줘", "tweet fetch", "트윗 내용", "트윗 원문", or provides an X/Twitter URL (x.com, twitter.com) and wants to read, translate, or analyze the tweet content. Also useful when other skills need to fetch tweet text programmatically.

131Installs·10Trend·@ai-native-camp

Installation

$npx skills add https://github.com/ai-native-camp/camp-2 --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/ai-native-camp/camp-2 --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: ai-native-camp/camp-2.

SKILL.md

View raw

X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오는 스킬. FxEmbed 오픈소스 프로젝트의 API (api.fxtwitter.com)를 활용하여 JavaScript 없이 트윗 데이터를 추출한다.

X/Twitter URL의 도메인을 api.fxtwitter.com으로 변환하면 JSON으로 트윗 전체 데이터를 반환한다.

| tweet.text | 트윗 본문 (URL 확장됨) | | tweet.author | 작성자 (name, screenname, bio, followers) | | tweet.likes/retweets/replies/bookmarks/views | 인게이지먼트 | | tweet.createdat | 작성 일시 | | tweet.media | 첨부 미디어 (photos, videos) | | tweet.quote | 인용 트윗 (동일 구조) | | tweet.lang | 언어 코드 |

This skill should be used when the user asks to "트윗 가져와", "트윗 번역", "X 게시글 읽어줘", "tweet fetch", "트윗 내용", "트윗 원문", or provides an X/Twitter URL (x.com, twitter.com) and wants to read, translate, or analyze the tweet content. Also useful when other skills need to fetch tweet text programmatically. Source: ai-native-camp/camp-2.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ai-native-camp/camp-2 --skill fetch-tweet
Category
""Writing
Verified
First Seen
2026-03-04
Updated
2026-03-10

Browse more skills from ai-native-camp/camp-2

Quick answers

What is fetch-tweet?

This skill should be used when the user asks to "트윗 가져와", "트윗 번역", "X 게시글 읽어줘", "tweet fetch", "트윗 내용", "트윗 원문", or provides an X/Twitter URL (x.com, twitter.com) and wants to read, translate, or analyze the tweet content. Also useful when other skills need to fetch tweet text programmatically. Source: ai-native-camp/camp-2.

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/ai-native-camp/camp-2 --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/ai-native-camp/camp-2