Deploy from any AI chat
The official DartUp skill for OpenClaw. Give any AI assistant the power to deploy web apps, APIs, and bots with natural language.
clawhub install dartup-deployWhat is OpenClaw?
OpenClaw is an open-source AI assistant with 3,000+ community skills on ClawHub. Skills teach OpenClaw how to use tools and APIs through natural language.
Without the skill
- ✗ Manual API calls to deploy
- ✗ Copy-paste curl commands
- ✗ Switch between chat and terminal
- ✗ Remember API parameters
With dartup-deploy
- ✓ "Deploy my app to DartUp"
- ✓ Works from any chat interface
- ✓ Full API coverage in natural language
- ✓ Status, logs, databases, domains
What you can do
Everything the DartUp API supports, in plain English.
DeployDeploy from GitHub repos or Docker images
"Deploy my-app from GitHub to DartUp""Deploy nginx:alpine as my-proxy""Deploy this repo with a Postgres database"Status & LogsCheck deployment health and view logs
"Check the status of my-app""Show me the logs for my-api""Is my deployment healthy?"DatabasesAttach PostgreSQL, MySQL, Redis, or MongoDB
"Add a Postgres database to my deploy""Deploy with Redis for caching"DomainsCustom domains with automatic TLS
"Attach myapp.com to my deployment""Verify DNS for my custom domain"ManageList, update, and delete deployments
"List my DartUp deployments""Delete old-project from DartUp"Install in seconds
One command from ClawHub, or copy the skill file manually.
Or install manually:
- Download SKILL.md
- Place it in your OpenClaw skills directory
- Set
DARTUP_API_KEYin your environment - Restart OpenClaw
See it in action
A full deploy conversation with OpenClaw.
You:
Deploy https://github.com/me/todo-app as "my-todo" on DartUp with a Postgres database
OpenClaw:
Deploying to DartUp...
✓ Cloned repo
✓ Detected Node.js project
✓ PostgreSQL database provisioned
✓ DATABASE_URL injected
✓ Built and deployed
Live at: https://my-todo.dartup.dev
You:
Show me the logs
OpenClaw:
[2026-02-07 10:32:01] Server listening on port 80
[2026-02-07 10:32:02] Connected to PostgreSQL
[2026-02-07 10:32:03] Ready to accept connections
What's in the skill
The SKILL.md teaches OpenClaw the full DartUp API.
Deploy API
GitHub repos, Docker images, file uploads. All deploy parameters documented.
Status & Logs
Check health, stream build logs, view runtime output.
Databases
PostgreSQL, MySQL, Redis, MongoDB. Auto-provisioned with connection strings.
Custom Domains
Attach domains, verify DNS, automatic TLS via Let's Encrypt.
Persistent Volumes
1GB storage that survives redeploys. Configurable mount path.
Daemons
Discord bots, Telegram bots, background workers. 24/7 uptime.
Get the skill
Install the OpenClaw skill and start deploying from any chat interface.
clawhub install dartup-deployNeed an API key? Get one free