网页内容获取工具 | 当常规爬虫被过滤时,使用替代服务获取网页内容。支持:1) r.jina.ai - 最稳定 2) markdown.new - Cloudflare 专用 3) defuddle.md - 备用方案。触发词:获取网页内容、网页转markdown、内容抓取、fetch webpage、bypass cloudflare
66
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The required workflow calls a runtime HTTP relay (e.g., `curl -s https://r.jina.ai/{url}` / `markdown.new` / `defuddle.md`) which returns attacker-controlled webpage Markdown text from an outsider-supplied URL, and that returned free text is then read/printed (and thus becomes LLM-ingestible output) by the tool.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill's runtime scripts call third-party relay endpoints (e.g., https://r.jina.ai/{url}, https://markdown.new/{url}, https://defuddle.md/{url}) via curl/subprocess to fetch remote page content that is then returned/injected into agent output, so these URLs are runtime dependencies that can directly influence prompts.
f618458
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.