6.6k★by doanbactam
openclaw – OpenClaw Skill
openclaw is an OpenClaw Skills integration for security workflows. Comprehensive skill for installing, configuring, and managing the OpenClaw ecosystem (Gateway, Channels, Models, Automation, Nodes, and Deployment).
Skill Snapshot
| name | openclaw |
| description | Comprehensive skill for installing, configuring, and managing the OpenClaw ecosystem (Gateway, Channels, Models, Automation, Nodes, and Deployment). OpenClaw Skills integration. |
| owner | doanbactam |
| repository | doanbactam/openclaw-anything |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @doanbactam/openclaw-anything |
| last updated | Feb 7, 2026 |
Maintainer

name: openclaw description: Comprehensive skill for installing, configuring, and managing the OpenClaw ecosystem (Gateway, Channels, Models, Automation, Nodes, and Deployment).
OpenClaw Skill
This is the ultimate command center for OpenClaw. It provides instructions and scripts to manage every aspect of the platform, from first installation to advanced multi-agent orchestration.
🌟 Core Capabilities
- Infrastructure: Native services, Docker Compose, Nix flakes, and rollback management.
- Connectivity: Global channels (WhatsApp, Telegram, Discord, Bot APIs).
- Intelligence: OAuth auth for major LLMs, model aliases, and local model scanning.
- Surface & Hardware: Mobile Nodes (Camera, Audio, GPS), macOS companion, and Canvas.
- Advanced Logic: OpenProse (parallel agents), Sub-agents, and Managed Browser control.
🛠️ Unified Command Utility
All operations are handled via the unified script:
bash scripts/openclaw.sh [command] [args]
1. Setup & Maintenance
install: Install or update the CLI.setup: Run the onboarding wizard and install the service.doctor: Comprehensive health and config check.status: High-level overview of connections and agents.reset: Full system reset.
2. Services & Deployment
service {start|stop|restart|logs}: Manage the background daemon.docker {setup|up|down|logs}: Manage containerized environments.
3. Channels & Authentication
channel login [whatsapp|telegram|discord]: Connect a messaging account.channel list: View active channel connections.auth {anthropic|openai}: Manage OAuth provider tokens.pairing: Manage device authorization for mobile nodes.
4. Advanced Interaction
browser {start|open|screenshot}: Playwright-powered browser control.cron {list|add|remove}: Schedule periodic tasks.plugin {install|enable}: Manager Gateway extensions.msg [target] [message]: Send a message from the terminal.
📂 Documentation & References
Use these local guides for detailed technical specifics:
references/cli-full.md: Complete list of all CLI commands and sub-commands.references/config-schema.md:openclaw.jsonstructure and environment variables.references/nodes-platforms.md: Guide for Windows (WSL2), macOS, and Mobile Nodes.references/deployment.md: Docker, Nix, Hetzner, and Update/Rollback procedures.references/advanced-tools.md: OpenProse, Browsers, Plugins, and Sub-agents.references/hubs.md: Centralized list of online documentation links.
💡 Troubleshooting
- Permission Errors: Use
sudofor global installs or check~/.openclawrecursive permissions. - Connection Lost: Ensure Node.js >= 22. Use
openclaw.sh service restartto refresh the gateway. - Can't scan QR: Ensure the gateway port (18789) is accessible via loopback or tunnel.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install openclaw?
Run openclaw add @doanbactam/openclaw-anything in your terminal. This installs openclaw into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/doanbactam/openclaw-anything. Review commits and README documentation before installing.
