Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/nullskymc/aurevoy/web-searchnpx skills add nullskymc/Aurevoy --skill web-searchgit clone --depth 1 https://github.com/nullskymc/AurevoyWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nullskymc/aurevoy/web-search)<a href="https://agentmods.dev/skills/nullskymc/aurevoy/web-search"><img src="https://agentmods.dev/badge/skills/nullskymc/aurevoy/web-search.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00049 | $0.00495 |
| Opus 5 | $0.00024 | $0.00247 |
| Sonnet 5 | $0.00010 | $0.00099 |
| Haiku 4.5 | $0.00005 | $0.00049 |
Grade A, and why
web-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Web Search 技能
你启用了网页搜索能力。你可以通过 web_search 工具搜索互联网获取最新信息。
使用场景
- 查找最新技术文档、版本发布说明
- 搜索错误信息、问题解决方案
- 调研技术方案、对比不同实现
- 获取第三方 API 的使用方法
- 查找开源项目和代码示例
搜索策略
1. 关键词选择
- 使用精确的技术术语
- 包含版本号或日期(如 "React 19 useEffect changes")
- 错误信息搜索时去掉项目特定路径,保留核心错误文本
- 英文搜索通常结果质量更高
2. 结果评估
- 优先官方文档和源代码仓库
- 注意内容时效性(博客文章可能已过时)
- 交叉验证多处来源的信息
- 对于安全相关建议,优先权威来源
3. 深度研究
- 先用宽泛关键词了解全貌
- 再用精确关键词深入细节
- 遇到重要结果可用
web_fetch获取清洗后的正文与链接 - 整合多处来源给出综合分析
输出格式
搜索后请按以下结构呈现:
## 搜索结果:<查询主题>
### 核心发现
- <关键结论 1>
- <关键结论 2>
### 详细来源
1. **[标题]** — <摘要> — <URL>
### 建议
基于以上信息,建议...
注意事项
- 搜索结果可能包含过时或不准确的信息,请标注不确定性
- 搜索的是公开网页,不包含私有仓库或付费墙后的内容
- 如需查看完整页面内容,使用
web_fetch获取
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 62 lines · 49 tokens per session scan A d87b8dc895cf
web-search is a skill published in the GitHub repository nullskymc/Aurevoy (10 stars, last pushed 28d ago), licensed MIT. It adds 49 tokens to every session and 495 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
dify
Use when building LLM applications with visual workflow — RAG knowledge bases, AI agents, chatbots with drag-and-drop orchestration. Dify: open-source LLM app platform supporting 30+ models (OpenAI, Claude, DeepSeek, Ollama, Qwen, GLM) with Docker deployment.
ai-skills
Use when building LLM applications, RAG knowledge bases, AI agents, terminal coding agents, multi-model orchestration, plugin-based agent harnesses, or file translation. Index of 9 skills: Dify, Hermes Agent, OpenClaw, OpenCode, Pi, DocuTranslate, Oh-My-OpenAgent, Superpowers-zh, DeepSeek Harness.
Web2Skill
Convert one public website URL or an explicit batch of public URLs into a reusable skill zip backed by rendered HTML snapshots and a bounded JSONL retrieval index. Use to discover a documentation directory from one URL, crawl a supplied URL set sequentially, generate a source profile, or package indexed web content as…
Book2Skill
Convert one or more TXT, Markdown, DOCX, or PDF documents into a reusable skill zip backed by normalized Markdown, extracted images, and a grounded JSONL knowledge index. Invoke this skill before inspecting task files, then execute its workflow directly without listing directories.
agent-evaluation
Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benc.
skill-forge
Generate a new skill from a simple prompt, then run an enhancer pass to tighten trigger rules, workflow, and output quality.