# Quickstart

> Agent quickstart for using the squirrelscan Docker plugin in supercli.

- Skill: `javimosch/quickstart-2555` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-2555`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-2555/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-2555

---


# SquirrelScan Quickstart

Use this when you need a fast website audit through `supercli`.

## Install and verify

```bash
supercli plugins install ./plugins/squirrelscan --json
supercli plugins doctor squirrelscan --json
```

## Recommended command

```bash
supercli squirrel audit https://example.com -C quick
```

## Structured equivalent

```bash
supercli squirrel audit run --url https://example.com --coverage quick
```

## Useful follow-ups

```bash
supercli squirrel report list
supercli squirrel report show --format llm
supercli squirrel report show --format json --output report.json
```

## Notes

- First run can be slower because the plugin builds a local Docker image.
- Later runs are faster due to local image and volume reuse.
- If you need full CLI behavior not wrapped by structured commands, use passthrough (`supercli squirrel ...`).

