Skip to content
Agent Orchestration
Skill

/web-research

Structured approach to conducting thorough web research with source citation

From plugin
station
4284 skills1 agent1 command
Install
$ npx -y skills add cloudshipai/station --skill web-research --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/web-research

Context preview

The summary Claude sees to decide when to auto-load this skill.

Structured approach to conducting thorough web research with source citation

SKILL.md

web-research.SKILL.md
name: web-research
description: Structured approach to conducting thorough web research with source citation
license: MIT
allowed-tools:
  - web_search
  - web_fetch
  - read_file
  - write_file
triggers:
  - research
  - search
  - find information

Web Research Skill

When to Use

  • User asks you to research a topic
  • You need to gather information from multiple sources
  • Task requires fact-checking or verification

Workflow

1. Define Scope

Before searching, clarify:

  • What specific questions need answering?
  • What depth of coverage is needed?
  • Are there preferred or authoritative sources?

2. Search Strategy

Execute searches in this order: 1. Broad overview search 2. Specific fact-finding searches 3. Alternative viewpoint searches

3. Source Evaluation

For each source, assess:

  • Authority (who wrote it?)
  • Currency (when published?)
  • Relevance (does it answer the question?)

4. Synthesis

Combine findings into a coherent summary with citations.

Examples

Example: Technology Research

User: "Research the latest developments in WebAssembly"

Step 1: Define scope

  • Focus on recent developments
  • Include browser support status
  • Cover WASI developments

Step 2: Execute searches

  • "WebAssembly developments 2026"
  • "WASI preview 2 status"
  • "WebAssembly component model"

Step 3: Evaluate sources

  • Prefer official documentation
  • Cross-reference with reputable tech blogs

Step 4: Synthesize findings

  • Create summary with citations
  • Note any conflicting information
Read more
Ships withstation

Build, test, and deploy intelligent agent teams. Self-hosted. Git-backed. Production-ready.

Get the whole plugin
Stats
428
Stars
41
Forks
Quiet
Maintenance
Go
Language
Apache-2.0
License
6mo ago
Last commit
1y ago
Created

Repo: cloudshipai/station