Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Botool AgentNew to Visual Studio Code? Get it now.
Botool Agent

Botool Agent

Botool

|
1 install
| (1) | Free
AI-powered autonomous development agent with visual SOP workflow
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BotoolAgent for VS Code

AI-powered autonomous development agent with a visual 5-stage SOP workflow.

What is BotoolAgent?

BotoolAgent turns natural language into working software. Describe what you want to build, and BotoolAgent handles the rest — from requirements to code to testing to deployment.

Built for non-developers: business analysts, domain experts, and project managers can create tools without writing code.

Features

Visual SOP Workflow

BotoolAgent guides you through 5 stages:

  1. PRD Writing — Describe your idea through guided Q&A
  2. Task Planning — Automatically break down requirements into development tasks
  3. Auto Development — AI agents write the code autonomously
  4. Auto Testing — 4-layer automated verification pipeline
  5. Merge & Deploy — Code review and merge to your repository

VS Code Integration

  • Viewer Tab — Full workflow UI embedded as a VS Code tab
  • Sidebar — Quick access to projects and actions
  • File Bridge — Click files in Viewer to open them in the editor
  • Terminal Bridge — Run commands directly from the Viewer
  • Environment Check — Automatic dependency detection

Requirements

  • Node.js 20+
  • Claude CLI — Install with npm install -g @anthropic-ai/claude-code
  • Claude Subscription — Required for AI agent capabilities

Getting Started

  1. Install this extension from the VS Code Marketplace
  2. Open your project in VS Code
  3. Press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux)
  4. Type "BotoolAgent: Open Viewer"
  5. Follow the guided workflow

Commands

Command Description
BotoolAgent: Open Viewer Launch the Viewer workflow UI
BotoolAgent: Stop Viewer Server Stop the background server
BotoolAgent: Check Environment Verify Node.js and Claude CLI
BotoolAgent: Install/Update Skills Reinstall Claude CLI skills

Settings

Setting Default Description
botoolagent.port 3100 Viewer server port
botoolagent.autoStart false Auto-start Viewer when VS Code opens

How It Works

The extension bundles a pre-built Viewer server and Claude CLI skills. When you open the Viewer:

  1. A local Next.js server starts on the configured port
  2. The Viewer UI loads in a VS Code Webview tab
  3. Claude CLI skills are automatically registered in ~/.claude/skills/
  4. AI agents use Claude CLI to execute development tasks in your workspace

Your code stays local. BotoolAgent orchestrates AI agents that work directly in your repository.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft