authenticating-with-agw
Installation
SKILL.md
AGW Auth And Session
Use the CLI as the source of truth for session state.
Operating Rules
- Inspect current state before opening the companion flow.
- Use
agw auth initas the only bootstrap path. - Treat bootstrap and revoke as explicit-intent actions. Preview with
--dry-run; add--executeonly after user confirmation. - Keep runtime wiring in
AGW_*env vars or top-level flags, not JSON payloads. - Parse machine-readable JSON from stdout only.
- Inspect
agw schema auth.init,agw schema auth.revoke,agw schema session.status, oragw schema session.doctorwhen a request or response shape is unclear.