agentuity-cli-cloud-machine-deployments

List deployments running on a specific organization managed machine. Requires authentication. Use for Agentuity cloud platform operations

16 stars

Best use case

agentuity-cli-cloud-machine-deployments is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

List deployments running on a specific organization managed machine. Requires authentication. Use for Agentuity cloud platform operations

Teams using agentuity-cli-cloud-machine-deployments should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agentuity-cli-cloud-machine-deployments/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/devops/agentuity-cli-cloud-machine-deployments/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agentuity-cli-cloud-machine-deployments/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agentuity-cli-cloud-machine-deployments Compares

Feature / Agentagentuity-cli-cloud-machine-deploymentsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

List deployments running on a specific organization managed machine. Requires authentication. Use for Agentuity cloud platform operations

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Cloud Machine Deployments

List deployments running on a specific organization managed machine

## Prerequisites

- Authenticated with `agentuity auth login`
- Organization context required (`--org-id` or default org)

## Usage

```bash
agentuity cloud machine deployments <machine_id>
```

## Arguments

| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| `<machine_id>` | string | Yes | - |

## Examples

List deployments on a machine:

```bash
bunx @agentuity/cli cloud machine deployments machine_abc123xyz
```

## Output

Returns: `array`

Related Skills

aws-cloudformation-security

16
from diegosouzapw/awesome-omni-skill

Provides AWS CloudFormation patterns for infrastructure security, secrets management, encryption, and secure data handling. Use when creating secure CloudFormation templates with AWS Secrets Manager, KMS encryption, secure parameters, IAM policies, VPC security groups, TLS/SSL certificates, and encrypted traffic configurations. Covers template structure, parameter best practices, cross-stack references, and defense-in-depth strategies.

aws-cloudformation-elasticache

16
from diegosouzapw/awesome-omni-skill

AWS CloudFormation patterns for Amazon ElastiCache. Use when creating ElastiCache clusters (Redis, Memcached), replication groups, parameter groups, subnet groups, and implementing template structure with Parameters, Outputs, Mappings, Conditions, and cross-stack references for distributed caching infrastructure.

aws-cloudformation-cloudfront

16
from diegosouzapw/awesome-omni-skill

AWS CloudFormation patterns for CloudFront distributions, origins (ALB, S3, Lambda@Edge, VPC Origins), CacheBehaviors, Functions, SecurityHeaders, parameters, Outputs and cross-stack references. Use when creating CloudFront distributions with CloudFormation, configuring multiple origins, implementing caching strategies, managing custom domains with ACM, configuring WAF, and optimizing performance.

aws-cloud

16
from diegosouzapw/awesome-omni-skill

Provides comprehensive AWS (Amazon Web Services) guidance including EC2, S3, RDS, Lambda, ECS/EKS, CloudFormation, API Gateway, CloudFront, cloud migration from on-premise/GCP/Azure, security configuration (IAM, KMS, Security Hub), cost optimization (Savings Plans, Reserved Instances), and multi-region deployment. Produces infrastructure as code (Terraform/CloudFormation/CDK), deployment scripts, security configurations, and architecture designs. Use when deploying to AWS, designing AWS infrastructure, migrating to AWS, configuring EC2 instances, setting up S3 buckets, managing RDS databases, deploying containers on ECS/EKS, building serverless applications, or when users mention AWS, Amazon Cloud, EC2, S3, Lambda, EKS, CloudFormation, CDK, or AWS services.

assume-cloudformation-role

16
from diegosouzapw/awesome-omni-skill

Assume AWS IAM role for CloudFormation operations and set temporary credentials as environment variables. Use when working with CloudFormation stacks or when authentication setup is needed before AWS CloudFormation operations.

alibaba-cloud-architecture

16
from diegosouzapw/awesome-omni-skill

Alibaba Cloud architecture patterns and best practices. Use when designing, deploying, or reviewing infrastructure on Alibaba Cloud including ECS, ACK, Function Compute, and OSS.

alchemy-cloudflare

16
from diegosouzapw/awesome-omni-skill

Alchemy IaC patterns for deploying TanStack Start apps to Cloudflare Workers with D1 databases. Use when setting up new TanStack Start projects, configuring Alchemy deployments, working with D1/Drizzle migrations, local development with Cloudflare bindings, or deploying to custom domains.

agentuity-cli-cloud-thread-get

16
from diegosouzapw/awesome-omni-skill

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

agentuity-cli-cloud-stream-get

16
from diegosouzapw/awesome-omni-skill

Get detailed information about a specific stream. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-ssh

16
from diegosouzapw/awesome-omni-skill

SSH into a cloud project or sandbox. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-session-logs

16
from diegosouzapw/awesome-omni-skill

Get logs for a specific session. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-cloud-session-get

16
from diegosouzapw/awesome-omni-skill

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