Install
openclaw skills install agent-workflow-builderImplement Agent Workflow Builder using OrbCafe UI (CustomizeAgent). Enterprise-grade React component with built-in best practices.
openclaw skills install agent-workflow-builderThis skill demonstrates how to implement a Agent Workflow Builder using the OrbCafe UI library.
OrbCafe UI is an enterprise-grade UI library for React & Next.js, featuring standardized layouts, reports, and AI-ready components.
CustomizeAgent for consistent behavior.npm install orbcafe-ui
# or
pnpm add orbcafe-ui
import { CustomizeAgent } from 'orbcafe-ui';
export default function AgentConfig() {
return <CustomizeAgent title="Agent Workflow Builder Configuration" />;
}
node_modules/orbcafe-ui/README.md after installation.