Agent Plugins Marketplace
All plugins

oz-harness-support

v1.1.2

Warp terminal integration for Claude Code in Oz cloud agent environments, including parent-message delivery hooks

Claude Code6 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install oz-harness-support@agent-plugin-marketplace

Paste 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-warp

Clone 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

plugins/oz-harness-support/
├── .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

factory-filesskills/factory-files/SKILL.md

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.

oz-child-agent-orchestrationskills/oz-child-agent-orchestration/SKILL.md

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`.

oz-finish-taskskills/oz-finish-task/SKILL.md

Report task completion or failure back to the Oz platform when done with a task.

oz-notify-userskills/oz-notify-user/SKILL.md

Send a progress notification to the user who triggered this Oz task (e.g., via Slack or Linear).

oz-report-prskills/oz-report-pr/SKILL.md

Report a pull request back to the Oz platform after creating one.

oz-upload-fileskills/oz-upload-file/SKILL.md

Upload a local file to the Oz platform as a conversation artifact.

Plugin manifests1

plugins/oz-harness-support/.claude-plugin/plugin.json
{
  "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"
}

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)