Configure DigitalOcean Managed MySQL, MongoDB, Valkey, Kafka, and OpenSearch for App Platform. Use when setting up non-PostgreSQL databases, configuring trusted sources, or troubleshooting database connectivity.
Configure DigitalOcean Managed MySQL, MongoDB, Valkey (Redis), Kafka, and OpenSearch for App Platform applications.
# Add managed database to app spec
databases:
- name: db
engine: MYSQL # or MONGODB, REDIS, KAFKA, OPENSEARCH
production: true # REQUIRED for bindable variables
cluster_name: my-cluster
db_user: myappuser
services:
- name: api
envs:
- key: DATABASE_URL
scope: RUN_TIME
value: ${db.DATABASE_URL}
| Decision | Default | Rationale |
|----------|---------|-----------|
| Dev databases | PostgreSQL only | Other engines require production: true |
| Trusted sources | VPC CIDR for VPC apps | app: rules whitelist public IP only |
| Kafka access | IP-based rules | app: rules not supported for Kafka |
| SSL mode | Required | All engines require TLS |
SKILL.md — Complete skill documentation with decision treereference/mysql.md — Connection pools, user privilegesreference/mongodb.md — User roles, authSource configurationreference/valkey.md — Eviction policies, SSL protocolreference/kafka.md — SASL auth, SSL certs, Schema Registryreference/opensearch.md — ACLs, logging limitations| Direction | Skill | Integration |
|-----------|-------|-------------|
| → | designer | Generates databases: block |
| → | deployment | Bindable vars handle credentials |
| → | networking | VPC + trusted sources |
| → | troubleshooting | Debug container for connectivity |
npx skills add digitalocean-labs/managed-db-services下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer