Agent Yes banner
snomiao snomiao

Agent Yes

AI community

Description

Run AI coding agents (Claude, Codex, Gemini …) unattended — auto-answer prompts, auto-retry on rate limits, and list/tail/steer every agent locally or from agent-yes.com

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agent-Yes! for Claude/Codex/Cursor/Copilot/Qwen/Auggie

A wrapper tool that automates interactions with various AI CLI tools by automatically handling common prompts and responses. Originally designed for Claude CLI, now supports multiple AI coding assistants. Rewritten in Rust for improved performance and reliability.

⚠️ **Important Security Warning**: Only run this on trusted repositories. This tool automatically responds to prompts and can execute commands without user confirmation. Be aware of potential prompt injection attacks where malicious code or instructions could be embedded in files or user inputs to manipulate the automated responses.

Install

One-liner (installs Bun if needed, then the `ay` / `cy` / `claude-yes` … CLIs):

# macOS / Linux
curl -fsSL https://agent-yes.com/setup.sh | sh
# Windows (works in both PowerShell and cmd)
powershell -c "irm https://agent-yes.com/setup.ps1 | iex"

Or with a package manager you already have:

bun add -g agent-yes      # or: npm install -g agent-yes

Then: `ay claude` (run an agent with auto-yes) · `ay serve --share` (web console + shareable link) · live console at https://agent-yes.com

`ay` on its own prints the command list — `ay` **is** agent-yes, the fleet manager, so starting an agent names a CLI (`ay claude`, `ay codex`, …). `cy` remains the one-word shortcut that launches claude with no arguments.

For the local web console, install [Portless](https://portless.sh/) once with `npm install -g portless`, then run `ay serve`. It assigns a free internal port and serves the console at `https://agent-yes.localhost/`. `ay serve --port N` remains available for a fixed-port API listener.

Features

  • Multi-CLI Support: Works with Claude, Codex, Copilot, and Cursor CLI tools
  • Auto-Response: Automatically responds to common prompts like "Yes, proceed" and "Yes"
  • Continuous Operation: Keeps the AI assistant running until your task is done, waiting for you