awscliManage AWS Lightsail and EC2 instances using AWS CLI
Install via ClawdBot CLI:
clawdbot install HypertextAssassinRajith/awscliThis skill manages AWS Lightsail instances.
## Environment Variables
This skill requires the following environment variables:
Example:
AWS_REGION=ap-southeast-1
ALLOWED_INSTANCES=Ubuntu,Binami
action: "list"
Example:
{
"action": "list"
}
action: "reboot"
instance: "
Example:
{
"action": "reboot",
"instance": "Ubuntu-1"
}
action: "start"
instance: "
action: "stop"
instance: "
Generated Mar 1, 2026
A small business uses AWS Lightsail to host its website and e-commerce platform. This skill allows non-technical staff to easily restart or manage server instances during maintenance or after updates, ensuring minimal downtime without requiring deep AWS expertise.
A software development team utilizes AWS Lightsail for staging and testing environments. Developers can quickly start, stop, or reboot instances as needed for testing cycles, optimizing resource usage and reducing costs during off-hours.
An educational institution runs virtual labs on AWS Lightsail for students. Instructors can manage instance states to allocate resources efficiently across classes, ensuring availability during lab sessions and shutting down instances afterward to control expenses.
A startup deploys its minimum viable product on AWS Lightsail. Founders use this skill to monitor and control instances directly, enabling quick responses to performance issues or scaling needs without complex infrastructure management.
IT service providers offer AWS instance management as part of subscription packages. They use this skill to automate routine tasks like rebooting or stopping instances for clients, reducing manual effort and improving service reliability.
Companies integrate this skill into their existing DevOps pipelines to streamline cloud resource management. It helps automate instance control in CI/CD workflows, enhancing deployment efficiency and reducing operational overhead.
Consultants and trainers use this skill to demonstrate AWS management basics in workshops or courses. It serves as a hands-on tool for teaching cloud operations, attracting clients seeking practical skills development.
💬 Integration Tip
Ensure AWS CLI is installed and credentials are properly configured with environment variables like AWS_REGION and ALLOWED_INSTANCES to avoid permission errors during operations.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Command-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.
Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.
A modern text-based browser. Renders web pages in the terminal using headless Firefox.
Write robust, portable shell scripts. Use when parsing arguments, handling errors properly, writing POSIX-compatible scripts, managing temp files, running commands in parallel, managing background processes, or adding --help to scripts.
NotebookLM CLI wrapper via `node {baseDir}/scripts/notebooklm.mjs`. Use for auth, notebooks, chat, sources, notes, sharing, research, and artifact generation/download.