Search the web
Trigger
Finding pages, answering questions, discovering sources, or gathering links on a topic.
Workflow
- Verify anakin-cli is authenticated by running
anakin status. - Run the search:
anakin search "<query>" -o search-results.json. - Read the results and present them with titles, URLs, and relevant snippets.
- If the user wants to dig deeper into a specific result, follow up with
anakin scrape "<result-url>" -o page.md.
Commands
# AI-powered web search
anakin search "<query>" -o search-results.json
# Scrape a specific result for full content
anakin scrape "<result-url>" -o page.md
Guardrails
- Keep search queries concise and specific for better results.
- Present results as a clean summary, not a raw JSON dump.
- When the user's intent is broad research rather than a quick search, suggest
deep-researchinstead.
Output
- Search results with titles, URLs, and snippets
- Recommended follow-up actions