weaver <command> [options].
Quick Start
Available Commands
onboard
Initialize configuration and workspace
agent
Interact with the AI agent directly
gateway
Start the gateway server with channels
auth
Manage OAuth and token authentication
cron
Manage scheduled tasks
skills
Install and manage agent skills
migrate
Migrate from OpenClaw to Weaver
status
Show system status and configuration
Global Flags
Display help information for any command
Show version, build time, and Go versionAliases:
-v, versionExit Codes
| Code | Description |
|---|---|
| 0 | Success |
| 1 | General error (config, network, validation) |
Terminal Output Format
Weaver uses the πΈοΈ emoji as its logo prefix for all output:Configuration Path
Weaver stores configuration at~/.weaver/config.json by default.
status
Check system status and configuration:Output
The status command displays:- Version Information - Current version, build time, Go version
- Configuration - Config file path and validation status
- Workspace - Workspace directory path and validation
- Model - Configured LLM model
- Provider Status - API keys and authentication status for all providers
- OpenRouter API
- Anthropic API
- OpenAI API
- Gemini API
- Zhipu API
- Groq API
- vLLM/Local endpoints
- OAuth Status - Active OAuth sessions with expiration status
Example Output
Next Steps
Initial Setup
Get started with
weaver onboardAgent Usage
Learn interactive and message modes