Gojiberry AI
AI agents that find and contact high-intent leads for you
Try Gojiberry free →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Hostinger VPS
Spin up a VPS in one click, 20% off
Launch on Hostinger →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Runable
One AI agent to build, run, and grow your business
Try Runable free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
Jotform
Forms, workflows, and AI Agents for your team
Try Jotform free →
Runable
One AI agent to build, run, and grow your business
Try Runable free →
OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Sponsor here
9/10 sponsor slots taken — 1 left
Claim it →
Claude Market
Menu
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/ai-native-camp/camp-1/my-fetch-tweet
my-fetch-tweet logo

my-fetch-tweet

ai-native-camp/camp-1
760 installs240 stars
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|External DownloadsPrompt InjectionNo Code|View on GitHub|Create your own skill →

Installation

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

Summary

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

SKILL.md

My Fetch Tweet

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

API 연동 — FxEmbed

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

URL 변환 규칙

  1. URL에서 screen_name과 status_id를 추출한다
  2. 도메인을 api.fxtwitter.com으로 변환한다
  3. WebFetch로 JSON 데이터를 가져온다
https://x.com/garrytan/status/123456
  → https://api.fxtwitter.com/garrytan/status/123456

지원 URL 형식

x.com, twitter.com, fxtwitter.com, fixupx.com

API 응답 주요 필드

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

번역 파이프라인 — 3단계

전체 번역을 바로 보여주지 않는다. 단계별로 제공하여 이해도를 높인다.

1단계: 요약 (3-5문장)

  • 트윗의 핵심 주장을 한국어로 요약
  • 작성자 정보 포함 (이름, 팔로워 수)
  • 인게이지먼트 수치 포함 (좋아요, 리트윗, 조회수)
  • "이 트윗이 뭘 말하는지 30초 만에 파악"

2단계: 인사이트 (3개)

  • 핵심 메시지: 이 트윗이 정말 말하고 싶은 것
  • 시사점: 업계/트렌드에서의 의미
  • 적용점: 나(독자)에게 어떤 의미인지

3단계: 전체 번역

  • 원문 전체를 자연스러운 한국어로 번역
  • 인용 트윗이 있으면 함께 번역
  • 전문 용어는 원문 병기 (예: "에이전트(Agent)")

WebFetch Fallback

스크립트 실행이 어려운 경우 WebFetch 도구로 직접 API 호출 가능:

URL: https://api.fxtwitter.com/{screen_name}/status/{status_id}
Prompt: "Extract the full tweet text, author name, and engagement metrics"

Limitations

  • 비공개 계정 트윗은 조회 불가
  • 삭제된 트윗은 조회 불가
  • API rate limit은 FxEmbed 서버 정책에 따름

Score

0–100
63/ 100

Grade

C

Popularity15/30

760 installs — growing adoption.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

My Fetch Tweet skill score badge previewScore badge

Markdown

[![My Fetch Tweet skill](https://www.claudemarket.ai/skills/ai-native-camp/camp-1/my-fetch-tweet/badges/score.svg)](https://www.claudemarket.ai/skills/ai-native-camp/camp-1/my-fetch-tweet)

HTML

<a href="https://www.claudemarket.ai/skills/ai-native-camp/camp-1/my-fetch-tweet"><img src="https://www.claudemarket.ai/skills/ai-native-camp/camp-1/my-fetch-tweet/badges/score.svg" alt="My Fetch Tweet skill"/></a>

My Fetch Tweet FAQ

How do I install the My Fetch Tweet skill?

Run “npx skills add https://github.com/ai-native-camp/camp-1 --skill my-fetch-tweet” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the My Fetch Tweet skill do?

X/Twitter URL을 받으면 트윗 원문을 가져와서 요약-인사이트-전체 번역을 제공하는 스킬. "트윗 번역", "트윗 가져와", "X 게시글" 요청에 사용. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the My Fetch Tweet skill free?

Yes. My Fetch Tweet is a free, open-source skill published from ai-native-camp/camp-1. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does My Fetch Tweet work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so My Fetch Tweet works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.9M installsInstall
grill-me logo

grill-me

mattpocock/skills

816K installsInstall
frontend-design logo

frontend-design

anthropics/skills

761K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

695K installsInstall
improve-codebase-architecture logo

improve-codebase-architecture

mattpocock/skills

670K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

651K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+27 more

MCP servers by category

MCP & ToolingBackend & APIsData & AnalysisDevOps & CI/CDAutomationSecurityDocsTesting & QA+24 more

Plugins by category

AutomationDevOps & CI/CDData & AnalysisDesign & CreativeSecurityBackend & APIsFrontendTesting & QA+16 more

Marketplaces by category

AutomationData & AnalysisDevOps & CI/CDDesign & CreativeFrontendBackend & APIsTesting & QASecurity+21 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins
  • Browse Marketplaces
  • Newsletter

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed