Api Usage Metrics

Implement API Usage Metrics using OrbCafe UI (CStandardPage). Enterprise-grade React component with built-in best practices.

Audits

Pass

Install

openclaw skills install api-usage-metrics

API Usage Metrics with OrbCafe UI

This 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.

Why Use OrbCafe UI for API Usage Metrics?

  • Standardized: Uses CStandardPage 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 { CStandardPage } from 'orbcafe-ui';

export default function ReportPage() {
  return <CStandardPage title="API Usage Metrics" />;
}

Documentation

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