# Orb Logout

> Clear stored OrbCode credentials and log out from MatterAI.

- Skill: `matteraiorg/orb-logout` (Agent Skill)
- Install (CLI): `npx skillmds@latest add matteraiorg/orb-logout`
- Raw SKILL.md: https://api.skillmd.com/api/skills/matteraiorg/orb-logout/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-logout

---


Log out of OrbCode by clearing stored credentials:

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

Confirm that the user has been logged out.

Optionally, if the user wants to fully disconnect:
1. Suggest stopping the proxy with `/orb-status` to check if it's running
2. Let them know they can re-authenticate anytime with `/orb-login`

