Quick guide to install and test the OAC (OpenAgents Control) plugin for Claude Code.
# Add the marketplace
/plugin marketplace add darrenhinde/OpenAgentsControl
# Install the plugin
/plugin install oac
# Verify it works
/oac:hello
# Navigate to the repo
cd /path/to/OpenAgentsControl
# Start Claude with the plugin
claude --plugin-dir ./claude-plugin
# In Claude Code, test the plugin
/oac:hello
After installation, verify everything works:
Check plugin is loaded:
/plugin list
You should see "oac" in the list.
Test the hello skill:
/oac:hello
You should get a friendly response confirming the plugin is working.
Check available commands:
/help
Look for /oac:* commands.
claude-plugin/.claude-plugin/plugin.json existsls -la claude-plugin/contextclaude-plugin/skills/hello/SKILL.mdclaude --plugin-dir ./claude-plugin --verbosecd claude-plugin && ls -la context../.opencode/contextls .opencode/context/When you install the plugin, Claude Code copies:
~/.claude/plugins/cache/oac/
├── .claude-plugin/plugin.json
├── skills/hello/SKILL.md
├── context/ (symlink content)
├── agents/ (empty for now)
├── hooks/ (empty for now)
└── commands/ (empty for now)
After successful installation:
claude-plugin/skills/Version: 1.0.0
Last Updated: 2026-02-16