From devglobe
Sets a status message on your DevGlobe profile. Invoke via /status 'Your message here' (max 100 chars). Checks API key from ~/.devglobe/api_key or env var, uses bash script to update.
npx claudepluginhub nako0/devglobe-extension --plugin devglobeThis skill is limited to using the following tools:
Update the DevGlobe status message. User arguments: $ARGUMENTS
Configures Claude Code status lines using /statusline command, settings.json, Bash/Python/Node.js scripts. Covers JSON input, git integration, ANSI colors, helper functions, and troubleshooting.
Develops custom status lines for Claude Code to display git branch, context usage, model name, and session costs using bash scripts that process JSON stdin input.
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.
Share bugs, ideas, or general feedback.
Update the DevGlobe status message. User arguments: $ARGUMENTS
$ARGUMENTS is empty: show error explaining usage: /devglobe:status Your message here (max 100 characters)~/.devglobe/api_key file and DEVGLOBE_API_KEY env var): show error asking to run /devglobe:setup YOUR_API_KEY first. Get key at https://devglobe.xyz. Contact: contact@devglobe.xyz~/.devglobe/api_key (or env var DEVGLOBE_API_KEY)$ARGUMENTS string (preserve spaces)echo '{"api_key": "THE_KEY", "message": "THE_MESSAGE"}' | ${CLAUDE_PLUGIN_ROOT}/scripts/update-status
Replace THE_KEY with the actual API key and THE_MESSAGE with the user's message (escape JSON special characters in the message).
{"ok": true} on success, {"error": "..."} on failure/devglobe:setup if the key might be wrong