Agent skill
webresearcher
Also called "wr". Optional research agent for broad multi-source research without polluting context. Use when user requests it or when research needs depth across many sites.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/webresearcher
SKILL.md
webresearcher
A research agent you can delegate broad research to. Keeps your context clean by doing synthesis externally.
When to use
- User asks for it ("use wr", "use webresearcher")
- Query needs research across many sources with heavy synthesis
- You want to preserve your context window
Otherwise, WebSearch works fine.
Usage
bunx webresearcher "detailed prompt briefing the agent"
bunx webresearcher --effort medium "complex topic"
How to prompt it
Brief it like an agent:
- Explain what you're trying to understand
- Give context about why you need it
- Ask for specific details you care about
After it returns, feel free to use WebFetch/WebSearch yourself if you need to dig into specific references or confirm details.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?