AgentSkillsCN

agentuity-cli-auth-org-select

为所有命令设置默认组织。需进行身份验证。可用于管理身份验证凭据。

SKILL.md
--- frontmatter
name: agentuity-cli-auth-org-select
description: Set the default organization for all commands. Requires authentication. Use for managing authentication credentials
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
argument-hint: "[org_id]"
metadata:
  command: "agentuity auth org select"
  tags: "fast requires-auth"

Auth Org Select

Set the default organization for all commands

Prerequisites

  • Authenticated with agentuity auth login

Usage

bash
agentuity auth org select [org_id]

Arguments

ArgumentTypeRequiredDescription
<org_id>stringNo-

Examples

Select default organization:

bash
bunx @agentuity/cli auth org select

Set specific organization as default:

bash
bunx @agentuity/cli auth org select org_abc123

Output

Returns JSON object:

json
{
  "orgId": "string",
  "name": "string"
}
FieldTypeDescription
orgIdstringThe selected organization ID
namestringThe organization name