Accomplish web-research
Research topics on the web, gather information from multiple sources, and summarize findings.
install
source · Clone the upstream repo
git clone https://github.com/accomplish-ai/accomplish
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/accomplish-ai/accomplish "$T" && mkdir -p ~/.claude/skills && cp -r "$T/apps/desktop/bundled-skills/web-research" ~/.claude/skills/accomplish-ai-accomplish-web-research && rm -rf "$T"
manifest:
apps/desktop/bundled-skills/web-research/SKILL.mdsource content
Web Research
This skill helps conduct thorough web research and compile findings.
Research Process
- Define the question: Clarify what information is needed
- Search: Use browser to search multiple sources
- Gather: Collect relevant information from trusted sources
- Verify: Cross-reference facts across sources
- Summarize: Present findings in a clear format
Best Practices
- Use multiple sources to verify information
- Prefer authoritative sources (official docs, reputable sites)
- Note the date of information (some may be outdated)
- Cite sources when presenting findings
Output Format
Research results should include:
- Summary: Key findings in 2-3 sentences
- Details: Expanded information organized by topic
- Sources: Links to where information was found
- Caveats: Any limitations or uncertainties
Examples
- "Research the best React state management libraries"
- "Find information about GDPR compliance requirements"
- "Look up the latest Node.js LTS version"
- "Research competitors of [product]"
Requirements
- Browser automation tools for web navigation
- Ability to read and extract content from web pages