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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install awscli - 安装完成后,直接呼叫该 Skill 的名称或使用
/awscli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Awscli 是什么?
Manage AWS Lightsail and EC2 instances using AWS CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 956 次。
如何安装 Awscli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install awscli」即可一键安装,无需额外配置。
Awscli 是免费的吗?
是的,Awscli 完全免费(开源免费),可自由下载、安装和使用。
Awscli 支持哪些平台?
Awscli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Awscli?
由 HypertextAssassinRajith(@hypertextassassinrajith)开发并维护,当前版本 v0.1.2。