awesome-opencode/data/plugins/orgx-opencode-plugin.yaml
2026-05-21 19:23:27 -05:00

21 lines
816 B
YAML

name: OrgX OpenCode Plugin
repo: https://github.com/useorgx/orgx-opencode-plugin
tagline: OrgX Work Graph peer for task dispatch, receipts, deviations, and passive reconciliation
description: OrgX OpenCode Plugin connects OpenCode sessions to the OrgX execution control plane. It receives OrgX task dispatches, drives the user's local OpenCode session, posts execution receipts and deviations back to OrgX, and writes compact Work Graph events for later audit-first reconciliation.
scope:
- global
tags:
- agent-orchestration
- work-graph
- task-dispatch
- receipts
- mcp
homepage: https://github.com/useorgx/orgx-opencode-plugin#readme
installation: |
```bash
npm install -g @useorgx/orgx-opencode-plugin
export ORGX_API_KEY=oxk_...
export ORGX_WORKSPACE_ID=<uuid>
orgx-opencode-plugin
```