A complete, drop-in React component for building sophisticated AI agent interfaces with human-in-the-loop capabilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-ui
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-ui using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a comprehensive UI solution for developers looking to integrate AI agents into React and Next.js applications. By leveraging Openclaw Skills, developers can quickly deploy a component that handles complex agentic workflows, including real-time streaming, tool approvals, and declarative JSON widgets without needing to build custom backend logic. The Agent UI component acts as a high-level abstraction over the inference runtime, allowing you to focus on the user experience rather than the underlying agent protocol. It is specifically designed to work with Openclaw Skills to streamline the development of SaaS copilots and AI assistants.
First, add the component via shadcn:
npx shadcn@latest add https://ui.inference.sh/r/agent.json
Install the necessary SDK for the proxy:
npm install @inferencesh/sdk
Configure your .env.local:
INFERENCE_API_KEY=inf_...
Add your Next.js API route to handle requests:
// app/api/inference/proxy/route.ts
import { route } from '@inferencesh/sdk/proxy/nextjs';
export const { GET, POST, PUT } = route;
The component manages data through a configuration object and environment variables.
| Key | Type | Description |
|---|---|---|
| proxyUrl | string | The endpoint for the API proxy route. |
| agentConfig | object | Contains core_app reference, description, and system prompt. |
| tools | object | Scoped tools for client-side interaction. |
| allowFiles | boolean | Toggle for file upload capabilities. |
| allowImages | boolean | Toggle for image processing. |
Loading
A specialized skill designed to delegate mobile application development tasks and feature requests to an enterprise-grade asynchronous backend.

Enable AI agents to convert cryptocurrency into fiat currency and transfer it directly to traditional bank accounts via the Spritz API.

A specialized Linux utility for programmatic mouse control via the host gateway using a ydotool wrapper.

Bankr is an AI-powered crypto trading agent and LLM gateway that allows users to manage DeFi operations and access multiple AI models using natural language.

A comprehensive framework for building, scheduling, and monitoring automated AI pipelines using the inference.sh CLI.

A powerful tool for generating audio-driven AI avatars and lipsync videos using professional-grade models via the inference.sh CLI.








































