Agent skill

agentuity-cli-cloud-eval-get

Get details about a specific eval. Requires authentication. Use for Agentuity cloud platform operations

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-cloud-eval-get

Metadata

Additional technical details for this skill

tags
read-only fast requires-auth
command
agentuity cloud eval get

SKILL.md

Cloud Eval Get

Get details about a specific eval

Prerequisites

  • Authenticated with agentuity auth login

Usage

bash
agentuity cloud eval get <eval_id>

Arguments

Argument Type Required Description
<eval_id> string Yes -

Examples

Get an eval by ID:

bash
bunx @agentuity/cli cloud eval get eval_abc123xyz

Output

Returns JSON object:

json
{
  "id": "string",
  "name": "string",
  "identifier": "unknown",
  "agent_identifier": "string",
  "created_at": "string",
  "updated_at": "string",
  "project_id": "string",
  "org_id": "string",
  "description": "unknown",
  "devmode": "boolean"
}
Field Type Description
id string Eval ID
name string Eval name
identifier unknown Stable eval identifier
agent_identifier string Agent identifier
created_at string Creation timestamp
updated_at string Last updated timestamp
project_id string Project ID
org_id string Organization ID
description unknown Eval description
devmode boolean Whether this is a devmode eval

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results