{
  "markdown": "# NodeOps Skills\n\nAI agent skills for the [NodeOps](https://nodeops.network) ecosystem. Works with Claude Code, Cursor, Windsurf, and 40+ other AI coding agents via the [skills](https://skills.sh) CLI.\n\n## Available Skills\n\n| Skill | Description | Install |\n|-------|-------------|---------|\n| **createos** | Deploy anything to production on CreateOS cloud platform | `npx skills add https://github.com/NodeOps-app/skills --skill createos` |\n| **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` |\n| **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` |\n\n### Migration skills\n\n`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](./MIGRATIONS.md) for the full list and roadmap.\n\n### Agent migration skills\n\n`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.\n\n## CreateOS Authentication\n\nThe `createos` skill can be used in two modes:\n\n- MCP mode (preferred when available): authentication is handled by the MCP server (no API key needed).\n- REST/script mode: you must provide an API key via `CREATEOS_API_KEY`.\n\nFor REST/script usage:\n\n```bash\nexport CREATEOS_API_KEY=\"<your-createos-api-key>\"\n```\n\nNever commit API keys to git; prefer setting them in your shell or your agent environment.\n\n## Installation\n\nInstall a specific skill:\n\n```bash\nnpx skills add https://github.com/NodeOps-app/skills --skill createos\n```\n\nInstall to a specific agent:\n\n```bash\nnpx skills add https://github.com/NodeOps-app/skills --skill createos -a claude-code\n```\n\nList all available skills:\n\n```bash\nnpx skills add https://github.com/NodeOps-app/skills --list\n```\n\n## Adding a New Skill\n\n1. Create a new directory under `skills/` with your skill name:\n   ```\n   skills/\n   └── your-skill/\n       └── SKILL.md\n   ```\n\n2. Add a `SKILL.md` with frontmatter:\n   ```markdown\n   ---\n   name: your-skill\n   description: What the skill does and when to activate it.\n   ---\n\n   # Your Skill\n\n   Instructions for the agent...\n   ```\n\n3. Optionally add supporting files:\n   ```\n   skills/your-skill/\n   ├── SKILL.md          # Required: skill definition\n   ├── config/           # Optional: configuration files\n   ├── references/       # Optional: extended documentation\n   ├── scripts/          # Optional: helper scripts\n   └── assets/           # Optional: templates, images\n   ```\n",
  "bytes": 2890,
  "sha": "9a225f7c4b848a93294d174365b6952e8ce2a07cea809fa00f20c1b16ad4520c",
  "repo_slug": "nodeops-app/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_nodeops_app_skills_createos_485611b0/readme"
}