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
1---2name: search3description: Search the web.4---56```bash7cd ~/.claude/skills/search && pkgx uv run scripts/search.py "query"8```910### Options1112- `--count <n>` — number of results (default 10, max 20)13- `--offset <n>` — pagination offset (default 0)14- `--country <code>` — country code, e.g. `US`, `GB` (default `US`)15- `--freshness <value>` — `pd` (past day), `pw` (past week), `pm` (past month), `py` (past year), or a date range `YYYY-MM-DDtoYYYY-MM-DD`16- `--raw` — print the full raw JSON response instead of the condensed result list
Run npx skillmds@latest add dlants/search in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Search the web. It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
dlants (@dlants) published this skill. Their other Agent Skills are listed on their SkillMD profile.