DEV TOOLS
COMING SOON

AWS CLI CLI

AWS SDK wrapper — S3, Lambda, EC2, DynamoDB, CloudFormation operations for agents.

CloudAWSInfrastructure
View on Hub ↗ ← All CLIs
Coming Soon

This CLI is on the roadmap. Submit a PR to accelerate its development, or star the Hub to get notified.

Installation

# Install from Hub
pip install cli-anything-aws

# Or install from source
git clone https://github.com/chatjesus/CLI-Anything-Hub
cd CLI-Anything-Hub
pip install -e ./aws-cli
# Set credentials
export AWS_ACCESS_KEY_ID="your-token"
export AWS_SECRET_ACCESS_KEY="your-token"
# Hint: from AWS IAM console

Quick Start

# 1. Discover capabilities (no auth needed)
# cli-anything-aws schema

# 2. Check connectivity
# cli-anything-aws detect

# 3. Run with JSON output
cli-anything-aws --json [command] [args]

Agent-Native Interface

schema

Output full capability JSON. No auth needed. AI agents call this first to discover all commands.

detect

Check connectivity and environment. Returns JSON status without side effects.

--json

All commands support structured JSON output. Parse programmatically.

version

Print CLI version info for compatibility tracking.

About

AWS SDK wrapper — S3, Lambda, EC2, DynamoDB, CloudFormation operations for agents. Part of the CLI-Anything Hub — 130+ agent-ready CLIs, all following the same interface standard. Install any tool, agents call any software, zero friction.

Category: Dev Tools  ·  Package: cli-anything-aws  ·  GitHub ↗