oz-harness-support
v1.1.2Warp terminal integration for Claude Code in Oz cloud agent environments, including parent-message delivery hooks
By Warp231 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install oz-harness-support for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install oz-harness-support@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/warpdotdev/claude-code-warpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/oz-harness-support/.
Plugin files
├── .claude-plugin/plugin.json├── skills/factory-files/SKILL.md├── skills/oz-child-agent-orchestration/SKILL.md├── skills/oz-finish-task/SKILL.md├── skills/oz-notify-user/SKILL.md├── skills/oz-report-pr/SKILL.md└── skills/oz-upload-file/SKILL.md
Included Skills6
Create and edit file-based Warp software factory definitions, in a repository tree rooted at a factory.yaml. Use when authoring or changing that factory.yaml, Agent, Automation, Scorer, or Runner files under that root, or its factory and agent skill trees, and when fixing Factory file diagnostics. Do not use for agent-definition Markdown that belongs to another tool, for a tree with no factory.yaml, or to operate a live factory or hand work to one through Factory MCP.
Internal Oz child-agent orchestration playbook for Claude Code child runs. Invoke only when the Oz harness system prompt tells you to coordinate with a lead run through the Oz CLI in `OZ_CLI`, using `OZ_RUN_ID` and `OZ_PARENT_RUN_ID`.
Report task completion or failure back to the Oz platform when done with a task.
Send a progress notification to the user who triggered this Oz task (e.g., via Slack or Linear).
Report a pull request back to the Oz platform after creating one.
Upload a local file to the Oz platform as a conversation artifact.
Plugin manifests1
{
"name": "oz-harness-support",
"description": "Warp terminal integration for Claude Code in Oz cloud agent environments, including parent-message delivery hooks",
"version": "1.1.2",
"author": {
"name": "Warp",
"url": "https://warp.dev"
},
"homepage": "https://github.com/warpdotdev/claude-code-warp"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[oz-harness-support on Agent Plugins Marketplace](https://pluginsmp.com/plugins/oz-harness-support)