/web-research
Structured approach to conducting thorough web research with source citation
$ npx -y skills add cloudshipai/station --skill web-research --agent claude-codeHow 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.mdname: 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
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
Build, test, and deploy intelligent agent teams. Self-hosted. Git-backed. Production-ready.
Repo: cloudshipai/station
Other skills on station.
- /station-config
Configure Station CLI settings via browser UI or command line. Use `stn config --browser` for visual editor or `stn config set/show` for CLI operations.
Open skill - /station
Use Station CLI (`stn`) for AI agent orchestration - creating agents, running tasks, managing environments, and deploying agent teams. Prefer CLI for file operations and exploration; use MCP tools for programmatic agent execution and detailed queries.
Open skill - /code-review
Systematic code review process with focus on quality, security, and best practices
Open skill

