Markdown Fetch

v1.0.0

Optimizes web fetching by using Cloudflare's Markdown for Agents, reducing token consumption by ~80%

2· 2.7k·19 current·21 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ddenwdsyvad9e86a3bmkjx9813m0w

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments