KS
Killer-Skills

awb — how to use awb how to use awb, awb setup guide, awb vs Claude Code, awb install, what is awb, awb alternative, awb run command, awb wait function, awb interactive development environment

v1.0.0
GitHub

About this Skill

Perfect for Claude Code Developers needing an interactive development environment for efficient component testing and validation. awb is an interactive development environment for Claude Code, enabling developers to create and test AI agent components using commands like awb run and awb wait.

Features

Runs interactive components like confirm, checklist, and ask
Supports display components such as code, table, markdown, plan-viewer, and html
Requires --title for every awb run command
Utilizes awb wait to read JSON responses
Provides help documentation with awb run --help

# Core Topics

termos-dev termos-dev
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add termos-dev/agent-workbench/awb

Agent Capability Analysis

The awb MCP Server by termos-dev is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use awb, awb setup guide, awb vs Claude Code.

Ideal Agent Persona

Perfect for Claude Code Developers needing an interactive development environment for efficient component testing and validation.

Core Value

Empowers agents to run and test components efficiently using awb's interactive UI, supporting various components such as confirm, checklist, and code display, all while utilizing JSON responses for seamless integration.

Capabilities Granted for awb MCP Server

Debugging components with awb run and awb wait
Testing interactive components like confirm and checklist
Displaying code and markdown components for development feedback

! Prerequisites & Limits

  • Requires --title for every awb run
  • Must call awb wait for JSON response
  • Specific to Claude Code development environment
Project
SKILL.md
2.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Agent Workbench (awb)

Quick Start

  1. Ensure the user has the playground open with awb ui.
  2. Run a component with awb run --title "..." <component> [args].
  3. Always call awb wait <id> and read the JSON response.

Components

Interactive: confirm, checklist, ask Display: code, table, markdown, plan-viewer, html

Essential Rules

  • Require --title for every awb run.
  • Run awb run --help before using a component you are unsure about.
  • If awb is not on PATH, ask the user to install or run the local CLI.

Interactive Runs (Always wait)

awb run returns immediately with an ID. Always call awb wait <id> to get the response.

bash
1ID=$(awb run --title "Q1" confirm --prompt "Approve?") 2awb wait $ID

Fire multiple at once, then wait for each:

bash
1ID1=$(awb run --title "Q1" confirm --prompt "Approve?") 2ID2=$(awb run --title "Q2" checklist --items "A,B,C") 3awb wait $ID1 4awb wait $ID2

Wait Results

awb wait <id> returns JSON with the user's response:

json
1{"confirmed": true} 2{"items": [{"text":"A","checked":true}]} 3{"answers": {"key": "value"}}

Examples

confirm

bash
1awb run --title "Deploy" confirm --prompt "Deploy to production?"

checklist

bash
1awb run --title "Tasks" checklist --items "Build,Test,Deploy"

ask (1-4 questions)

bash
1awb run --title "Name" ask --questions '[{"question":"Your name?","header":"name"}]' 2awb run --title "Pick" ask --questions '[{"question":"Language?","header":"lang","options":[{"label":"TypeScript"},{"label":"Python"}]}]' 3awb run --title "Features" ask --questions '[{"question":"Enable?","header":"feat","multiSelect":true,"options":[{"label":"Auth"},{"label":"API"}]}]'

table

bash
1awb run --title "Data" table --data '[{"name":"Alice","age":30},{"name":"Bob","age":25}]'

code (file only)

bash
1awb run --title "Source" code --file ./src/index.ts

markdown

bash
1awb run --title "Docs" markdown --file ./README.md 2awb run --title "Notes" markdown --content "# Hello\n\nWorld"

html

bash
1awb run --title "Config" html --content '<html>...</html>'

plan-viewer

bash
1awb run --title "Plan" plan-viewer --file ./plan.md

Background Processes with tmux

Use tmux for long-running processes. Run awb --help to see your tmux session name.

bash
1tmux new-session -A -d -s <session-name> 2tmux new-window -t <session-name> -n "dev" "npm run dev" 3tmux capture-pane -t <session-name>:dev -p 4tmux send-keys -t <session-name>:dev "npm test" Enter 5tmux kill-window -t <session-name>:dev

Related Skills

Looking for an alternative to awb or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication