testy-claw
v1.0.4
Published
An AI-powered CLI agent with Telegram support
Readme
Testy-Claw
An AI-powered CLI agent with Telegram support. Build, test, and manage your projects from the terminal.
Install
npm install -g testy-clawSetup
Testy-Claw needs API keys to work. Create a .env file in your project directory:
# Required
OPENROUTER_API_KEY=your_openrouter_api_key
# Optional — changes the AI model used (defaults to openrouter/auto)
OPENROUTER_DEFAULT_MODEL=openrouter/auto
# Required only for Telegram mode
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
TELEGRAM_OWNER_ID=your_telegram_user_id
# Optional — enables web search in plan mode
FIRECRAWL_API_KEY=your_firecrawl_api_keyWhere to get the keys
| Key | Get it from |
|---|---|
| OPENROUTER_API_KEY | openrouter.ai/keys |
| TELEGRAM_BOT_TOKEN | @BotFather on Telegram |
| TELEGRAM_OWNER_ID | @userinfobot on Telegram |
| FIRECRAWL_API_KEY | firecrawl.dev |
Usage
Testy-Claw wakeupPick between CLI mode or Telegram mode and let the agent do the work.
Commands
| Command | Description |
|---|---|
| Testy-Claw wakeup | Start the agent and pick a mode |
| Testy-Claw agent [path] | Run the agent directly on a codebase |
Update
npm update -g testy-clawRequirements
- Windows x64
