← 返回 Skills 市场
Markdown Fetch
作者
howtimeschange
· GitHub ↗
· v1.0.0
2859
总下载
2
收藏
21
当前安装
1
版本数
在 OpenClaw 中安装
/install markdown-fetch
功能描述
Optimizes web fetching by using Cloudflare's Markdown for Agents, reducing token consumption by ~80%
安全使用建议
This skill is internally consistent and small: it simply sets an Accept header and returns markdown when available. Before adopting it broadly: 1) Review and apply its changes manually (don't automatically rewrite every HTTP call) because changing Accept headers can alter server behavior; 2) Test in staging — not all sites support text/markdown and behavior may differ; 3) Verify your runtime provides a global fetch (or adapt to node-fetch/axios) so nothing breaks; 4) Note the skill will perform network fetches to URLs you pass it — ensure you don't unintentionally fetch internal endpoints. No secrets are requested by the skill, and there are no hidden endpoints in the code.
功能分析
Type: OpenClaw Skill
Name: markdown-fetch
Version: 1.0.0
The skill bundle provides a utility for optimizing web fetching by requesting Markdown content from Cloudflare-enabled sites, aiming to reduce AI token consumption. All files (SKILL.md, index.js, test.js) align with this stated purpose. The `index.js` uses standard `fetch` API without any signs of intentional malicious behavior such as data exfiltration, unauthorized command execution, persistence mechanisms, or obfuscation. The `SKILL.md` documentation is clear and does not contain any prompt injection attempts against the AI agent. The ability to fetch arbitrary URLs is core to its function and does not indicate malicious intent within the skill itself.
能力评估
Purpose & Capability
The name/description (request Markdown to save tokens) matches the code and instructions. The files only implement an optimizedFetch, batchFetch, and simple HTML fallback; nothing requests unrelated capabilities or credentials.
Instruction Scope
SKILL.md recommends finding and updating HTTP requests (fetch/axios/request) to add the Accept header and to treat text/markdown responses specially. That is within the stated purpose, but it implies a code-wide change — reviewers should manually confirm changes rather than blindly applying them across all requests because altering every request can change behavior for endpoints that expect other Accept headers.
Install Mechanism
There is no install spec and no external downloads; this is instruction + small JS module only, so nothing will be written to disk by an installer. Low risk from installation mechanisms.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code makes outgoing HTTP requests to whatever URL you call it with; there are no hidden or hard-coded endpoints or secret-access calls.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system settings. It contains only library functions and a test harness — no persistent or privileged behavior is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install markdown-fetch - 安装完成后,直接呼叫该 Skill 的名称或使用
/markdown-fetch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of markdown-fetch:
- Introduces optimized web fetching using Cloudflare’s Markdown for Agents, reducing token usage by ~80%.
- Provides the `optimizedFetch` function to automatically request and handle Markdown responses, with fallback to HTML.
- Automatically logs tokens saved when the server provides the relevant header.
- Simple integration by replacing standard fetch calls and adding appropriate Accept headers.
- Includes usage instructions and sample code for quick setup.
元数据
常见问题
Markdown Fetch 是什么?
Optimizes web fetching by using Cloudflare's Markdown for Agents, reducing token consumption by ~80%. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2859 次。
如何安装 Markdown Fetch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install markdown-fetch」即可一键安装,无需额外配置。
Markdown Fetch 是免费的吗?
是的,Markdown Fetch 完全免费(开源免费),可自由下载、安装和使用。
Markdown Fetch 支持哪些平台?
Markdown Fetch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Markdown Fetch?
由 howtimeschange(@howtimeschange)开发并维护,当前版本 v1.0.0。
推荐 Skills