← 返回 Skills 市场
Warp Oz
作者
in-liberty420
· GitHub ↗
· v1.1.0
· MIT-0
209
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oz - 安装完成后,直接呼叫该 Skill 的名称或使用
/oz触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。
如何安装 Warp Oz?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oz」即可一键安装,无需额外配置。
Warp Oz 是免费的吗?
是的,Warp Oz 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Warp Oz 支持哪些平台?
Warp Oz 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Warp Oz?
由 in-liberty420(@in-liberty420)开发并维护,当前版本 v1.1.0。
推荐 Skills