What is my-fetch-tweet?
X/Twitter URL을 받으면 트윗 원문을 가져와서 요약-인사이트-전체 번역을 제공하는 스킬. "트윗 번역", "트윗 가져와", "X 게시글" 요청에 사용. Source: ai-native-camp/camp-1.
X/Twitter URL을 받으면 트윗 원문을 가져와서 요약-인사이트-전체 번역을 제공하는 스킬. "트윗 번역", "트윗 가져와", "X 게시글" 요청에 사용.
Quickly install my-fetch-tweet AI skill to your development environment via command line
Source: ai-native-camp/camp-1.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ai-native-camp/camp-1 --skill my-fetch-tweetX/Twitter URL을 받으면 트윗 원문을 가져와서 요약-인사이트-전체 번역을 제공하는 스킬. "트윗 번역", "트윗 가져와", "X 게시글" 요청에 사용. Source: ai-native-camp/camp-1.
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
https://github.com/ai-native-camp/camp-1