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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/contextstellar:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The plugin works out of the box in **local mode** — scoring runs locally with zero config.
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 recommendationsnpx claudepluginhub sunnypatneedi/claude-code-contextstellarRedirects to the interactive setup wizard for Claude Octopus configuration including provider installation, RTK token optimization, and work mode selection.
Opens a personal analytics dashboard in the browser showing Claude Code session activity, tool usage, error rates, parallel work patterns, and project focus. First run installs dependencies.
Configures Context Hub dependencies: installs Serena and Context7 plugins, sets up Forgetful MCP server (standard or custom). For new dev environments or MCP troubleshooting.