mit einem Klick
setup
Configure DevGlobe plugin with your API key
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Configure DevGlobe plugin with your API key
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
DevGlobe activity tracker - appear on the interactive developer globe while coding with Codex. Use $devglobe to setup your API key, set a status message, verify the install, or uninstall.
Set a status message on your DevGlobe profile
| name | setup |
| description | Configure DevGlobe plugin with your API key |
| user-invocable | true |
| allowed-tools | ["Bash"] |
Configure the DevGlobe plugin. User arguments: $ARGUMENTS
If no API key is provided:
/devglobe:setup YOUR_API_KEYPipe the API key into the bundled setup script:
echo '{"api_key":"<API_KEY>"}' | node "${CLAUDE_PLUGIN_ROOT}/dist/setup.js"
The script writes api_key = "..." to ~/.devglobe/config.toml (mode 0600), preserving any [privacy] section already present.
Confirm the API key was saved. Mention they're now live on https://devglobe.app.
Mention /devglobe:status MESSAGE for setting a status message, and that visibility settings (anonymous mode, repo sharing, profile mode) are managed at https://devglobe.app/dashboard/settings.