wat skills plugin lets an AI coding agent (Claude Code, Cursor, and other Open-Plugin hosts) book WAT rooms conversationally. The skills are thin wrappers over the wat CLI, so they inherit its auth and environment targeting and hold no secrets of their own.
Install
Prerequisite: log in with the CLI first
The skills shell out to thewat CLI, so install the CLI and log in once before using them:
wat login mints and stores an API key locally. The plugin inherits that stored key, so every skill reuses your login. See the CLI page for the install steps.
The four skills
Each skill calls the CLI with
--json and parses the result, so successes and errors are handled deterministically. The full list of failure codes a skill can surface is on the Error codes page. Booking and cancelling cause real changes, so a well-behaved agent confirms ambiguous requests before acting.
Environment targeting
Like the CLI, the skills default to production. They pass--env dev only when you explicitly ask for the staging or development environment, so a casual “book Room A” never touches development data.