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.