Createos
Skill by ashwaq06
Why use this skill?
Ship your AI agents, backends, bots, and microservices to the cloud instantly. CreateOS offers seamless GitHub sync and direct deployment.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ashwaq06/createosWhat This Skill Does
CreateOS is a comprehensive cloud deployment platform integrated directly into your OpenClaw agent workflow. It transforms your local code, AI agents, or backend services into production-ready web applications with zero configuration. By utilizing the CreateOS MCP server, the agent gains the ability to provision projects, deploy code files via direct upload, or sync directly from GitHub repositories. It handles the infrastructure lifecycle, including runtime configuration, port management, and URL assignment, effectively bridging the gap between "local development" and "live production."
Installation
To integrate CreateOS into your environment, run the following command within your terminal or agent console: clawhub install openclaw/skills/skills/ashwaq06/createos. Once installed, ensure your agent has access to the MCP configuration. Because this skill utilizes the official CreateOS MCP endpoint (https://api-createos.nodeops.network/mcp), you do not need to manually configure API keys if you are running this within an OpenClaw or compatible MCP-enabled environment. The authentication handshake is handled automatically by the platform.
Use Cases
CreateOS is designed for versatility. You can use it to: (1) Host custom-built AI agents, including those using frameworks like LangChain or AutoGen. (2) Deploy microservices and REST APIs built in Python, Node.js, Go, or Rust. (3) Publish frontend dashboards or static websites. (4) Maintain long-running workers like Discord bots, Telegram notification services, or automated cron jobs. (5) Expose internal tools or MCP servers to the public web for remote access.
Example Prompts
- "Deploy this Python FastAPI backend to production; it's a simple project using a main.py file and a requirements.txt, please use a node:20 environment settings."
- "I need to get my Discord bot online. Can you create a project on CreateOS and link it to my github.com/user/bot-repo repository?"
- "Take this directory of files and push them to a new live URL on CreateOS so I can share it with my team immediately."
Tips & Limitations
- Tip: Use the 'UploadDeploymentFiles' tool for quick prototyping, as it bypasses the need for Git commits.
- Tip: For production stability, always link your GitHub repository to ensure auto-deployments trigger on every push.
- Limitation: Ensure your code has a valid start command in your package.json or relevant manifest, as the deployment will fail if the runtime cannot identify an entry point.
- Security: While CreateOS handles infrastructure, you are responsible for the security of your own code and environment variables. Always store secrets securely.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ashwaq06-createos": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution