Get details about a specific eval. Requires authentication. Use for Agentuity cloud platform operations
Get details about a specific eval
agentuity auth loginagentuity cloud eval get <eval_id>
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <eval_id> | string | Yes | - |
Get an eval by ID:
bunx @agentuity/cli cloud eval get eval_abc123xyz
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 |
npx skills add agentuity/agentuity-cli-cloud-eval-get下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer