skills command installs squirrelscan capabilities into coding agents that support the Agent Skills standard.
What are Agent Skills?
Agent Skills are folders of instructions, scripts, and resources that coding agents can discover and use to perform tasks more accurately. Skills give agents access to procedural knowledge they can load on demand. The Agent Skills format is an open standard supported by many coding agents including:- Claude Code - Anthropic’s CLI coding agent
- Cursor - AI-first code editor
- VS Code - With GitHub Copilot
- Gemini CLI - Google’s coding agent
- OpenAI Codex - OpenAI’s coding agent
- Goose - Block’s open source agent
- Amp - Sourcegraph’s coding agent
- Roo Code - AI coding assistant
install
Install the squirrelscan skill for your coding agent.Usage
What it Does
The command runsnpx skills add to install the audit-website skill from the squirrelscan skills repository.
Once installed, you can invoke the skill in your coding agent using:
Example
Without npm/npx
If npm/npx is not available, the command displays manual installation instructions:update
Update the squirrelscan skill to the latest version.Usage
What it Does
The command runsnpx skills update to fetch the latest version of the audit-website skill from the squirrelscan skills repository.
Example
Without npm/npx
If npm/npx is not available, the command displays manual update instructions:The audit-website Skill
Theaudit-website skill gives your coding agent the ability to run comprehensive website audits using squirrelscan. When invoked, the agent will:
- Run
squirrel auditon the target URL - Analyze the results
- Provide actionable recommendations
Invoking the Skill
In Claude Code or other compatible agents:Related
- Agent Skills Standard - Learn more about Agent Skills
- squirrelscan Skills Repository - View our skills source
- Using with Agents - Full guide to using squirrelscan with coding agents