openclaw
Configure OpenClaw and manage OpenClaw Pro.
openclaw configures the OpenClaw tool and manages its Pro tier. It mirrors the
structure of the agents pro commands.
Terminal
npx aiblueprint-cli@latest openclaw pro status
Options
| Option | Description |
|---|---|
-f, --folder <path> | Custom OpenClaw folder (default: ~/.openclaw). |
Pro subcommands
| Command | Description |
|---|---|
openclaw pro activate [token] | Activate OpenClaw Pro with an access token. |
openclaw pro status | Check the OpenClaw Pro token status. |
openclaw pro setup | Install OpenClaw Pro configurations (requires activation). |
openclaw pro update | Update OpenClaw Pro configurations. |
Example
Terminal
npx aiblueprint-cli@latest openclaw pro activate YOUR_TOKEN
npx aiblueprint-cli@latest openclaw pro setup
npx aiblueprint-cli@latest openclaw pro update
Assistant Pro skills
For the current Assistant Pro skill catalog, use the multi-assistant setup:
Terminal
npx aiblueprint-cli@latest assistants pro setup
OpenClaw discovers personal skills from ~/.agents/skills natively, so this
command does not duplicate them under ~/.openclaw/skills. The same canonical
skill files are also linked into Claude Code and Codex, while Hermes receives a
skills.external_dirs entry in ~/.hermes/config.yaml.
The openclaw pro commands above remain available for the older OpenClaw-specific
configuration repository.