From anakin
Run an AI-powered web search using anakin-cli and return relevant results instantly. Use when finding pages, answering questions, discovering sources, or gathering links on a topic.
How this skill is triggered — by the user, by Claude, or both
Slash command
/anakin:search-webThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Finding pages, answering questions, discovering sources, or gathering links on a topic.
Finding pages, answering questions, discovering sources, or gathering links on a topic.
anakin status.mkdir -p .anakin
anakin search "$ARGUMENTS" -o .anakin/search-results.json
head -50 .anakin/search-results.json
anakin scrape "<result-url>" -o .anakin/page.md.# Basic search
anakin search "<query>" -o .anakin/search-results.json
# Limit results
anakin search "<query>" -l 10 -o .anakin/search-results.json
# Quick lookup (few results)
anakin search "<query>" -l 3 -o .anakin/search-quick.json
# Find specific sites
anakin search "site:github.com <query>" -o .anakin/search-github.json
-l, --limit <n> — Maximum results (default: 5)-o, --output <path> — Save to fileJSON with results[] array containing url, title, snippet, date.
/anakin:deep-research instead.-o to save output to a file rather than flooding the terminal.npx claudepluginhub anakin-inc/anakin-claude-plugin --plugin anakinProvides web search with full page content extraction using Firecrawl CLI. Returns search results as JSON with optional markdown scraping. Use for research, finding articles, or discovering sources.
Searches the web via self-hosted SearXNG to retrieve titles, URLs, and descriptions. Use when you have a question or topic but no specific URL. Supports CLI, MCP, and REST interfaces with filtering, JSON output, and category/time-range options.
Searches the web via the Tavily CLI, returning LLM-optimized results with content snippets, relevance scores, and metadata. Supports domain filtering, time ranges, and multiple search depths.