smithery.ai

agentuity-cli-cloud-eval-get

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

First seen Apr 5, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1.24
LicenseApache-2.0
Allowed toolsBash(agentuity:*)
More metadata
command
agentuity cloud eval get
tags
read-only fast requires-auth

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,562 B
  • docs SUMMARY.md 139 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

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