<< All versions
Skill v1.0.0
currentAutomated scan100/100quixiai/hexis/research
──Details
PublishedAugust 11, 2026 at 09:52 AM
Content Hashsha256:81dcf9074257f19b...
Git SHAfdf24f317ad8
──Files
Files (1 file, 1.1 KB)
SKILL.md1.1 KBactive
SKILL.md · 34 lines · 1.1 KB
version: "1.0.0" name: research description: How to research topics using web tools requires: tools: [web_search, web_fetch] config: [tavily] contexts: [heartbeat, chat] bound_tools: [web_search, web_fetch, recall, remember, web_summarize, brave_search, firecrawl_scrape]
Research Methodology
When investigating a topic that requires current or external information:
- Use
web_searchfor broad queries to find relevant sources - Use
web_fetchto read the most promising results in full - Cross-reference findings with existing memories via
recall - Store important findings with
rememberfor future reference
When to Research
- When a goal requires information you don't have in memory
- When existing memories have low confidence or are outdated
- When the user asks about recent events or facts
- When you need to verify something before acting on it
Research Quality
- Use specific, targeted search queries rather than broad ones
- Cross-reference multiple sources before accepting a claim
- Note the source URL when storing findings as memories
- Prefer authoritative sources (official docs, academic, established media)