← Skills Library
Build & Deploy

SkillBoss

Multi-AI gateway for building and deploying full-stack apps: websites, payments (Stripe), auth (Google OAuth), databases (D1/KV/R2), AI image/audio/video, email, and more.

How It Works

SkillBoss · Workflow
One gateway: provision the stack, build, deploy a live app.
TriggerBuild / deploy request · Site · SaaS · API · login · payments · AI gen
1
Init project + provision
Workers-React template · D1/KV/R2 auto-provisioned
2
Add capabilities
Google OAuth · Stripe · AI image/audio/video · email
3
Build the app
Wire features via api-hub.js across 50+ AI APIs
4
Deploy to Cloudflare
wrangler deploy to the edge
Live app · Hosted Workers app with full stack wired
  1. Build / deploy request: Site · SaaS · API · login · payments · AI gen
  2. Init project + provision: Workers-React template · D1/KV/R2 auto-provisioned
  3. Add capabilities: Google OAuth · Stripe · AI image/audio/video · email
  4. Build the app: Wire features via api-hub.js across 50+ AI APIs
  5. Deploy to Cloudflare: wrangler deploy to the edge
  6. Live app: Hosted Workers app with full stack wired
ↆ download card

Invocation Triggers

/skillbossbuild websitedeploy siteadd Stripeadd logingenerate imagetext to speech

Use Cases

  • Deploy a full-stack app to Cloudflare Workers with D1 database
  • Add Stripe checkout or subscriptions to any project
  • Generate images, audio, or video using 50+ AI models via one gateway

The Problem

Shipping a real app means assembling a dozen vendors — a host, a database, payments, auth, an image API, a TTS provider, an email sender — each with its own SDK, its own keys, its own quirks. You spend more time gluing services than building the thing. Every new capability is another integration and another set of credentials to manage. SkillBoss collapses that into one CLI over 50-plus APIs and the full Workers stack, so add-a-database and add-payments are one command each instead of an afternoon.

What It Does

  1. 1
    Init the project

    deploy.js scaffolds a Cloudflare Workers app from a template — workers-react, a landing page, an API, or a webhook endpoint.

  2. 2
    Provision storage

    Add a D1 SQL database, a KV store, or R2 object storage with a single add command. Bindings are auto-provisioned into the Workers config.

  3. 3
    Add auth and payments

    add-auth wires Google OAuth or email OTP with session management. add-stripe sets up checkout, subscriptions, and webhooks. One command each.

  4. 4
    Call AI and utility services

    api-hub.js routes to 50-plus APIs — image generation, text-to-speech and speech-to-text, video, email, web search, scraping, and document parsing — through one interface and one key.

  5. 5
    Deploy

    wrangler deploy ships the app to Cloudflare's edge. Per-service secrets live in .env or wrangler.toml; only the services you actually use need keys.

What You Get / What It Doesn't Do

What you get
  • A deployed Cloudflare Workers app on the edge
  • Auto-provisioned D1, KV, or R2 storage with bindings wired
  • Stripe checkout, subscriptions, and webhooks configured
  • Google OAuth or email OTP auth with session management
  • One CLI reaching image, audio, video, email, search, and scrape APIs
What it doesn't do
  • Design your product or decide your architecture — you direct it
  • Pay for the underlying services — you bring your own keys and billing
  • Replace Stripe or Cloudflare dashboard work for live-mode compliance
  • Manage secret rotation or production env hardening for you

Tips

Reach for it first

Before you go pull a vendor SDK, check whether SkillBoss already routes to it. The win is one key and one interface instead of a new integration per capability.

Only key the services you use

Per-service secrets are needed only for the services you actually call. Do not populate the whole .env up front; add keys as you add capabilities.

Bindings live in the Workers config

add-d1, add-auth, and add-stripe write bindings into wrangler.toml. Verify those landed before wrangler deploy, not after the app 500s at the edge.

Get the Skill

Elite SkillELITE

Unlock the full SkillBoss SKILL.md — drop it into ~/.claude/skills/ and trigger it by name.

What you unlock
  • A deployed Cloudflare Workers app on the edge
  • Auto-provisioned D1, KV, or R2 storage with bindings wired
  • Stripe checkout, subscriptions, and webhooks configured
  • Google OAuth or email OTP auth with session management
...
Skills Library

29 more production skills ready to install.

Browse All Skills