From contextstellar
Set up ContextStellar cloud mode for RLM learning and dashboards. Use when the user wants to configure an API key, connect their project, or upgrade from local-only scoring.
npx claudepluginhub sunnypatneedi/claude-code-contextstellarThis skill uses the workspace's default tool permissions.
The plugin works out of the box in **local mode** — scoring runs locally with zero config.
Redirects to /octo:setup interactive wizard for Claude Octopus configuration, covering provider installation/auth, RTK token optimization, work mode selection, and onboarding.
Opens a browser-based analytics dashboard showing personal Claude Code metrics: session activity, tool usage, error rate, parallel work patterns, project focus, and actionable insights. First run installs dependencies (~30s).
Configures Context Hub dependencies: installs Serena and Context7 plugins, sets up Forgetful MCP server (standard or custom). For new dev environments or MCP troubleshooting.
Share bugs, ideas, or general feedback.
The plugin works out of the box in local mode — scoring runs locally with zero config.
This command upgrades to cloud mode for RLM adaptive weight learning, team dashboards, and cross-session analytics.
Check current mode:
CONTEXTSTELLAR_API_KEY is set → already in cloud mode, test connectivityExplain the two modes:
/contextstellar:stats, /contextstellar:optimize, and the web dashboard.If the user wants cloud mode, guide them:
cs_live_)Set environment variables. Tell the user to add these to their shell profile or .env:
export CONTEXTSTELLAR_API_KEY="cs_live_your_key_here"
export CONTEXTSTELLAR_PROJECT_ID="your_project_id_here"
# Optional: custom instance URL (defaults to https://contextstellar.com)
# export CONTEXTSTELLAR_BASE_URL="https://your-instance.contextstellar.com"
curl -s "${CONTEXTSTELLAR_BASE_URL:-https://contextstellar.com}/api/v1/hooks/shell-stats" \
-H "Authorization: ${CONTEXTSTELLAR_API_KEY}"
If you get a JSON response with score, grade, etc., cloud mode is active.
/contextstellar:stats — scoring dashboard in terminal/contextstellar:optimize — pattern-based recommendations