From heysummon
Configure HeySummon with a setup link from your expert's dashboard. Use when given a HeySummon setup URL.
How this skill is triggered — by the user, by Claude, or both
Slash command
/heysummon:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up HeySummon using the provided setup URL from your expert's dashboard.
Set up HeySummon using the provided setup URL from your expert's dashboard.
/setup/)/setup/ with /api/v1/setup/ and appending /command in the URLinstallCommand field -- execute it in the current project directory using bash.env file was created in the skill directory with the correct credentialsIf the setup URL is https://example.com/setup/st_abc123:
curl -sf "https://example.com/api/v1/setup/st_abc123/command" | jq -r '.installCommand' | bash
.env, and verifies the connectionnpx claudepluginhub thomasansems/heysummon --plugin heysummonPerforms first-time setup of a ClaudeClaw instance: installs dependencies, authenticates messaging channels, registers the main channel, and starts background services.
Redirects to the interactive setup wizard for Claude Octopus configuration including provider installation, RTK token optimization, and work mode selection.
Terminal wizard that configures API keys (Zotero, Elsevier, WoS, etc.), registers MCP servers, and patches project settings for the academic-research plugin.