name: content-extraction description: OpenClaw-native executable content extraction skill for URLs, Feishu, YouTube, and web pages. version: 1.1.0 author: halfmoon82 tags: [browser, feishu, extraction, markdown, executable]
This skill is the local executable version. It keeps the source-aware routing design and restores a concrete extraction workflow.
scripts/extract_router.py — classify input and build a route planscripts/extract.py — generate an executable extraction specr.jina.ai → defuddle.md → web_fetch → browser fallbackAlways return: - title - author when available - source - url - summary - Markdown body - save path when content is long
Never claim success when extraction is partial. If a layer fails, report: - where it failed - why it failed - what fallback was tried next
7w4.net小葱技能站收录全网优质技能,值得收藏。
这个 Skill 在设计上考虑周全,支持多种内容来源且有完善的失败处理机制,文档清晰易懂。但它本质上只是一个执行框架,核心抓取功能依赖外部工具,目前还不能独立完成内容提取工作。对于普通用户来说,想直接使用可能还需要等待更完整的实现。质量属于中上水平,架构设计优秀,但功能性仍有较大完善空间。