Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @hypertextassassinrajith Updated 7/19/2026 1,586 downloads 2 stars Security: Pass

Awscli OpenClaw Plugin & Skill | ClawHub

Looking to integrate Awscli into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

Manage AWS Lightsail and EC2 instances using AWS CLI

Install

ClawHub CLI
openclaw skills install @hypertextassassinrajith/awscli
Node.js (npx)
npx clawhub@latest install awscli

Full SKILL.md

Open original
Metadata table.
nameversiondescription
awscli1.0.0Manage AWS Lightsail and EC2 instances using AWS CLI

SKILL.md content below is scrollable.

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: "<instance-name>"

Example: { "action": "reboot", "instance": "Ubuntu-1" }


3. Start Instance

action: "start"
instance: "<instance-name>"


4. Stop Instance

action: "stop"
instance: "<instance-name>"


Notes

  • Only use structured JSON input.
  • Do NOT generate AWS CLI commands.
  • Instance names must exactly match existing Lightsail instances.
ClawHub Registry URL: https://clawhub.ai/hypertextassassinrajith/skills/awscli

Related skills

If this matches your use case, these are close alternatives in the same category.