Agent skill
agentuity-cli-cloud-eval-get
Get details about a specific eval. Requires authentication. Use for Agentuity cloud platform operations
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
agentuity cloud eval get <eval_id>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<eval_id> |
string | Yes | - |
Examples
Get an eval by ID:
bunx @agentuity/cli cloud eval get eval_abc123xyz
Output
Returns JSON object:
{
"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 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?