From devglobe
Configures DevGlobe plugin by saving API key to ~/.devglobe/api_key, creating directory if needed, and initializing config.json with defaults. Invoke with /setup YOUR_API_KEY.
npx claudepluginhub nako0/devglobe-extension --plugin devglobeThis skill is limited to using the following tools:
Configure the DevGlobe plugin. User arguments: $ARGUMENTS
Toggle repo sharing on DevGlobe: enable (true) to show current repo name on profile, disable (false) to hide it. Manages ~/.devglobe/config.json; shows status without args.
Guides first-time Honcho setup: checks API key status, instructs environment variable setup (bash/powershell), validates connection, creates config for persistent memory in Claude Code.
Guides users to obtain Vapi API key from dashboard.vapi.ai, validate via curl, save as VAPI_API_KEY in .env, and add .env to .gitignore. Use for Vapi setup, missing keys, or voice AI access.
Share bugs, ideas, or general feedback.
Configure the DevGlobe plugin. User arguments: $ARGUMENTS
If no API key is provided AND no key exists at ~/.devglobe/api_key:
show an error:
/devglobe:setup YOUR_API_KEY~/.devglobe/ directory if needed~/.devglobe/api_key (plain text, no trailing newline)~/.devglobe/config.json does not exist, create it with defaults: {"shareRepo": false, "anonymousMode": true}Confirm the API key was saved. Show current settings from ~/.devglobe/config.json.
Mention they're now live on https://devglobe.xyz.
Mention other commands: /devglobe:status, /devglobe:anonymous, /devglobe:share-repo.