Claude-skill-registry agentuity-cli-auth-org-unselect

Clear the default organization preference. Use for managing authentication credentials

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agentuity-cli-auth-org-unselect" ~/.claude/skills/majiayu000-claude-skill-registry-agentuity-cli-auth-org-unselect && rm -rf "$T"
manifest: skills/data/agentuity-cli-auth-org-unselect/SKILL.md
source content

Auth Org Unselect

Clear the default organization preference

Usage

agentuity auth org unselect

Examples

Clear default organization:

bunx @agentuity/cli auth org unselect

Output

Returns JSON object:

{
  "cleared": "boolean"
}
FieldTypeDescription
cleared
booleanWhether the preference was cleared