baoyu-url-to-markdown
仓库创建 2026年1月13日最近提交 22 天前SkillHot 收录 20 天前
▸ 精选理由
方便存档与二次编辑,支持站点适配与登录处理。
▸ 风险提示
依赖 baoyu-fetch 和 Chrome CDP,需浏览器访问并可能处理登录/CAPTCHA。
这个 Skill 做什么
使用 baoyu-fetch(Chrome CDP)抓取网页并转换为干净的 Markdown。
用 baoyu-fetch(基于 Chrome CDP)抓取任意网页并转成干净的 Markdown,内置针对 X/Twitter、YouTube 转录、Hacker News 等适配器,也能对通用页面做 Defuddle 处理。遇到需要登录或验证码的页面可以通过交互等待模式处理用户输入。适合想把网页、帖子或视频字幕保存为结构化 Markdown 的场景。
▸ 展开 SKILL.md 英文原文
Fetch any URL and convert to markdown using baoyu-fetch CLI (Chrome CDP with site-specific adapters). Built-in adapters for X/Twitter, YouTube transcripts, Hacker News threads, and generic pages via Defuddle. Handles login/CAPTCHA via interaction wait modes. Use when user wants to save a webpage as markdown.
2.4w
Stars
2.7k
Forks
22
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-url-to-markdown/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-url-to-markdown/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# URL to Markdown Fetches any URL via `baoyu-fetch` CLI (Chrome CDP + site-specific adapters) and converts it to clean markdown. ## User Input Tools When this skill prompts the user, follow this tool-selection rule (priority order): 1. **Prefer built-in user-input tools** exposed by the current agent runtime — e.g., `AskUserQuestion`, `request_user_input`, `clarify`, `ask_user`, or any equivalent. 2. **Fallback**: if no such tool exists, emit a numbered plain-text message and ask the user to reply with the chosen number/answer for each question. 3. **Batching**: if the tool supports multiple questions per call, combine all applicable questions into a single call; if only single-question,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有