From oac
Displays OAC plugin status: version, context installation (profile/count), root path, available skills, and subagents.
How this command is triggered — by the user, by Claude, or both
Slash command
/oac:oac-statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
Show the current OAC plugin status. Run: Then report in plain language: - **Plugin version:** 1.0.0 - **Context status:** installed profile + component count, or "not installed" - **Context root:** path from `.oac.json`, or "not pinned (run /install-context)" - **Available skills:** install-context, context-discovery, approach, debugger, verification-before-completion, task-breakdown, code-execution, test-generation, code-review, external-research, parallel-execution - **Available subagents:** context-scout, task-manager, coder-agent, test-engineer, code-reviewer, external-scout
Show the current OAC plugin status.
Run:
echo "=== Context Installation ===" && \
cat "${CLAUDE_PLUGIN_ROOT}/.context-manifest.json" 2>/dev/null | grep -E '"profile"|"downloaded_at"|"version"' || echo "Not installed — run /install-context" && \
echo "" && \
echo "=== Context Root ===" && \
cat .oac.json 2>/dev/null || echo "No .oac.json — context root not pinned" && \
echo "" && \
echo "=== Context Files ===" && \
ls "${CLAUDE_PLUGIN_ROOT}/context/" 2>/dev/null | wc -l | xargs -I{} echo "{} component directories installed"
Then report in plain language:
.oac.json, or "not pinned (run /install-context)"npx claudepluginhub darrenhinde/openagentscontrol --plugin oac/setupInventories locally installed skills from Claude Code and OpenClaw directories, surfaces high-signal issues, and manages setup state in manual or auto-trigger modes.
/skill-trace-statusChecks skill tracing and loading status across Claude/Codex CLI environments, reporting enabled/disabled status, instrumented skill counts, and last trace timestamps. Supports --target claude|codex|both.
/versioneDisplays the current plugin version, installed components (agents, commands, skills, MCP servers), and system status.
/primeWarms up session context by loading git state, plugin inventory, and project conventions for the bopen-tools plugin. Delegates gathering to a subagent and returns a formatted priming report.
/diagnoseRuns a self-check on the AI Brain Starter install, verifying CLAUDE.md, Meta folder, skills, hooks, and MCPs are properly configured.
/statusShows Hydra framework status — installed version, agents, commands, hooks, configuration, and codebase map in a clean status card.