Set a status message on your DevGlobe profile
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: [email protected]~/.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