CreateOS MCP
NodeOps Skills
KI-Agenten-Skills für das NodeOps-Ökosystem. Funktioniert mit Claude Code, Cursor, Windsurf und über 40 weiteren KI-Coding-Agenten über die skills CLI.
Verfügbare Skills
Skill | Beschreibung | Installation |
createos | Bereitstellung beliebiger Anwendungen in der Produktion auf der CreateOS-Cloud-Plattform |
|
vercel-to-createos | Migration von Next.js-, Vite-, React-, Vue- und Svelte-Apps von Vercel zu CreateOS |
|
Migrations-Skills
vercel-to-createos ist der erste veröffentlichte Skill in der Migrations-Familie. Stubs für netlify-to-createos, railway-to-createos, heroku-to-createos, render-to-createos und flyio-to-createos sind reserviert und leiten Benutzer an den Concierge-Migrationspfad weiter, bis diese veröffentlicht werden. Siehe MIGRATIONS.md für die vollständige Liste und Roadmap.
Related MCP server: AppsAI MCP Server
CreateOS-Authentifizierung
Der createos-Skill kann in zwei Modi verwendet werden:
MCP-Modus (bevorzugt, falls verfügbar): Die Authentifizierung wird vom MCP-Server übernommen (kein API-Schlüssel erforderlich).
REST/Skript-Modus: Sie müssen einen API-Schlüssel über
CREATEOS_API_KEYbereitstellen.
Für die REST/Skript-Nutzung:
export CREATEOS_API_KEY="<your-createos-api-key>"Übertragen Sie niemals API-Schlüssel an Git; legen Sie diese stattdessen in Ihrer Shell oder Ihrer Agenten-Umgebung fest.
Installation
Einen bestimmten Skill installieren:
npx skills add https://github.com/NodeOps-app/skills --skill createosAuf einem bestimmten Agenten installieren:
npx skills add https://github.com/NodeOps-app/skills --skill createos -a claude-codeAlle verfügbaren Skills auflisten:
npx skills add https://github.com/NodeOps-app/skills --listHinzufügen eines neuen Skills
Erstellen Sie ein neues Verzeichnis unter
skills/mit Ihrem Skill-Namen:skills/ └── your-skill/ └── SKILL.mdFügen Sie eine
SKILL.mdmit Frontmatter hinzu:--- name: your-skill description: What the skill does and when to activate it. --- # Your Skill Instructions for the agent...Fügen Sie optional unterstützende Dateien hinzu:
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.-