AWSquery
AWS CLI, built for humans and agents
Ask AWS a question, get a table back
Any read-only AWS API call, filtered across every nested field, returned as exactly the columns you asked for. It infers and resolves missing parameters on its own, so a single command answers what normally takes three and a pass through jq.
awsquery ec2 describe-instances prod web -- Tags.Name State InstanceIdView on GitHub- Agent-native, not agent-adjacent --docs prints the complete reference in one call; --schema, --list-services and --list-actions answer offline with no AWS credentials. An assistant learns the whole tool before it ever touches your account.
- Built for a context window csv, tsv and ndjson output plus --limit keep results small enough to hand to a model without burning the budget on JSON punctuation.
- Safe to hand to an agent Read-only operations are enforced, exit codes 0-4 are documented, errors come back as structured JSON, and nothing prompts when stdin is not a TTY.
- Nothing to install uvx awsquery runs it straight from PyPI — no virtualenv, no pip install, not even a Python of your own.
![map[]](https://flomotlik.me/img/headshot.jpg)