loading…
Search for a command to run...
loading…
Deploy full-stack apps from AI. 75+ tools: GitHub/Docker deploy, databases, environments, security, billing.
Deploy full-stack apps from AI. 75+ tools: GitHub/Docker deploy, databases, environments, security, billing.
AI agent skills for the NodeOps ecosystem. Works with Claude Code, Cursor, Windsurf, and 40+ other AI coding agents via the skills CLI.
| 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 |
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.
The createos skill can be used in two modes:
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.
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
Create a new directory under skills/ with your skill name:
skills/
└── your-skill/
└── SKILL.md
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...
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"createos-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.