List eval runs. Requires authentication. Use for Agentuity cloud platform operations
List eval runs
agentuity auth loginagentuity cloud eval-run list [options]
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --count | number | No | 10 | Number of eval runs to list (1–100) |
| --projectId | string | Yes | - | Filter by project ID |
| --all | boolean | Yes | - | List all eval runs regardless of project context |
| --evalId | string | Yes | - | Filter by eval ID |
| --agentId | string | Yes | - | Filter by agent ID |
| --sessionId | string | Yes | - | Filter by session ID |
List 10 most recent eval runs:
bunx @agentuity/cli cloud eval-run list
List 25 most recent eval runs:
bunx @agentuity/cli cloud eval-run list --count=25
Filter by eval:
bunx @agentuity/cli cloud eval-run list --eval-id=eval_*
Filter by session:
bunx @agentuity/cli cloud eval-run list --session-id=sess_*
Filter by project:
bunx @agentuity/cli cloud eval-run list --project-id=proj_*
Filter by agent:
bunx @agentuity/cli cloud eval-run list --agent-id=agent_*
List all eval runs regardless of project context:
bunx @agentuity/cli cloud eval-run list --all
Returns: array
npx skills add agentuity/agentuity-cli-cloud-eval-run-list下载完整 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