
Oz Harness Support
- 225 repo stars
- Updated July 16, 2026
- warpdotdev/claude-code-warp
Enable Warp terminal integration with Claude Code in Oz cloud agent environments, providing parent-message delivery hooks and harness support.
About
Oz-harness-support skill integrates Warp terminal with Claude Code in Oz cloud agent environments. It provides parent-message delivery hooks and specialized harness support for cloud-hosted agents, enabling seamless terminal integration and inter-agent communication in distributed agent orchestration.
- Warp integration
- Oz cloud support
- Parent-message hooks
- Terminal integration
- Cloud agents
Oz Harness Support by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add warpdotdev/claude-code-warp/plugin install oz-harness-support@claude-code-warpAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 225 |
|---|---|
| Last updated | July 16, 2026 |
| Repository | warpdotdev/claude-code-warp ↗ |
What it does
Enable Warp terminal integration with Claude Code in Oz cloud agent environments, providing parent-message delivery hooks and harness support.
Who is it for?
Teams running Claude Code in Oz cloud environments
What you get
- warp integration
- message hook setup
- cloud agent configuration
README.md
oz-harness-support
Warp integration for Claude Code running inside Warp's Oz cloud agent environments.
This plugin is installed automatically in Oz cloud agent environments — there is no manual setup for end users.
Hooks
The plugin registers an Oz parent-message delivery bridge:
- SessionStart — starts the parent-message listener for the run
- UserPromptSubmit / PostToolUse — drain the mailbox, surfacing queued parent messages into the session as additional context
- Stop — keeps the session active when parent messages are still pending delivery
- SessionEnd — tears down the listener and cleans up hook state
Skills
The plugin ships skills the agent uses to talk to the Oz platform:
- oz-child-agent-orchestration — coordinate with a lead run via the Oz CLI (
OZ_CLI,OZ_RUN_ID,OZ_PARENT_RUN_ID) - oz-finish-task — report task completion or failure
- oz-notify-user — send a progress notification to the triggering user
- oz-report-pr — report a created pull request back to Oz
- oz-upload-file — upload a local file as a conversation artifact
Requirements
- Warp's Oz cloud agent environment (provides the
ozCLI andOZ_*environment variables) - Claude Code CLI
jqfor JSON parsing