원클릭으로
status
Set a status message on your DevGlobe profile
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set a status message on your DevGlobe profile
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
Configure DevGlobe plugin with your API key
SOC 직업 분류 기준
| name | status |
| description | Set a status message on your DevGlobe profile |
| user-invocable | true |
| allowed-tools | ["Bash"] |
Update the DevGlobe status message. User arguments: $ARGUMENTS
$ARGUMENTS is empty: show usage /devglobe:status Your message here (max 100 characters)The bundled status script reads the API key from ~/.devglobe/config.toml directly — no need to extract it here. Just pipe the message:
echo '{"message":"<MESSAGE>"}' | node "${CLAUDE_PLUGIN_ROOT}/dist/update-status.js"
Escape JSON special characters in the message before substitution.
If the script returns {"error":"not configured — run /devglobe:setup first"}, tell the user to run /devglobe:setup YOUR_API_KEY first (key available at https://devglobe.app).
{"ok":true}): confirm the status was set, echo the message