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 reliable browser automation skills through iterative testing — runs a task, reads the trace, and improves the strategy until it passes. Supports parallel multi-task runs via sub-agents.
Automates browser tasks with AI: navigate sites, fill forms, extract structured data, log in with credentials, and build reusable workflows. Use for web scraping, UI interactions without fixed selectors.
Automatically scrapes websites by analyzing page structure, handling pagination/anti-blocking, discovering article series using Playwright and Crawl4AI. Zero config needed.