Armory
Source
Browse
Skills

search

Search Google via Bright Data SERP API. Returns structured JSON results with title, link, and description. Requires BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZONE environment variables.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install search --cli claude

writes the skill into.claude/skills/search/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/search/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Search Google via Bright Data SERP API. Returns structured JSON results with title, link, and description. Requires BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZONE environment variables.

When to use it

Search Google via Bright Data SERP API. Returns structured JSON results with title, link, and description. Requires BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZONE environment variables.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/web-data/search/SKILL.md -o .claude/skills/search/SKILL.md

Notes

Extracted from davila7/claude-code-templates, search category.