# Orb Status

> Show current OrbCode authentication and proxy status.

- Skill: `matteraiorg/orb-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add matteraiorg/orb-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/matteraiorg/orb-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: MatterAIOrg (https://skillmd.com/u/matteraiorg)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/matteraiorg/orb-status

---


Check the current OrbCode status (authentication, proxy, and environment):

```bash
node ${CLAUDE_PLUGIN_ROOT}/scripts/orb-cli.js status
```

Relay the output to the user in a clear, formatted way.

If there are issues:
- **Not authenticated**: Suggest running `/orb-login`
- **Proxy not running**: Suggest running the setup or starting the proxy manually
- **ANTHROPIC_BASE_URL not set**: Explain that the env var needs to be configured for the proxy to intercept API calls. Suggest running `/orb-setup`.

