What problem does it solve?
The Guardian Core setup process often requires users to install dependencies, authenticate WhatsApp, register their main channel, configure access controls, and deploy and start services. This Skill automates and guides those steps to reduce setup time and errors.
Core Features & Use Cases
- Automated onboarding: Installs dependencies, validates Docker availability, authenticates the Guardian Core components, and prepares tokens.
- Guided deployment: Registers the main control channel, configures access policies, builds and deploys the brain service, and starts the Guardian Core stack.
- Use Case: When provisioning a fresh Guardian Core environment, run this skill to complete all setup steps with minimal manual input.
Quick Start
Run the Guardian Core setup by following the prompts. Start with environment checks, dependency installation, authentication, container build, deployment, and service startup.
- Ensure Nix Flakes and required tools are available (nix develop).
- Verify Docker is installed and running.
- Authenticate with Claude setup-token and configure WhatsApp.
- Build the agent container: ./container/build.sh
- Deploy the service: cd platform && mix deploy.brain --all
- Start and verify: systemctl --user status guardian-core