setup-cloudbase-openclaw

Configure Moltbot/OpenClaw for CloudBase development via mcporter and AGENTS.md.

72|5|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/TencentCloudBase/skills --skill setup-cloudbase-openclaw
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-cloudbase-openclaw
Source: https://github.com/TencentCloudBase/skills/tree/main/skills/setup-cloudbase-openclaw
Command: npx skills add https://github.com/TencentCloudBase/skills --skill setup-cloudbase-openclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill configures Moltbot/OpenClaw to integrate CloudBase development by auto-detecting installation, workspace, and MCP settings.

Core Features & Use Cases

  • Auto-detects OpenClaw/Moltbot installation directories and workspace to streamline CloudBase setup
  • Configures CloudBase MCP via mcporter.json, enabling CloudBase tools for agents
  • Updates AGENTS.md with CloudBase development rules to ensure consistent behavior
  • Provides an optional plugin (skill-enhancer) to enforce proper skill usage during sessions
  • Copies a CloudBase React template into the workspace for rapid project bootstrap

Quick Start

  • Detect installation: npx @cloudbase/setup-openclaw detect
  • Copy app template: npx @cloudbase/setup-openclaw copy-template --dest /path/to/my-project
  • Optional: Install the skill-enhancer plugin: npx @cloudbase/setup-openclaw install-plugin
  • Install CloudBase skills: npx skills add tencentcloudbase/skills -y
  • Follow the prompts in SKILL.md to configure MCP and environment variables

Frequently Asked Questions about setup-cloudbase-openclaw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure CloudBase MCP for OpenClaw development?▼

To configure CloudBase MCP for OpenClaw, this setup automatically detects your installation directories and updates the mcporter.json file, enabling CloudBase tools for your agents.

What is the best way to bootstrap a CloudBase React project in my workspace?▼

Bootstrapping a CloudBase React project is done by running the copy-template command, which copies a pre-configured CloudBase React template directly into your specified workspace destination.

Does OpenClaw support automatic detection of CloudBase workspace settings?▼

Yes, OpenClaw supports automatic detection; the setup process scans your system to locate the OpenClaw installation directories and workspace, streamlining the CloudBase configuration process without manual path entry.

How do I ensure agents follow CloudBase development rules in OpenClaw?▼

To ensure agents follow CloudBase development rules, the setup updates the AGENTS.md file with specific guidelines and offers an optional skill-enhancer plugin to enforce proper skill usage during sessions.

Can I install a plugin to enforce proper skill usage during CloudBase sessions?▼

Yes, you can install the optional skill-enhancer plugin via the install-plugin command, which enforces proper skill usage and ensures consistent behavior throughout your CloudBase development sessions.

How do I add CloudBase skills after setting up the MCP configuration?▼

After setting up the MCP configuration, you add CloudBase skills by running the command to install tencentcloudbase skills, then follow the prompts in SKILL.md to finalize environment variables.