/install content-clipper
content-clipper
Extract, summarize, and clip web content to note-taking services. Use when: (1) user shares a URL and wants a summary or key points extracted, (2) user wants to save/clip content to flomo, local markdown, or other note services, (3) user says "剪藏", "摘录", "存到flomo", "记到笔记", "clip this", "save to flomo", (4) user shares a 小红书/微信公众号/Twitter link and wants content extracted. Supports: web articles, 小红书 notes (text + video via screenshot), Twitter/X posts. Outputs to: flomo (webhook), local markdown files.
Usage
Clip to flomo
node \x3Cskill_dir>/scripts/clip.js --url "https://example.com" --target flomo
Clip to local markdown
node \x3Cskill_dir>/scripts/clip.js --url "https://example.com" --target markdown --output /path/to/file.md
Options
--url— URL to extract content from--target— Output target:flomoormarkdown(default: flomo)--output— Output file path (for markdown target)--summary— Also generate a summary--tags— Comma-separated tags to add
Flomo Configuration
Set webhook URL in the script or via environment variable FLOMO_WEBHOOK.
Default webhook (Candy): https://flomoapp.com/iwh/MTg4MTA/c6fceb66258d3cc5c527d82f283ba06a/
Notes
- Windows: uses
curl.exe --noproxy '*'for flomo webhook (proxy bypass needed) - 小红书: extracts text content; video notes use screenshot fallback
- Twitter/X: extracts tweet text and media URLs
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install content-clipper - After installation, invoke the skill by name or use
/content-clipper - Provide required inputs per the skill's parameter spec and get structured output
What is Content Clipper?
Extract and summarize web articles, 小红书, and Twitter content, then save clips to flomo via webhook or local markdown files with optional tags and summaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 207 downloads so far.
How do I install Content Clipper?
Run "/install content-clipper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Content Clipper free?
Yes, Content Clipper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Content Clipper support?
Content Clipper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Content Clipper?
It is built and maintained by Ma-tiezhu (@ma-tiezhu); the current version is v1.0.0.