π
DigitalOcean
Cloud Cloud & DevOpsInstall Command
npx clawhub@latest install digitalocean
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install DigitalOcean to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm DigitalOcean appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Droplet Management
Databases
App Deployment
Detailed Description
The DigitalOcean skill lets OpenClaw manage your DigitalOcean cloud resources, controlling Droplets and other services through conversation.
Core Features
- Droplet Management: Create, restart, and delete Droplets; view status and monitoring
- Database Management: Manage hosted database instances
- Domain Management: Configure domains and DNS records
- App Platform: Deploy and manage App Platform applications
- Cost Viewing: View current monthly costs and usage
Configuration
{
skills: {
digitalocean: {
apiToken: "dop_v1_xxx",
defaultRegion: "sgp1"
}
}
}
Use Cases
- "List all running Droplets"
- "Create a 2GB RAM Ubuntu Droplet in the Singapore region"
- "Restart the web-server-1 Droplet"
- "How much has DigitalOcean cost this month?"