opencode-orca-hintInjects a system-prompt hint into opencode when running inside the Orca app, so the agent reaches for the orca-cli skill and Orca's tools instead of raw shell workarounds.
0
20
20 in 7 days
28.1
Multi-signal model
6 days ago
2026-08-14
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-orca-hint@0.1.0"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-orca-hint@0.1.0"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D opencode-orca-hintopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
No README provided
Missing documentation usually means the project is still early. Check the source repository for details.