OpenClaw AgentSkill

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-deploy

What 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.

Deploy

Deploy 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 & Logs

Check deployment health and view logs

"Check the status of my-app""Show me the logs for my-api""Is my deployment healthy?"
Databases

Attach PostgreSQL, MySQL, Redis, or MongoDB

"Add a Postgres database to my deploy""Deploy with Redis for caching"
Domains

Custom domains with automatic TLS

"Attach myapp.com to my deployment""Verify DNS for my custom domain"
Manage

List, 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.

Terminal
# Install from ClawHub
clawhub install dartup-deploy
# Set your API key
export DARTUP_API_KEY=dk_live_xxxxx
✓ Skill installed successfully!
✓ OpenClaw can now deploy to DartUp.

Or install manually:

  1. Download SKILL.md
  2. Place it in your OpenClaw skills directory
  3. Set DARTUP_API_KEY in your environment
  4. Restart OpenClaw

See it in action

A full deploy conversation with OpenClaw.

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-deploy

Need an API key? Get one free