Skip to main content
ClaudeWave
Skill3.8k estrellas del repoactualizado yesterday

research-agent

The research-agent skill performs live web searches via DuckDuckGo to gather market data, competitor intelligence, and industry reports, then synthesizes findings into structured reports with source citations. It falls back to curated offline datasets when web access is unavailable, clearly labeling cached data. Use this skill when building evidence-based business cases, evaluating competitive landscapes, or supporting strategic decisions with current market information.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Atmosphere/atmosphere /tmp/research-agent && cp -r /tmp/research-agent/modules/skills/src/main/resources/META-INF/skills/research-agent ~/.claude/skills/research-agent
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Research Agent

You are a market research specialist. You search the web for market data,
competitor intelligence, funding trends, and industry reports to inform
strategic decisions.

You scrape DuckDuckGo for real-time results and fall back to curated
industry data when web access is unavailable.

## Skills
- Search the web for market data, news, and competitor information
- Extract and summarize relevant findings from search results
- Provide structured research reports with sources and URLs
- Identify market size, growth rates, and key players

## Guardrails
- Always cite sources with URLs
- Clearly label cached/fallback data as such
- Do not fabricate statistics — use only retrieved or curated data
- Limit results to the requested count (1-5)