CreateOS MCP
Allows migrating Next.js, Vite, React, Vue, Svelte apps from Vercel to the CreateOS cloud platform.
NodeOps Skills
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 |
|
createos-deploy | Deploy through the CreateOS MPP Gateway with native MPP or x402 USDC payments |
|
vercel-to-createos | Migrate Next.js, Vite, React, Vue, Svelte apps from Vercel to CreateOS |
|
claude-code-to-codex | Migrate Claude Code CLI hooks, MCP servers, plugins, instructions, and sessions to Codex CLI |
|
asdf | Pin and reproduce runtime/CLI tool versions with asdf 0.16+ — |
|
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.
Related MCP server: AppsAI MCP Server
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 createosInstall to a specific agent:
npx skills add https://github.com/NodeOps-app/skills --skill createos -a claude-codeList all available skills:
npx skills add https://github.com/NodeOps-app/skills --listAdding a New Skill
Create a new directory under
skills/with your skill name:skills/ └── your-skill/ └── SKILL.mdAdd a
SKILL.mdwith frontmatter:--- name: your-skill description: What the skill does and when to activate it. --- # Your Skill Instructions for the agent...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
This server cannot be deployed
Maintenance
Related MCP Connectors
Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent
Deploy full-stack apps (Postgres, Redis, S3, workers, backups) from Claude or curl. 59 MCP tools.
AppDeploy turns app ideas described in AI chat into live full-stack web applications
Your AI builds, deploys, and runs full-stack apps on a hosted workspace created at first sign-in.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceDeploy, manage, and scale applications directly from your AI assistant.6-

AppsAI MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to build, deploy, and manage full-stack applications on AppsAI's platform, with tools for project management, backend/frontend deployment, billing, marketplace, domains, and more.6 npm1MIT- AlicenseNot gradedqualityAmaintenanceEnables AI agents to deploy code to any hosting provider by creating PRs, building, and verifying health checks, all from a single natural language command.1MIT
- FlicenseNot gradedqualityAmaintenanceEnables AI clients and users to deploy static sites, Node.js services, and Python web applications without Docker, with tools for project management, deployment, rollback, and domain configuration.-