oz-platform

Manage Oz cloud agents via CLI and REST API for automation and integration workflows.

6|Updated May 10, 2026
One-click install
npx skills add https://github.com/Luohao-Yan/warp-cn --skill oz-platform-luohao-yan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oz-platform
Source: https://github.com/Luohao-Yan/warp-cn/tree/main/resources/bundled/skills/oz-platform
Command: npx skills add https://github.com/Luohao-Yan/warp-cn --skill oz-platform-luohao-yan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of managing cloud agents by providing a command-line interface and REST API to run, configure, and inspect Oz cloud agents.

Core Features & Use Cases

  • Agent Management: Spawn, get status, and schedule cloud agents.
  • Environment Configuration: Create and manage environments for agents to run in.
  • Secret Management: Provide secrets for cloud agents to use.
  • CLI and REST API: Offers both a command-line interface and a REST API for flexibility.
  • Integration: Supports GitHub Actions for triggering agents from workflows.

Quick Start

Run a cloud agent with the command: {{warp_cli_binary_name}} agent run-cloud --prompt "Update the login error to be more specific" --environment UA17BXYZ

Frequently Asked Questions about oz-platform

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

FAQPage Schema
How do I manage cloud agents using a CLI and REST API?

Cloud agent management via CLI and REST API involves spawning, configuring, and inspecting agents to automate repetitive tasks and integrate AI agents into existing workflows.

How do I run a cloud agent from the command line?

To run a cloud agent from the command line, execute the CLI command specifying the prompt and environment, such as `agent run-cloud --prompt "Update the login error" --environment UA17BXYZ`.

Can I trigger cloud agents from GitHub Actions workflows?

You can trigger cloud agents from GitHub Actions workflows because the platform supports integration to automate agent execution directly within CI/CD pipelines.

How do I configure environments and provide secrets for cloud agents?

Configuring environments and providing secrets for cloud agents involves using the management platform's features to create isolated run environments and securely attach necessary credentials.

Does the Oz platform support both CLI and REST API for agent management?

The Oz platform supports both a CLI and a REST API for agent management, offering flexibility to run, schedule, and inspect cloud agents via terminal commands or HTTP requests.