awb

Run Agent Workbench interactive UI components from Claude or the CLI.

13|2|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/lobu-ai/agent-workbench --skill awb-lobu-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awb
Source: https://github.com/lobu-ai/agent-workbench/tree/main/skills/awb
Command: npx skills add https://github.com/lobu-ai/agent-workbench --skill awb-lobu-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a way to run interactive UI components for Agent Workbench, allowing users to confirm actions, provide input, or view rich content directly within the Claude environment.

Core Features & Use Cases

  • Interactive Components: Supports confirm, checklist, ask, code, table, markdown, html, and plan-viewer.
  • Non-blocking Interactions: Allows Claude to continue working while waiting for user input.
  • Use Case: When Claude needs to confirm a deployment, it can present a confirm component with a title and prompt, and then wait for the user's response via awb wait <id>.

Quick Start

Use the awb skill to run a confirmation dialog with the title "Deploy" and prompt "Deploy to production?".

Frequently Asked Questions about awb

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

FAQPage Schema
How do I request user confirmation for a deployment from a CLI agent?

You can request user confirmation for a deployment by running a confirm component with a title and prompt, then waiting for the user response via the awb CLI tool to pause agent execution.

Can I display rich content like tables and markdown directly within Claude?

Yes, you can display rich content like tables and markdown directly within Claude by executing interactive UI components through the awb CLI tool to render the content.

How does the Agent Workbench UI handle non-blocking interactions while waiting for input?

The Agent Workbench UI handles non-blocking interactions by allowing Claude to continue working in the background while waiting for the user to provide input or confirmations through the awb wait command.

What interactive UI components are available for Claude agents?

Available interactive UI components for Claude agents include confirm, checklist, ask, code, table, markdown, html, and plan-viewer, facilitating user inputs and rich content displays.

Do I need to install the awb CLI tool separately to use interactive UI components?

Yes, you need to install the awb CLI tool separately and ensure it is accessible in your environment to successfully execute interactive UI components from within Claude.

When should I use interactive UI components instead of standard text prompts?

You should use interactive UI components instead of standard text prompts when Claude needs to present structured data like checklists, tables, or code blocks, or requires explicit user confirmations.