skills/deep-research/SKILL.md
Systematic multi-phase web research producing thorough, cited reports
npx skillsauth add qhkm/zeptoclaw deep-researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
data-ai
Create or update ZeptoClaw skills. Use when designing, structuring, or authoring new agent skills.
tools
Interact with GitHub using the gh CLI for pull requests, issues, and runs.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.