·my-fetch-tweet
</>

my-fetch-tweet

X/Twitter URL을 받으면 트윗 원문을 가져와서 요약-인사이트-전체 번역을 제공하는 스킬. "트윗 번역", "트윗 가져와", "X 게시글" 요청에 사용.

122Installs·23Trend·@ai-native-camp

Installation

$npx skills add https://github.com/ai-native-camp/camp-1 --skill my-fetch-tweet

How to Install my-fetch-tweet

Quickly install my-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-1 --skill my-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-1.

SKILL.md

View raw

X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오고 요약-인사이트-전체 번역 3단계 파이프라인으로 제공하는 스킬.

FxEmbed 오픈소스 프로젝트의 API (api.fxtwitter.com)를 활용한다. JavaScript 없이 트윗 데이터를 추출할 수 있다.

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

X/Twitter URL을 받으면 트윗 원문을 가져와서 요약-인사이트-전체 번역을 제공하는 스킬. "트윗 번역", "트윗 가져와", "X 게시글" 요청에 사용. Source: ai-native-camp/camp-1.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ai-native-camp/camp-1 --skill my-fetch-tweet
Category
</>Dev Tools
Verified
First Seen
2026-03-05
Updated
2026-03-10

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

Quick answers

What is my-fetch-tweet?

X/Twitter URL을 받으면 트윗 원문을 가져와서 요약-인사이트-전체 번역을 제공하는 스킬. "트윗 번역", "트윗 가져와", "X 게시글" 요청에 사용. Source: ai-native-camp/camp-1.

How do I install my-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-1 --skill my-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-1