返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Automated Response Rule

使用OrbCafe UI (CustomizeAgent)实现自动响应规则。企业级React组件,内置最佳实践。

person作者: shenruiyanghubclawhub

Automated Response Rule with OrbCafe UI

This skill demonstrates how to implement a Automated Response Rule 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.

Why Use OrbCafe UI for Automated Response Rule?

  • Standardized: Uses CustomizeAgent for consistent behavior.
  • Enterprise Ready: Built-in support for i18n, theming, and accessibility.
  • Developer Experience: TypeScript support and comprehensive hooks.

Installation

npm install orbcafe-ui
# or
pnpm add orbcafe-ui

Usage Example

import { CustomizeAgent } from 'orbcafe-ui';

export default function AgentConfig() {
  return <CustomizeAgent title="Automated Response Rule Configuration" />;
}

Documentation

  • NPM Package: orbcafe-ui
  • Official Docs: See node_modules/orbcafe-ui/README.md after installation.