From spotlight
Converts repeated dev-browser acquisition successes into durable Spotlight acquisition guidance. Use after a non-trivial browser acquisition works repeatedly and should become a reusable source/domain path without storing secrets, cookies, or fragile session details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spotlight:acquisition-graduationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill after dev-browser solves a non-trivial source acquisition and the path appears reusable.
Use this skill after dev-browser solves a non-trivial source acquisition and the path appears reusable.
Do not graduate one-off browsing. Graduate only when the acquisition path is likely to recur and can be validated without secrets or brittle session state.
All must be true:
Store the map, not the diary:
Never store:
For now, write reusable acquisition notes under:
skills/integrations/references/acquisition-paths/{domain-or-source}.md
If the path becomes broad enough to deserve its own skill, propose a new skill rather than silently expanding this one.
npx claudepluginhub buriedsignals/spotlight --plugin spotlightBuilds and improves browser automation skills through iterative experimentation. Runs a browsing task, reads the trace, and refines navigation instructions until reliable.
Adds URL blocklisting, rate limiting, robots.txt enforcement, and ethical scraping guardrails on top of the agent-browser skill for safe browser automation.
Automatically scrapes websites by analyzing page structure, handling pagination/anti-blocking, discovering article series using Playwright and Crawl4AI. Zero config needed.