Installing Skills (ClawHub)
Managing Agent Skills
OpenClaw agents rely on the Model Context Protocol (MCP) to interact with external services. In the ClawBotPro dashboard, navigate to Dashboard > Skills to manage your integrations.
Installing from ClawHub
The Skills dashboard interfaces directly with the /api/openclaw/skills endpoint. From here, you can browse the open-source ClawHub registry. When you click 'Install' on a skill, the Gateway downloads the MCP manifest and provisions the necessary dependencies (via npm or Homebrew) to your execution node.
Enabling and Disabling Tools
You have granular control over which agents can access which tools. Using the toggle switches in the Skills dashboard, you can enable or disable specific integrations. Disabling a skill sends a PATCH request to the Gateway, instantly stripping that tool's JSON schema from the LLM context window across all active agent sessions. This ensures immediate compliance if a third-party API is compromised.