Claude Code Plugins

Community-maintained marketplace

Feedback

agentuity-cli-auth-apikey

@agentuity/sdk-explorer
0
0

Display the API key for 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-apikey
description Display the API key for the currently authenticated user. Requires authentication. Use for managing authentication credentials
version 0.1.2
license Apache-2.0
allowed-tools Bash(agentuity:*)
metadata [object Object]

Auth Apikey

Display the API key for the currently authenticated user

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity auth apikey

Examples

Print the API key:

bunx @agentuity/cli auth apikey

Output API key in JSON format:

bunx @agentuity/cli --json auth apikey

Output

Returns JSON object:

{
  "apiKey": "string"
}
Field Type Description
apiKey string The API key for the authenticated user