oz-platform

Manage cloud agents via Warp's REST API and CLI.

Updated May 1, 2026
One-click install
npx skills add https://github.com/wiltaylor/warpium --skill oz-platform-wiltaylor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oz-platform
Source: https://github.com/wiltaylor/warpium/tree/main/resources/bundled/skills/oz-platform
Command: npx skills add https://github.com/wiltaylor/warpium --skill oz-platform-wiltaylor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management and control of cloud agents, allowing users to spawn, configure, and inspect agents using Warp's REST API and CLI.

Core Features & Use Cases

  • Cloud Agent Management: Spawn, configure, and inspect cloud agents.
  • Environment Management: Create and manage environments for cloud agents.
  • Secret Management: Provide secrets for cloud agents to use.
  • Use Case: Imagine you need to regularly run a task that analyzes customer feedback. Use this Skill to spawn a cloud agent that runs the task, schedules it to run repeatedly, and manages the environment and secrets required.

Quick Start

Use the oz-platform skill to spawn a new cloud agent with the prompt "Analyze customer feedback and provide a summary report".

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 REST API and CLI?

You can manage cloud agents by using Warp's REST API and CLI to spawn, configure, inspect, and schedule agents while managing their required environments and secrets.

Can I schedule cloud agents to run recurring tasks automatically?

Yes, cloud agent scheduling is supported, allowing you to configure agents to run tasks repeatedly while providing the necessary secrets and environments.

Does Warp cloud agent management work with third-party coding CLIs?

Warp cloud agent management can interact with third-party coding CLIs including Claude Code, Codex, Gemini CLI, Amp, Copilot CLI, and OpenCode.

What do I need to authenticate and spawn cloud agents via REST API?

To spawn cloud agents via the REST API, you need to authenticate using an API key and then configure the specific environment and secrets for the agent.

How do I create and manage environments for cloud agents?

Environment management is handled directly through the platform's CLI and REST API, allowing you to create isolated configurations and attach secrets for your cloud agents.