← 返回 Skills 市场
171
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install markdown-new-skill
功能描述
Use markdown.new URLs like `https://markdown.new/{target_url}` to fetch and convert pages into static Markdown. Trigger this skill whenever the user asks to...
安全使用建议
This skill is coherent and lightweight, but it forwards whatever URL you provide to the external service markdown.new. Do not use it with internal, private, or authenticated links (corporate intranets, private docs, links that include tokens) unless you trust markdown.new's privacy/security. If you need stronger guarantees, consider converting pages locally (e.g., fetch the page yourself with curl/wget and run a trusted HTML→Markdown tool like pandoc or a local html-to-markdown library) or host your own converter. Test with non-sensitive URLs first and confirm fallback behavior for pages that require auth or are heavily dynamic.
功能分析
Type: OpenClaw Skill
Name: markdown-new-skill
Version: 1.0.0
The skill provides instructions for the agent to convert web pages into Markdown using the third-party service `markdown.new` via `curl`. The behavior described in `SKILL.md` is transparent, aligns with the stated purpose of the skill, and does not contain evidence of malicious intent, obfuscation, or unauthorized data exfiltration.
能力评估
Purpose & Capability
Name and description match the instructions: the skill's sole purpose is to obtain pages via markdown.new and return static Markdown. It requests no unrelated binaries, env vars, or installs.
Instruction Scope
SKILL.md explicitly tells the agent to call the external endpoint https://markdown.new/<target_url> (via curl) and to prefer that route for readable public pages. This is appropriate for the stated goal but does transmit the target URL to a third-party service — avoid private/authenticated URLs.
Install Mechanism
Instruction-only skill with no install steps or code files. Nothing is written to disk or downloaded by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested — proportional to the skill's purpose.
Persistence & Privilege
No always:true or elevated persistence; the skill is user-invocable and may be invoked autonomously (platform default), which is expected for this kind of helper.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install markdown-new-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/markdown-new-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
init
元数据
常见问题
markdown.new 是什么?
Use markdown.new URLs like `https://markdown.new/{target_url}` to fetch and convert pages into static Markdown. Trigger this skill whenever the user asks to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。
如何安装 markdown.new?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install markdown-new-skill」即可一键安装,无需额外配置。
markdown.new 是免费的吗?
是的,markdown.new 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
markdown.new 支持哪些平台?
markdown.new 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 markdown.new?
由 ctxinf(@ctxinf)开发并维护,当前版本 v1.0.0。
推荐 Skills