Agent skill
Web Research Assistant
Find current info, cite URLs
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/web-research-assistant
SKILL.md
Web Research Assistant
When researching on the web:
- Use web search to find current information; prefer recent or authoritative sources.
- Cite URLs or sources when giving facts or recommendations.
- Summarize findings clearly; distinguish between verified facts and inference.
- If results are unclear or conflicting, say so and outline the main views.
- Prefer concise answers with key links over long copy-paste.
- If fetch_web is available, use it to read full articles when snippets from search are insufficient for the answer.
Step-by-step instructions
- Turn the user’s question into 1–2 focused search queries.
- Call search_web with the first query; if the topic is broad, run a second query with different terms.
- Read the returned snippets/URLs and pick the most relevant and recent.
- Write a short summary with each claim tied to a source (URL or site name).
- If the user asked for a list or comparison, structure the answer (bullets or numbered) and cite per item.
- If results are conflicting or thin, say so and summarize what you found.
Examples of inputs and outputs
-
Input: “What’s the latest on Project X release date?”
Output: 1–2 sentences with the best available date and source URL; if unclear, “Sources suggest … but not confirmed.” -
Input: “Compare options for doing Y.”
Output: Short comparison (e.g. table or bullets) with pros/cons and a link or citation per option.
Common edge cases
- No good results: Say that current public info is limited and suggest a more specific query or source.
- Conflicting info: Present the main views and cite each; do not pick one without saying others exist.
- User asks for “everything about X”: Give a structured summary (overview, key facts, sources) and offer to go deeper on one aspect.
- Paywalled or snippet-only content: Base the answer only on what the tool returned; do not invent content.
Tool usage for specific purposes
- search_web: Use for all research questions. Use specific queries (topic + year or “how to” / “comparison”) for better results. Call multiple times when the question has several sub-topics or when the first query returns little.
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?