Command Palette

Search for a command to run...

UnylyUnyly
Browse all

CreateOS

FreeNot checked

Deploy full-stack apps from AI. 75+ tools: GitHub/Docker deploy, databases, environments, security, billing.

GitHubEmbed

About

Deploy full-stack apps from AI. 75+ tools: GitHub/Docker deploy, databases, environments, security, billing.

README

AI agent skills for the NodeOps ecosystem. Works with Claude Code, Cursor, Windsurf, and 40+ other AI coding agents via the skills CLI.

Available Skills

Skill Description Install
createos Deploy anything to production on CreateOS cloud platform npx skills add https://github.com/NodeOps-app/skills --skill createos
vercel-to-createos Migrate Next.js, Vite, React, Vue, Svelte apps from Vercel to CreateOS npx skills add https://github.com/NodeOps-app/skills --skill vercel-to-createos
claude-code-to-codex Migrate Claude Code CLI hooks, MCP servers, plugins, instructions, and sessions to Codex CLI npx skills add https://github.com/NodeOps-app/skills --skill claude-code-to-codex

Migration skills

vercel-to-createos is the first shipped skill in the migration family. Stubs for netlify-to-createos, railway-to-createos, heroku-to-createos, render-to-createos, and flyio-to-createos are reserved and route users to the concierge migration path until they ship. See MIGRATIONS.md for the full list and roadmap.

Agent migration skills

claude-code-to-codex migrates Claude Code CLI setups to Codex CLI, with focused coverage for hooks, Claude Code CLI MCP servers, plugins, and session handoff.

CreateOS Authentication

The createos skill can be used in two modes:

  • MCP mode (preferred when available): authentication is handled by the MCP server (no API key needed).
  • REST/script mode: you must provide an API key via CREATEOS_API_KEY.

For REST/script usage:

export CREATEOS_API_KEY="<your-createos-api-key>"

Never commit API keys to git; prefer setting them in your shell or your agent environment.

Installation

Install a specific skill:

npx skills add https://github.com/NodeOps-app/skills --skill createos

Install to a specific agent:

npx skills add https://github.com/NodeOps-app/skills --skill createos -a claude-code

List all available skills:

npx skills add https://github.com/NodeOps-app/skills --list

Adding a New Skill

  1. Create a new directory under skills/ with your skill name:

    skills/
    └── your-skill/
        └── SKILL.md
    
  2. Add a SKILL.md with frontmatter:

    ---
    name: your-skill
    description: What the skill does and when to activate it.
    ---
    
    # Your Skill
    
    Instructions for the agent...
    
  3. Optionally add supporting files:

    skills/your-skill/
    ├── SKILL.md          # Required: skill definition
    ├── config/           # Optional: configuration files
    ├── references/       # Optional: extended documentation
    ├── scripts/          # Optional: helper scripts
    └── assets/           # Optional: templates, images
    

from github.com/NodeOps-app/skills

Installing CreateOS

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/NodeOps-app/skills

FAQ

Is CreateOS MCP free?

Yes, CreateOS MCP is free — one-click install via Unyly at no cost.

Does CreateOS need an API key?

No, CreateOS runs without API keys or environment variables.

Is CreateOS hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install CreateOS in Claude Desktop, Claude Code or Cursor?

Open CreateOS on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare CreateOS with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs