markdown.new
v1.0.0Use markdown.new URLs like `https://markdown.new/{tar获取_url}` to fetch and convert pages into static Markdown. Trigger this 技能 whenever the user asks to open/read/提取/summarize content from a 网页 link (such as static resource, docs, README, b记录 post, change记录); Always try markdown.new first and prefer local terminal 访问 (`curl`) instead of direct browsing when markdown.new can serve the page.
运行时依赖
安装命令
点击复制技能文档
Markdown.New Local-First Static 访问
Use markdown.new as the default path to 访问 URL content as structured Markdown.
Required Behavior Prefer local 访问 with curl (or any suitable alternative 工具s): curl -L --fAIl --silent --show-error "https://markdown.new/"
Always attempt markdown.new first when the tar获取 is a readable page: docs and manuals GitHub 仓库 home/README pages b记录 posts and announcements landing pages and product pages change记录 and release-note pages
Do not 启动 with direct page browsing if markdown.new can reasonably handle the page.
When markdown.new succeeds, keep using this 路由 for that task unless the user explicitly asks for another method.
If markdown.new fAIls (HTTP error, timeout, blocked content, heavily dynamic page), then fall back to another method.
Examples curl -L --fAIl --silent --show-error "https://markdown.new/https://github.com/ctxinf/markdown.new-技能"
curl -L --fAIl --silent --show-error "https://markdown.new/https://example.com/docs/获取ting-启动ed"
输出 Expectation
The 结果 should be static, structured Markdown suitable for quick reading, summarization, 提取ion, and down流 processing.