Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/lilithgames/a2wave/a2wave-clinpx skills add LilithGames/a2wave --skill a2wave-cligit clone --depth 1 https://github.com/LilithGames/a2waveWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00098 | $0.05006 |
| Opus 5 | $0.00049 | $0.02503 |
| Sonnet 5 | $0.00020 | $0.01001 |
| Haiku 4.5 | $0.00010 | $0.00501 |
Grade C, and why
a2wave-cli scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- Never suggest raw `docker compose down -v` / `rm -rf` for uninstalling an a2wave install — the setup command's gates exist to prevent destroying unrelated projects. How it starts
The opening of the file, as written. The whole thing — 305 lines — stays where its author put it; the contents beside it link to each section on GitHub.
a2wave CLI
Use the a2wave command-line tool to manage the a2wave Agent orchestration platform.
Checks Before You Start
- Before debugging authentication, URL, token, or backend connectivity issues, run
a2wave statusfirst. - If the URL is not yet configured, set it with
a2wave config set-url <url>; you can also pass--url <url>on a single command, or setA2WAVE_URL. - Login and URL configuration are two separate things:
a2wave loginruns OAuth SSO via your identity provider (IdP) and writes local credentials. - For resource arguments that accept
<id|name>, you can pass an ID or an exact name; an ID is used directly, while a name is resolved via the list API.
Platform Install (setup)
a2wave setup --image a2wave:latest # interactive: dir + port prompts, then docker compose up + health wait
a2wave setup --yes --image a2wave:latest # non-interactive with defaults (~/a2wave, port 3502)
a2wave setup --yes --image a2wave:latest --dir /srv/a2wave --port 3510 --base-url http://192.168.1.10:3510
a2wave setup --no-start --image a2wave:latest # generate .env + docker-compose.yml only
a2wave setup --yes --database-url postgres://a2wave:[email protected]:5432/a2wave # EXPERIMENTAL: external PostgreSQL backend
a2wave setup --yes --with-postgres # EXPERIMENTAL: bundle a postgres:16-alpine sidecar (password generated into .env)
a2wave setup --upgrade --image a2wave:1.4.0 # move an existing install to a new image, keeping its data
a2wave setup --down # uninstall: requires typing the install dir path to confirm
a2wave setup --reset-password # forgot the admin password: reset it from a running install
--upgradeis the only supported way to move an install to a new image — never tell a user to hand-editdocker-compose.yml. The image lives in.envasA2WAVE_IMAGE(the compose file reads it via${A2WAVE_IMAGE:-...}), so the upgrade rewrites one env key, backs the data volume up toa2wave-data-<stamp>.tar.gzin the install dir first (--no-backupskips it), then pulls and recreates only the a2wave service and waits for liveness and readiness. It never deletes the data volume, and everything else in.envsurvives byte-for-byte. A legacy install with a hardcoded image line is migrated to the variable automatically when the file still matches the generated layout; a hand-edited compose file is refused with the exact edit to make rather than guessed at. If the new image fails to start or fails its checks, the previous image is restored, brought back up, and health-verified before the rollback is reported as successful. Cannot be combined with--down,--reset-password,--base-url,--port, or--no-start.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 305 lines · 98 tokens per session scan C e3aa10e447e7
a2wave-cli is a skill published in the GitHub repository LilithGames/a2wave (24 stars, last pushed 4d ago), licensed Apache-2.0. It adds 98 tokens to every session and 5,006 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
triage
Triage open herdr GitHub issues into a concise decision-first Markdown table. Use when the user says "triage", asks to triage open issues, asks which issues need attention, or wants issue priority/recommendation lights for herdr.
local-frontend-check
Smoke-test or verify UI behaviour on the local Jarvis Registry frontend running at http://localhost/gateway. Use for manual regression checks, bug-fix verification, and end-to-end confirmation of specific flows without running the automated test suite.
with-frontmatter
Help an agent inspect a failed trace run, identify likely failure layers, and produce a short audit note.
gsap-scrolltrigger
Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…
gsap-core
Official GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, defaults, gsap.matchMedia() (responsive, prefers-reduced-motion). Use when the user asks for a JavaScript animation library, animation in React/Vue/vanilla, GSAP tweens, easing, basic animation, responsive or reduced-motion…
playwright-recording
Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.