Three deliverables for the CreateOS ecosystem
May 24–26, 2026Web-based visualization tool that renders MCP (Model Context Protocol) server dependency graphs as interactive HTML. Built with a Go backend and JavaScript frontend, deployed on CreateOS.
A curated opencode plugin providing 7 high-level tools + 2 lifecycle hooks for CreateOS cloud platform management — wrapping the CreateOS REST API into agent-friendly operations.
| Tool | Description | Status |
|---|---|---|
createos_deploy | Create project + environment + deploy | E2E Passed |
createos_list_projects | List all projects | E2E Passed |
createos_get_project | Get project with latest deployment | E2E Passed |
createos_set_env | Set environment variables | E2E Passed |
createos_list_env | List environment variables | E2E Passed |
createos_add_domain | Add custom domain | E2E Passed |
createos_list_domains | List custom domains | E2E Passed |
A skills.sh-compatible migration
skill for the NodeOps Skills
repository. Parses netlify.toml, maps build settings and environment
variables, flags incompatibilities, and deploys to CreateOS.
All 7 plugin tools tested against the live CreateOS API
(https://api-createos.nodeops.network/v1).
| Test | Result | Details |
|---|---|---|
| List Projects | PASS | Returns paginated project list |
| Deploy (Upload) | PASS | Project + environment created |
| Get Project | PASS | Full project detail with deployment info |
| Set Environment Vars | PASS | Stored in settings.runEnvs |
| List Environment Vars | PASS | Returns keys (values redacted) |
| Add Domain | PASS | Returns A record target 138.199.135.245 |
| List Domains | PASS | Returns domain list with DNS records |
Netlify Migration E2E:
PASSED
— Parsed netlify-templates/next-netlify-starter,
created matching CreateOS project with all settings, verified project + environment.
This very page is deployed on CreateOS via VCS from
github.com/adityachaudhary99/createos-skills-demo.
The project was created using the CreateProject MCP tool and auto-deploys on every push.