← 返回
未分类 中文

Web Markdown Navigator

Fetch webpages and return clean markdown instead of raw HTML. Use for URL reading, extraction, and summarization tasks where the user wants markdown output;...
获取网页并返回干净的 markdown,替代原始 HTML。适用于 URL 读取、内容提取和摘要任务,用户需要 markdown 输出的场景;...
plgonzalezrx8
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 196
下载
💾 0
安装
1
版本
#extraction#latest#markdown#web

概述

Web Markdown Navigator

Use this skill for deterministic URL → markdown extraction.

Quick flow

  1. Run script:
    • cd /Users/pedrogonzalez/clawd/skills/web-markdown-navigator/scripts
    • node fetch-markdown.mjs "" --max-chars 50000
  2. If exit code 0, return markdown output.
  3. If exit code 3 or 4, or output is thin/boilerplate, use browser tool fallback to capture rendered content and return markdown summary.

Script

node scripts/fetch-markdown.mjs [--max-chars N] [--timeout-ms N] [--json]

Behavior:

  • Layer 1: Fetch HTML + Mozilla Readability + Turndown markdown conversion.
  • Layer 2: Fallback plain-text markdown if extraction is too thin.
  • URL safety checks block localhost/private literal IPv4 hosts.

Output requirements

  • Return markdown only (no raw HTML dump).
  • Preserve source URL in response.
  • If truncated, include truncation note.
  • If fallback was needed, mention method used (readability or fallback-text).

Error handling

  • 1 bad args
  • 2 invalid/blocked URL
  • 3 network/fetch/content-type failure
  • 4 extraction failure/thin output

For extended notes and troubleshooting, read:

  • /Users/pedrogonzalez/clawd/skills/web-markdown-navigator/references/usage.md

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-12 06:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Apple Reminder

plgonzalezrx8
自然语言创建真实的 Apple 提醒事项.app 条目(macOS 原生)
★ 4 📥 3,638
ai-intelligence

Agent Builder

plgonzalezrx8
端到端构建高性能 OpenClaw 智能体。用于设计新智能体(包含人设与运行规则)并生成所需工作区文件,或迭代现有智能体的行为、护栏、自主模型、心跳计划及技能列表。
★ 30 📥 10,400
security-compliance

OpenClaw Healthcheck Cron

plgonzalezrx8
使用 cron 作业配合脚本,创建并运行可复用的 OpenClaw 深度健康检查自动化。适用于设置定时 OpenClaw 健康审计和标准检查。
★ 0 📥 1,469