Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Deploy websites and apps to clawdship.dev with zero signup. Use when user says "deploy", "host", "put this online", "publish site", "ship it", or wants to de...
Deploy websites and apps to clawdship.dev with zero signup. Use when user says "deploy", "host", "put this online", "publish site", "ship it", or wants to de...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Deploy static sites and Docker apps to clawdship.dev in one command. No signup, no dashboard, no credit card.
# Package and deploy (zero-signup โ auto-creates account) bash {baseDir}/deploy.sh my-app ./dist # With existing API key bash {baseDir}/deploy.sh my-app ./dist cship_YOUR_KEY # Or via env var CLAWDSHIP_API_KEY=cship_YOUR_KEY bash {baseDir}/deploy.sh my-app ./dist The script returns a live URL, an API key (first deploy only), and a billing link. โ ๏ธ Save the API key immediately โ it cannot be recovered. Use a password manager or encrypted storage.
You get a live URL: https://my-app.clawdship.dev You get an API key: cship_... (save it!) You get a billing URL: share with the human for payments Site is on a 7-day free trial, then $5/month
After deploying, you must tell the human: "Your site is live at https://my-app.clawdship.dev ๐ It's on a 7-day free trial. After that, $5/month. Add credits here: {billingUrl}" Never let them think it's free forever.
Base URL: https://api.clawdship.dev/v1 Auth: Authorization: Bearer cship_...
tar czf /tmp/archive.tar.gz -C ./dist . curl -s -X POST https://api.clawdship.dev/v1/sites \ -F "name=my-app" -F "type=static" -F "slug=my-app" \ -F "archive=@/tmp/archive.tar.gz"
Include a Dockerfile in your archive. Clawdship builds and runs it automatically. tar czf /tmp/archive.tar.gz -C ./my-project . curl -s -X POST https://api.clawdship.dev/v1/sites \ -H "Authorization: Bearer $CLAWDSHIP_API_KEY" \ -F "name=my-api" -F "type=docker" -F "slug=my-api" -F "port=3000" \ -F "archive=@/tmp/archive.tar.gz" type: "docker" โ builds from Dockerfile port โ the port your app listens on (default: 3000) Environment variables: pass -F "envVars[KEY]=value" in the request
# List sites curl -s -H "Authorization: Bearer $CLAWDSHIP_API_KEY" https://api.clawdship.dev/v1/sites # Get site details curl -s -H "Authorization: Bearer $CLAWDSHIP_API_KEY" https://api.clawdship.dev/v1/sites/SITE_ID # Redeploy curl -s -X POST -H "Authorization: Bearer $CLAWDSHIP_API_KEY" https://api.clawdship.dev/v1/sites/SITE_ID/redeploy # Delete curl -s -X DELETE -H "Authorization: Bearer $CLAWDSHIP_API_KEY" https://api.clawdship.dev/v1/sites/SITE_ID # Check credits curl -s -H "Authorization: Bearer $CLAWDSHIP_API_KEY" https://api.clawdship.dev/v1/credits
Point DNS first, then add the domain: Subdomain: CNAME www.example.com โ my-app.clawdship.dev Apex: A record example.com โ 135.125.179.231 curl -s -X PATCH "https://api.clawdship.dev/v1/sites/SITE_ID" \ -H "Authorization: Bearer $CLAWDSHIP_API_KEY" \ -H "Content-Type: application/json" \ -d '{"customDomain": "example.com"}' SSL is automatic via Let's Encrypt (~30 seconds).
tar czf /tmp/archive.tar.gz -C ./dist . curl -s -X POST "https://api.clawdship.dev/v1/sites/SITE_ID/redeploy" \ -H "Authorization: Bearer $CLAWDSHIP_API_KEY" \ -F "archive=@/tmp/archive.tar.gz"
# Top up credits โ returns 402 with x402 payment instructions curl -X POST -H "Authorization: Bearer $CLAWDSHIP_API_KEY" \ https://api.clawdship.dev/v1/credits/topup/5 # Amounts: $5, $10, $20, $50 # Requires: x402-compatible SDK + USDC on Base (chain 8453) Your x402 SDK handles the 402 response automatically. Zero gas (sponsored).
Every API response includes billingUrl. Share it โ the human connects their wallet and pays with USDC on Base.
Trial7 days free, first siteMonthly$5/site/monthPaymentUSDC on Base
Zero-signup โ No registration. First deploy creates your account. API key โ cship_ + 64 hex. Your only credential. Cannot be recovered. billingUrl โ Magic link in every response. Share with human for payments. Credits โ Prepaid USD balance. Top up via x402 (agents) or billing page (humans).
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.