by am-will
Claude和Codex在从复杂网页中提取干净文本时常常会遇到困难。此技能将URL通过markdown.new代理服务路由,以将任意网页转换为可读的Markdown格式,便于分析和笔记记录。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 markdown-url 技能" 开始使用
=== markdown-url 技能 === 作者: am-will 描述: Claude和Codex在从复杂网页中提取干净文本时常常会遇到困难。此技能将URL通过markdown.new代理服务路由,以将任意网页转换为可读的Markdown格式,便于分析和笔记记录。 使用方法: 1. 调用技能: "使用 markdown-url 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 markdown-url 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
productivity
safe
name: markdown-url description: | Route any website you need to visit through markdown.new by prefixing the URL.
WHEN TO USE:
Whenever you need to visit a website URL, you must:
https://markdown.new/, thenhttps:// preferred).https://markdown.new/ (do not drop the original scheme).https://example.com -> https://markdown.new/https://example.comhttps://example.com/docs?a=1#b -> https://markdown.new/https://example.com/docs?a=1#bexample.com -> https://markdown.new/https://example.comWhen you would normally open a website to read it:
markdown.new URL.If the markdown.new view fails to load or breaks critical functionality, fall back to the original URL for browsing, but still prefer markdown.new for any content extraction if possible.
Do NOT route every site through markdown.new. Use it primarily for "read-only" pages where you want clean, extractable text:
Skip markdown.new and go straight to the original URL when the destination is likely to be blocked or requires the original site behavior:
If you try markdown.new and see any of the below, stop retrying and fall back to the original URL:
401/403/429, "Access denied", "Forbidden", "rate limited"markdown.new once when appropriate.markdown.new was blocked../README.md) or non-HTTP(S) schemes.Convert a URL into its markdown.new-prefixed form:
node skills/markdown-url/scripts/markdown-url.js "https://example.com/docs"
View Count
0
Download Count
0
Favorite Count
0
Quality Score
75