What problem does it solve? Agents using aweb for messaging need a correctly bound workspace, a valid team certificate, and the Claude Code channel plugin installed before wake-up events and mail delivery work. This Skill checks each layer of that setup and tells the user exactly what is missing and how to fix it. ## Core Features & Use Cases - Workspace binding check: Verifies that .aw/workspace.yaml and .aw/team-cert.pem exist, and directs the user to aw init or invite/service-based bootstrap when they do not. - Server connectivity validation: Runs aw workspace status to confirm the workspace can reach the aweb server with a usable team binding. - Channel plugin setup: Installs the aweb channel plugin via claude plugin marketplace add awebai/claude-plugins and claude plugin install aweb-channel@awebai-marketplace, then reports the exact launch command with the required flags. - Use Case: A developer joins an aweb team and their agent never wakes up on new messages. Run this Skill to find that the workspace binding is missing, initialize it, install the channel plugin, and get the correct claude --dangerously-skip-permissions --dangerously-load-development-channels startup command. ## Quick Start Ask the agent to check and fix the aweb channel setup for this project and report what still needs to be done.