
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
open-orchestra
Advanced tools
Multi-agent orchestrator plugin for OpenCode - spawn, manage, and coordinate specialized AI workers
Multi-agent orchestration plugin for OpenCode. Spawn, manage, and coordinate specialized AI workers from a single conversation.
npx open-orchestra
This interactive setup will:
opencode.json.opencode/orchestrator.json with worker profilesAdd to your opencode.json:
{
"plugin": ["open-orchestra@0.2.4"]
}
Then create .opencode/orchestrator.json:
{
"$schema": "https://unpkg.com/open-orchestra@0.2.4/schema/orchestrator.schema.json",
"autoSpawn": true,
"profiles": [
{
"id": "coder",
"name": "Code Implementer",
"model": "anthropic/claude-sonnet-4-20250514",
"purpose": "Write and edit code"
},
{
"id": "docs",
"name": "Documentation Librarian",
"model": "anthropic/claude-sonnet-4-20250514",
"purpose": "Research docs and find examples",
"supportsWeb": true
}
],
"workers": ["coder", "docs"]
}
Define workers inline in orchestrator.json or as skills in .opencode/skill/<id>/SKILL.md:
---
name: vision
description: Analyze images and screenshots
model: anthropic/claude-sonnet-4-20250514
supportsVision: true
tools:
read: true
write: false
---
You are a vision specialist. Describe images accurately and extract relevant details.
linked (shared context), child (inherited), isolatednpx open-orchestra # Interactive setup
npx open-orchestra --yes # Accept all defaults
npx open-orchestra --minimal # Minimal config only
npx open-orchestra --help # Show help
See the full schema for all options.
| Field | Description |
|---|---|
autoSpawn | Auto-start workers on demand |
profiles | Worker definitions |
workers | Workers to pre-spawn |
memory.enabled | Enable Neo4j memory graph |
integrations | Neo4j, Linear, etc. |
MIT
FAQs
Multi-agent orchestrator plugin for OpenCode - spawn, manage, and coordinate specialized AI workers
We found that open-orchestra demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain