Agent skill
agentuity-cli-cloud-machine-get
Get details about a specific organization managed machine. 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-machine-get
Metadata
Additional technical details for this skill
- tags
- read-only fast requires-auth
- command
- agentuity cloud machine get
SKILL.md
Cloud Machine Get
Get details about a specific organization managed machine
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
--org-idor default org)
Usage
agentuity cloud machine get <machine_id>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<machine_id> |
string | Yes | - |
Examples
Get machine details by ID:
bunx @agentuity/cli cloud machine get machine_abc123xyz
Output
Returns JSON object:
{
"id": "string",
"status": "string",
"provider": "string",
"region": "string",
"instanceId": "unknown",
"privateIPv4": "unknown",
"availabilityZone": "unknown",
"deploymentCount": "number",
"orgId": "unknown",
"orgName": "unknown",
"createdAt": "string",
"updatedAt": "unknown",
"startedAt": "unknown",
"stoppedAt": "unknown",
"error": "unknown"
}
| Field | Type | Description |
|---|---|---|
id |
string | Machine ID |
status |
string | Machine status |
provider |
string | Cloud provider |
region |
string | Region |
instanceId |
unknown | Cloud instance ID |
privateIPv4 |
unknown | Private IPv4 of the machine |
availabilityZone |
unknown | Availability zone of the machine |
deploymentCount |
number | The number of deployments |
orgId |
unknown | Organization ID |
orgName |
unknown | Organization name |
createdAt |
string | Creation timestamp |
updatedAt |
unknown | Last update timestamp |
startedAt |
unknown | Start timestamp |
stoppedAt |
unknown | Stop timestamp |
error |
unknown | Error message if any |
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?