← Back to Skills Marketplace
in-liberty420

Warp Oz

by in-liberty420 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
209
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install oz
Description
Dispatch coding tasks to Warp Oz cloud agents and chain them into multi-agent pipelines — all from chat. Includes a bash wrapper covering every Oz API endpoi...
Usage Guidance
This skill appears to do what it says: orchestrate Warp/Oz cloud agents via the Warp API. Before installing, consider: 1) The WARP_API_KEY you provide grants the skill the ability to create runs, read run status, fetch artifacts, and manage schedules in your Warp account — treat it like any API secret and prefer a limited-scope / service-specific key if possible. 2) If you don't set WARP_API_KEY the scripts will attempt to use the op CLI to read a 1Password entry (OP_WARP_REFERENCE); only allow this if you trust the skill and your op configuration. 3) The orchestrator can loop and re-run stages (auto-retries) which may consume credits/costs — review defaults (poll timeouts, max retries) before running large pipelines. 4) The code uses curl/jq/python and performs network calls only to app.warp.dev; inspect the included scripts locally if you want to verify behavior before running them. 5) Rotate or revoke the API key if you later uninstall or stop trusting the skill.
Capability Analysis
Type: OpenClaw Skill Name: oz Version: 1.1.0 The 'oz' skill bundle provides a Bash wrapper (oz-api.sh) and a Python orchestrator (orchestrator.py) for managing Warp Oz cloud agent pipelines. The scripts demonstrate security-conscious design by supporting 1Password for credential management and passing API keys via stdin to curl to prevent exposure in process logs. All functionality, including the agent role definitions in references/agent-roles.md, is consistent with the stated purpose of cloud-based task orchestration and lacks any indicators of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (Warp Oz orchestration) match the provided scripts and SKILL.md. Required binaries (curl, jq, python3) and required env var (WARP_API_KEY) are appropriate and necessary for calling the Warp API and running the orchestrator. The optional 1Password fallback (OP_WARP_REFERENCE) is documented and relevant.
Instruction Scope
Runtime instructions and the included scripts only perform API calls to app.warp.dev, create/poll/cancel runs, manage schedules, and forward stage context. They do not read arbitrary local files or contact other external domains. Note: if WARP_API_KEY is not set the scripts attempt to call the op CLI to read a 1Password secret (declared in metadata) — this is expected but means the skill can read secrets via op if available.
Install Mechanism
No install spec or third-party downloads are used; the skill is instruction + utility scripts that run with existing system binaries. No archives or remote code fetches are executed by the skill itself.
Credentials
Only WARP_API_KEY is required (plus optional OP_WARP_REFERENCE). These are proportional to calling the Warp API. The skill does not request unrelated credentials or system config paths.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify other skills or global agent configuration. It runs on-demand and does not require persistent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oz
  3. After installation, invoke the skill by name or use /oz
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Rewrite SKILL.md for clarity and discoverability. Lead with value prop, real pipeline example, quick start guide, orchestrator docs with all flags. Better description for search.
v1.0.1
Fix metadata: declare required bins (curl, jq, python3), optional bins (op), env vars (WARP_API_KEY), and credential descriptions (WARP_API_KEY, OP_WARP_REFERENCE). Addresses ClawHub security review findings.
v1.0.0
Initial release. Warp Oz cloud agent orchestration — REST API wrapper, multi-agent pipeline orchestrator, agent role references. Security audited (2 rounds).
Metadata
Slug oz
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Warp Oz?

Dispatch coding tasks to Warp Oz cloud agents and chain them into multi-agent pipelines — all from chat. Includes a bash wrapper covering every Oz API endpoi... It is an AI Agent Skill for Claude Code / OpenClaw, with 209 downloads so far.

How do I install Warp Oz?

Run "/install oz" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Warp Oz free?

Yes, Warp Oz is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Warp Oz support?

Warp Oz is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Warp Oz?

It is built and maintained by in-liberty420 (@in-liberty420); the current version is v1.1.0.

💬 Comments