Awscli
/install awscli
AWS CLI Control Skill
This skill manages AWS Lightsail instances.
Requirements
-
AWS CLI installed on host
-
AWS credentials configured (IAM user or role)
-
Environment variables:
- AWS_REGION
- ALLOWED_INSTANCES
Environment Variables
This skill requires the following environment variables:
- AWS_REGION (e.g., ap-southeast-1)
- ALLOWED_INSTANCES (comma-separated list)
Example:
AWS_REGION=ap-southeast-1 ALLOWED_INSTANCES=Ubuntu,Binami
Available Operations
1. List Instances
action: "list"
Example: { "action": "list" }
2. Reboot Instance
action: "reboot"
instance: "\x3Cinstance-name>"
Example: { "action": "reboot", "instance": "Ubuntu-1" }
3. Start Instance
action: "start"
instance: "\x3Cinstance-name>"
4. Stop Instance
action: "stop"
instance: "\x3Cinstance-name>"
Notes
- Only use structured JSON input.
- Do NOT generate AWS CLI commands.
- Instance names must exactly match existing Lightsail instances.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install awscli - After installation, invoke the skill by name or use
/awscli - Provide required inputs per the skill's parameter spec and get structured output
What is Awscli?
Manage AWS Lightsail and EC2 instances using AWS CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 956 downloads so far.
How do I install Awscli?
Run "/install awscli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Awscli free?
Yes, Awscli is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Awscli support?
Awscli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Awscli?
It is built and maintained by HypertextAssassinRajith (@hypertextassassinrajith); the current version is v0.1.2.