Add the API-keys feature to a Spiderly app — per-key authentication via an X-Api-Key header, where each key is a first-class principal carrying its own roles. Use when a project needs machine/partner/agent access to its REST API (generate, scope-to-roles, expire, revoke). Opt-in; not part of the default app.
$npx -y skills add filiptrivan/spiderly --skill api-keysInstalls into the current project.
Run `npx skills use "https://github.com/filiptrivan/spiderly" --skill "filiptrivan/spiderly/api-keys"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/filiptrivan/spiderly" that are relevant to the current task. Run `npx skills add "https://github.com/filiptrivan/spiderly"` and select the relevant skills, then follow their instructions.