# AWS Shell

> Use this skill when the user wants an interactive shell for AWS CLI with autocompletion, inline help, and command history.

- Skill: `javimosch/aws-shell` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/aws-shell`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/aws-shell/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/aws-shell

---


# aws-shell Plugin

aws-shell provides an interactive AWS CLI environment.

## Usage Examples

- "start interactive AWS shell"
- "find S3 commands using autocomplete"
- "browse EC2 API with inline docs"

## Installation

```bash
pip install aws-shell
```

## Key Features
- Interactive AWS CLI shell
- Tab autocompletion for all services
- Inline command documentation
- Command history and search
- Syntax highlighting
- Faster AWS API exploration

