Seed entry. Community skills are scraped from public GitHub repos. Run
npm run scrapeto refresh and add more.
Web Search Skill
Equip the agent with a web_search(query) tool and a lightweight research loop.
Loop
- Decompose the question into 2–4 focused search queries.
- Run searches and open the most promising results.
- Extract the relevant facts, tracking the source URL for each claim.
- Synthesize a concise answer with inline citations.
Notes
- Prefer primary sources over aggregators.
- If sources disagree, surface the disagreement rather than averaging it away.
- Never present an unverified claim as fact.