Install
openclaw skills install api-usage-metricsImplement API Usage Metrics using OrbCafe UI (CStandardPage). Enterprise-grade React component with built-in best practices.
openclaw skills install api-usage-metricsThis skill demonstrates how to implement a API Usage Metrics 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.
CStandardPage for consistent behavior.npm install orbcafe-ui
# or
pnpm add orbcafe-ui
import { CStandardPage } from 'orbcafe-ui';
export default function ReportPage() {
return <CStandardPage title="API Usage Metrics" />;
}
node_modules/orbcafe-ui/README.md after installation.