Fetch web pages as reduced markdown via jina.ai. Use when user wants to fetch a URL and get condensed markdown content to save tokens. Triggered by phrases l...
Security Analysis
high confidenceThe skill's instructions, requirements, and scope match its stated purpose (fetch reduced markdown via jina.ai); it is an instruction-only skill with no extra env or install requirements.
Name/description claim: fetch reduced markdown via jina.ai. SKILL.md instructs exactly to construct https://r.jina.ai/<original-url> and call the web_fetch tool. Nothing requested is unrelated to that purpose.
Instructions are narrowly scoped to building the jina.ai proxy URL and calling a web_fetch tool. Two things to note: (1) SKILL.md assumes a 'web_fetch' tool exists in the agent environment (not declared in the skill); (2) using r.jina.ai sends the fetched URL/content to an external service (privacy/leakage consideration). The skill does not instruct reading any unrelated files or env vars.
No install spec and no code files (instruction-only). This minimizes on-disk risk.
No environment variables, credentials, or config paths are requested. Proportional to the task.
always is false and the skill is user-invocable; it does not request persistent or elevated privileges or modify other skills.
Guidance
This skill is coherent and minimal: it just tells the agent to fetch a jina.ai proxy URL and return markdown. Before installing, consider: (1) privacy — r.jina.ai will receive the original URL and page content, so avoid sending sensitive or private URLs; (2) availability — the skill assumes a 'web_fetch' tool is present in the agent environment; if your agent cannot make outbound HTTP calls or you disallow third-party proxies, this skill won't work or may violate policy; (3) content safety — fetched pages may contain sensitive data or malware-related content; validate or sanitize as needed. No credentials or installs are required.
Latest Release
v1.0.0
- Initial release of web-fetch-markdown skill. - Fetches web pages as condensed markdown using the jina.ai summarization service. - Ideal for users needing reduced token usage or condensed content from URLs. - Supports trigger phrases like "fetch as markdown", "reduce tokens", or "jina.ai fetch". - Provides clear usage instructions and example for fetching and reducing web content.
More by @qidu
Published by @qidu on ClawHub