← Back to Skills Marketplace
Web Research Brief
by
terrycarter1985
· GitHub ↗
· v0.1.0
· MIT-0
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install web-research-brief
Description
Structured web research and synthesis. Use when the user needs to investigate a topic, compare options, gather sources, or produce a research brief. Triggers...
README (SKILL.md)
Research Assistant
Systematic web research → source extraction → structured synthesis.
Workflow
- Scope — Clarify the research question and constraints (time range, region, language, depth). If ambiguous, infer from context and state assumptions.
- Search — Use
web_searchwith targeted queries. Run 2-4 queries with varied phrasing to reduce blind spots. Preferfreshnessfilter for time-sensitive topics. - Fetch — Use
web_fetchon the most relevant results. Extract key claims, data points, and source URLs. Skip paywalled or low-value pages quickly. - Synthesize — Organize findings into a structured brief (see Output Format).
- Cite — Every factual claim must include a source URL. Flag unsourced claims explicitly.
Search Strategy
- Start broad, then narrow with domain-specific terms
- For comparisons: search each option independently, then "X vs Y" queries
- For technical topics: include version numbers or date ranges
- For regional info: set
countryandlanguageparameters onweb_search - If initial results are thin, rephrase or switch to a different angle before concluding "no results"
Output Format
# Research Brief: [Topic]
## Summary
2-4 sentence executive summary.
## Key Findings
1. **[Finding]** — [1-line detail]. [Source](url)
2. **[Finding]** — [1-line detail]. [Source](url)
## Comparison (if applicable)
| Criterion | Option A | Option B |
|-----------|----------|----------|
| ... | ... | ... |
## Open Questions
- [Unresolved item 1]
- [Unresolved item 2]
## Sources
- [Title](url) — retrieved [date]
- [Title](url) — retrieved [date]
Quality Checks
- At least 3 distinct sources for any claim
- No fabricated URLs — every link must come from actual search/fetch results
- Flag recency: note if a source is > 1 year old
- If results are contradictory, present both sides rather than picking one
Usage Guidance
This appears safe for ordinary web research. Be mindful that search terms and fetched pages may be processed by web tools, so avoid including confidential details in queries unless that is intended.
Capability Analysis
Type: OpenClaw Skill
Name: web-research-brief
Version: 0.1.0
The skill bundle is a well-structured research assistant designed for systematic web searching and synthesis. The instructions in SKILL.md and references/advanced-patterns.md focus on high-quality research practices, such as source verification and citation, while the shell script (scripts/research_quick.sh) is a harmless template for organizing search queries without executing any sensitive or unauthorized commands.
Capability Assessment
Purpose & Capability
The stated purpose is structured web research, and the requested web_search/web_fetch tool use is disclosed and proportionate to that purpose.
Instruction Scope
Instructions focus on scoping, searching, fetching, synthesizing, and citing sources; there are no prompt overrides, hidden role changes, or forced unsafe actions.
Install Mechanism
There is no install spec, no required binaries, and no required environment variables. The included shell script is a simple optional template that prints search patterns and creates a /tmp directory if manually run.
Credentials
External web access is expected for this skill. The artifacts do not show credential use, local file reading, hidden endpoints, or unrelated data transmission.
Persistence & Privilege
No persistence, background process, elevated privilege, credentials, memory store, or account mutation is requested. The only file-system effect shown is the helper script’s user-directed /tmp output directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install web-research-brief - After installation, invoke the skill by name or use
/web-research-brief - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is Web Research Brief?
Structured web research and synthesis. Use when the user needs to investigate a topic, compare options, gather sources, or produce a research brief. Triggers... It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.
How do I install Web Research Brief?
Run "/install web-research-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Web Research Brief free?
Yes, Web Research Brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Web Research Brief support?
Web Research Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Web Research Brief?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v0.1.0.
More Skills