bouncer-exec

Execute AWS CLI commands with Telegram approval for sensitive operations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/qwer2003tw/bouncer --skill bouncer-exec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bouncer-exec
Source: https://github.com/qwer2003tw/bouncer/tree/main/skills/bouncer-exec
Command: npx skills add https://github.com/qwer2003tw/bouncer --skill bouncer-exec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for the secure execution of AWS CLI commands by integrating with the Bouncer approval system, ensuring that potentially dangerous commands are reviewed before execution.

Core Features & Use Cases

  • Secure Command Execution: Run AWS CLI commands with an added layer of security through Telegram approval for sensitive operations.
  • Clean Output: Provides command results without unnecessary JSON wrappers.
  • Use Case: When you need to start an EC2 instance, you can use this Skill, which will prompt for approval via Telegram before executing the aws ec2 start-instances command.

Quick Start

Use the bouncer-exec skill to execute the aws s3 ls command with the reason 'check S3 buckets'.

Frequently Asked Questions about bouncer-exec

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce approval workflows for sensitive AWS CLI commands?

You can enforce approval workflows for AWS CLI commands by using a system that classifies operations, applies safelisting, and routes sensitive executions through a Telegram approval process before returning clean output.

What is command safelisting in AWS environments?

Command safelisting in AWS environments is a security mechanism that categorizes CLI commands into safe and sensitive tiers, automatically executing safe commands while routing potentially dangerous operations to an external approval workflow.

How do I execute AWS commands with an added layer of security?

To execute AWS commands securely, you route operations through an approval system that intercepts sensitive CLI calls, prompts a reviewer via Telegram, and processes the command only after receiving explicit approval.

Can I use Telegram to approve sensitive AWS CLI operations?

Yes, you can use Telegram to approve sensitive AWS CLI operations by integrating an execution system that sends approval requests to a designated chat, holding the command until it is explicitly authorized or rejected.

Does the Bouncer system return raw JSON output for AWS commands?

No, the Bouncer system does not return raw JSON output; it processes AWS CLI results to provide clean, unwrapped command output directly to the user after the approval workflow is completed.

When do I need an approval workflow for AWS command execution?

You need an approval workflow for AWS command execution when operating in environments requiring strict control and auditability, ensuring that sensitive actions like starting EC2 instances are reviewed before execution.