Agent skill · Content & Marketing

x-ingest

X(Twitter) 推文采集 → 统一 frontmatter Markdown。自动区分图文与视频: 图文下载图片本地嵌入,视频提取直链转成文字稿。无需登录(走官方嵌入端点)。

chubbyguan576★ · +14/wk · 1 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add chubbyguan/chubbyskills --skill x-ingest --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: yes
Version: 1.0.0
Path: x-ingest/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 590 · +14 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# X(Twitter) 推文采集 Skill 把 X 推文抓成结构化 Markdown 入库。**自动区分图文与视频笔记**:图文 → 下载图片本地嵌入; 视频 → 像抖音那样转成文字稿。通过 X 官方嵌入用的 syndication 端点采集,**无需登录、无需 API Key**。 ## 环境要求 ```bash # 图文采集零依赖(仅 Python 标准库) # 视频推文转录需要(与抖音/B站/小红书同一套依赖): pip install funasr modelscope torch torchaudio # macOS: brew install ffmpeg | Ubuntu: sudo apt install ffmpeg ``` ## 使用方法 ```bash # 采集推文 → 统一 frontmatter Markdown python scripts/fetch_tw

More from chubbyskills
All skills →
About this skill
What does the x-ingest skill do?

X(Twitter) 推文采集 → 统一 frontmatter Markdown。自动区分图文与视频: 图文下载图片本地嵌入,视频提取直链转成文字稿。无需登录(走官方嵌入端点)。

How do I install it?

Run `npx skills add chubbyguan/chubbyskills --skill x-ingest --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From chubbyguan/chubbyskills, a repository with 590 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going