Skip to main content
Glama

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

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

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
-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NodeOps-app/skills'

If you have feedback or need assistance with the MCP directory API, please join our Discord server