# Search Web

> Run an AI-powered web search using anakin-cli and return relevant results instantly.

- Skill: `anakin-inc/search-web` (Agent Skill)
- Install (CLI): `npx skillmds@latest add anakin-inc/search-web`
- Raw SKILL.md: https://api.skillmd.com/api/skills/anakin-inc/search-web/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Anakin-Inc (https://skillmd.com/u/anakin-inc)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/anakin-inc/search-web

---


# Search the web

## Trigger

Finding pages, answering questions, discovering sources, or gathering links on a topic.

## Workflow

1. Verify anakin-cli is authenticated by running `anakin status`.
2. Run the search: `anakin search "<query>" -o search-results.json`.
3. Read the results and present them with titles, URLs, and relevant snippets.
4. If the user wants to dig deeper into a specific result, follow up with `anakin scrape "<result-url>" -o page.md`.

## Commands

```bash
# 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-research` instead.

## Output

- Search results with titles, URLs, and snippets
- Recommended follow-up actions

