用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/qhkm/zeptoclaw --skill deep-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | deep-research |
| description | Systematic multi-phase web research producing thorough, cited reports |
| metadata | {"zeptoclaw":{"requires":{}}} |
Use this skill when the user asks you to research a topic in depth, produce a report, or investigate something thoroughly. A single search query is NEVER enough for real research.
Start wide. Use web_search with varied phrasings to map the territory:
Example: For "state of AI agents in 2026":
web_search("AI agent frameworks 2026")web_search("autonomous AI agents market landscape")web_search("AI agent orchestration tools comparison")For each important subtopic from Phase 1:
web_fetch to read full articles (not just search snippets)Example:
web_search("LangGraph vs CrewAI vs AutoGen benchmark 2026")web_fetch("https://example.com/detailed-comparison-article")Ensure you have coverage across these 6 types of information:
Search specifically for any category you're missing.
Before writing your final answer, verify:
If any check fails, go back and search for what's missing.
Always use the actual current date in search queries for current events:
"AI agent news March 2026""AI agent news" (may return outdated results)"March 2026", "2026-03", "2026"After completing research, save key findings using longterm_memory:
setresearchThis allows you to recall findings in future conversations without re-researching.