Claude Code Plugins

Community-maintained marketplace

Feedback

agentuity-cli-auth-whoami

@agentuity/discord-help-agent
1
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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 [object Object]

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"
}
Field Type Description
userId string Unique user identifier
firstName string User first name
lastName string User last name
organizations array Organizations the user belongs to