markdown.new/crawl
v1.0.0Use `https://markdown.new/crawl/{target_url}` endpoints to recursively crawl a site section and return markdowns. Trigger this skill when the user asks for m...
⭐ 0· 83·0 current·0 all-time
by@ctxinf
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the instructions: all required actions (POST /crawl, poll status, GET per-URL) are appropriate for a site-crawling-to-markdown service and no unrelated credentials, binaries, or paths are requested.
Instruction Scope
SKILL.md stays within crawling behavior (construct requests, set limits, poll status). One minor vagueness: it says to "fall back to another method" if /crawl fails but doesn't define acceptable fallbacks — this could allow broader browsing methods unless the agent is constrained.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk and no external packages are fetched by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md explicitly assumes no authentication is needed (note below about potential risk if private sites are targeted).
Persistence & Privilege
always:false and normal autonomous invocation are set. The skill does not request elevated or persistent system presence and does not modify other skills or agent-wide config.
Assessment
This skill appears to be a straightforward wrapper for a public crawl API and does not request credentials or install anything. Before installing: verify you trust the endpoint (markdown.new) and its owner; do not point the crawler at private/internal sites or URLs containing secrets (the service will fetch and store crawled content for 14 days by default); be aware of rate limits/costs documented in the SKILL.md; and be cautious about the ambiguous "fallback" behavior — confirm what fallback browsing methods the agent is allowed to use in your environment. If you need to crawl authenticated or sensitive sites, expect to need additional, explicit auth steps which are not described here.Like a lobster shell, security has layers — review code before you run it.
latestvk97ds2sxdjv2g8b5awy05jfex983a5vg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
