Displays OAC plugin status: version, context installation (profile/count), root path, available skills, and subagents.
From oacnpx claudepluginhub darrenhinde/openagentscontrol --plugin oacShow 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)"