animate-openclaw-plugin
v0.0.11
Published
Connect your OpenClaw to the Aniclaw mobile assistant
Readme
Animate openclaw plugin
Control your 🦞 Openclaw agent from anywhere via the Aniclaw mobile app.
Installation
openclaw plugins install animate-openclaw-pluginQuick Start
1. Get Your Token
Open the Animate app and navigate to Settings > OpenClaw to generate a binding token.
2. Run Setup
openclaw onboard
# Select "Animate" and follow the promptsThe token owner is automatically authorized during setup.
Or configure manually via CLI:
openclaw config set channels.animate.enabled true
openclaw config set channels.animate.token "<YOUR_TOKEN>"3. Restart the Gateway
openclaw gateway restart4. Verify
openclaw channels status --probeYou should see Animate as enabled, configured, running.
Configuration
Config lives at channels.animate:
| Option | Type | Description |
|--------|------|-------------|
| enabled | boolean | Enable/disable the channel |
| token | string | Binding token from the mobile app |
| tokenFile | string | Path to a file containing the token |
| allowFrom | string[] | Allowed sender IDs (auto-populated for token owner) |
The ANIMATE_TOKEN environment variable can be used as an alternative to setting the token in config.
Upgrading
openclaw plugins update animate-openclaw-plugin
openclaw gateway restart # if gateway is running