a2wave-cli

A command-line tool for operating the a2wave platform, which manages AI agents, skills, tools, data sources, and providers. It also handles local setup, login, configuration, and run management.

In plain words
What is it for?
Use it to install or remove a local a2wave platform, check its status, configure access, manage platform resources, apply agent settings, start runs, and inspect results.
Why use it?
It puts platform administration and troubleshooting in one terminal interface instead of requiring separate manual actions.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/lilithgames/a2wave/a2wave-cli
Any agent
npx skills add LilithGames/a2wave --skill a2wave-cli
Clone the repo
git clone --depth 1 https://github.com/LilithGames/a2wave

Made for: Claude Code, Codex.

Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,006 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce 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

Measured 2d ago against content hash e3aa10e447e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.
skills/a2wave-cli/SKILL.md · 305 lines

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

  1. Before debugging authentication, URL, token, or backend connectivity issues, run a2wave status first.
  2. 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 set A2WAVE_URL.
  3. Login and URL configuration are two separate things: a2wave login runs OAuth SSO via your identity provider (IdP) and writes local credentials.
  4. 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
  • --upgrade is the only supported way to move an install to a new image — never tell a user to hand-edit docker-compose.yml. The image lives in .env as A2WAVE_IMAGE (the compose file reads it via ${A2WAVE_IMAGE:-...}), so the upgrade rewrites one env key, backs the data volume up to a2wave-data-<stamp>.tar.gz in the install dir first (--no-backup skips 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 .env survives 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.

Read the full file on GitHub · 305 lines

Files

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.

Changes

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.

  1. 2d ago First seen · 305 lines · 98 tokens per session scan C e3aa10e447e7

Subscribe to this mod's changes

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.

Related

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.

herdrdev/herdr · 53 tokens

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.

ascending-llc/jarvis-registry · 52 tokens

with-frontmatter

Help an agent inspect a failed trace run, identify likely failure layers, and produce a short audit note.

kungfu-systems/kungfu · 0 tokens

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…

calesthio/OpenMontage · 68 tokens

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…

calesthio/OpenMontage · 128 tokens

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.

calesthio/OpenMontage · 53 tokens