# Search

> Search the web.

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

---


```bash
cd ~/.claude/skills/search && pkgx uv run scripts/search.py "query"
```

### Options

- `--count <n>` — number of results (default 10, max 20)
- `--offset <n>` — pagination offset (default 0)
- `--country <code>` — country code, e.g. `US`, `GB` (default `US`)
- `--freshness <value>` — `pd` (past day), `pw` (past week), `pm` (past month), `py` (past year), or a date range `YYYY-MM-DDtoYYYY-MM-DD`
- `--raw` — print the full raw JSON response instead of the condensed result list

