X/Twitter URL을 받으면 트윗 원문을 가져와서 요약-인사이트-전체 번역을 제공하는 스킬. "트윗 번역", "트윗 가져와", "X 게시글" 요청에 사용.
Fetch X/Twitter tweets with summaries, insights, and full Korean translations via a three-stage pipeline. Extracts tweet text, author info, and engagement metrics (likes, retweets, views) using the FxEmbed API without JavaScript execution Supports multiple URL formats: x.com, twitter.com, fxtwitter.com, and fixupx.com Delivers insights in three stages: concise summary with author context, three-point analysis (core message, industry implications, personal relevance), then full natural Korean translation with quoted tweets Falls back to direct WebFetch API calls when script execution is unavailable; respects rate limits and cannot retrieve private or deleted tweets My Fetch Tweet X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오고 요약-인사이트-전체 번역 3단계 파이프라인으로 제공하는 스킬. API 연동 — FxEmbed FxEmbed 오픈소스 프로젝트의 API (api.fxtwitter.com)를 활용한다. JavaScript 없이 트윗 데이터를 추출할 수 있다. URL 변환 규칙 URL에서 screen_name과 status_id를 추출한다 도메인을 api.fxtwitter.com으로 변환한다 WebFetch로 JSON 데이터를 가져온다
don't have the plugin yet? install it then click "run inline in claude" again.