agentuity-cli-auth-whoami

Display information about the currently authenticated user. Requires authentication. Use for managing authentication credentials

allowed_tools: Bash(agentuity:*)

$ 安裝

git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-auth-whoami ~/.claude/skills/discord-help-agent

// tip: Run this command in your terminal to install the skill


name: agentuity-cli-auth-whoami description: Display information about the currently authenticated user. Requires authentication. Use for managing authentication credentials version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity auth whoami" tags: "read-only fast requires-auth"

Auth Whoami

Display information about the currently authenticated user

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity auth whoami

Examples

Show current user:

bunx @agentuity/cli auth whoami

Show output in JSON format:

bunx @agentuity/cli --json auth whoami

Output

Returns JSON object:

{
  "userId": "string",
  "firstName": "string",
  "lastName": "string",
  "organizations": "array"
}
FieldTypeDescription
userIdstringUnique user identifier
firstNamestringUser first name
lastNamestringUser last name
organizationsarrayOrganizations the user belongs to