createos-deploy

Deploy projects to CreateOS via the MPP gateway with pay-per-use flow.

2|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/NodeOps-app/skills --skill createos-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: createos-deploy
Source: https://github.com/NodeOps-app/skills/tree/main/skills/createos-deploy
Command: npx skills add https://github.com/NodeOps-app/skills --skill createos-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy to CreateOS infrastructure using the MPP gateway with a pay-per-use flow, enabling deployments without an auth session or OAuth.

Core Features & Use Cases

  • Deploy projects to CreateOS via the MPP gateway with dynamic pricing and credit checks.
  • Upload code payloads as files or zip and monitor deployment status until the endpoint is live.
  • Configure optional metadata such as months, description, and settings to tailor deployments.

Quick Start

Use POST /agent/deploy with a project payload and then complete the payment using the provided headers to start deployment.

Frequently Asked Questions about createos-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an app to CreateOS without an OAuth session?

You can deploy an app to CreateOS without an OAuth session by using the MPP gateway. This pay-as-you-go flow requires authenticated deploy requests via headers like X-Wallet-Address and X-Signature instead of a traditional auth session.

What file formats are supported for uploading code payloads to the CreateOS gateway?

The CreateOS gateway supports uploading code payloads as individual files or zip archives. These payloads are sent via POST /agent/deploy to initiate the deployment process.

How does dynamic pricing work for CreateOS infrastructure deployments?

Dynamic pricing for CreateOS deployments is calculated by the infrastructure during the pay-per-use flow. After submitting your project payload, the gateway performs credit checks and returns pricing before you complete the payment.

Can I configure optional metadata like description and settings when deploying to CreateOS?

Yes, you can configure optional metadata including months, description, and settings to tailor your CreateOS deployments. This metadata is sent alongside your project payload during the deploy request.

What headers are required for authenticated deploy requests to the MPP gateway?

Authenticated deploy requests to the MPP gateway require X-Wallet-Address, X-Signature, X-Timestamp, and X-Nonce headers. These headers replace the need for a standard auth session or OAuth token.

How do I monitor deployment status after sending code to CreateOS?

You monitor deployment status using status polling endpoints provided by the gateway. This allows you to track the deployment progress until your endpoint is live without needing an active auth session.