← Back to Skills Marketplace
shenruiyang

Analytics Platform Base

by SHENRUIYANG · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
250
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install analytics-platform-base
Description
Implement Analytics Platform Base using OrbCafe UI (CAppPageLayout). Enterprise-grade React component with built-in best practices.
README (SKILL.md)

Analytics Platform Base with OrbCafe UI

This skill demonstrates how to implement a Analytics Platform Base 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 Analytics Platform Base?

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

export default function Page() {
  return \x3CCAppPageLayout appTitle="Analytics Platform Base" menuData={[]} />;
}

Documentation

  • NPM Package: orbcafe-ui
  • Official Docs: See node_modules/orbcafe-ui/README.md after installation.
Usage Guidance
This skill is an instructional snippet that tells you to install the orbcafe-ui npm package and shows example usage. Before installing the package into a project or build system: (1) verify the package's repository and publisher on npm, (2) review the package.json for postinstall scripts or unexpected dependencies, (3) pin a specific version and use a lockfile, (4) run npm audit / vulnerability scans and consider installing in an isolated environment, and (5) check license and maintenance status. The skill itself does not request secrets or perform privileged actions, but installing third-party npm packages always carries the usual supply-chain risks.
Capability Analysis
Type: OpenClaw Skill Name: analytics-platform-base Version: 1.0.0 The skill bundle promotes the installation of an obscure third-party NPM package ('orbcafe-ui') and specifically instructs the AI agent to read further documentation from within the 'node_modules' directory after installation (SKILL.md). This pattern is a known vector for supply-chain attacks and indirect prompt injection, as it allows the execution of instructions or code hosted externally that were not present during the initial security review.
Capability Assessment
Purpose & Capability
The name/description ask for implementing an Analytics Platform Base with OrbCafe UI; the SKILL.md provides exactly that guidance (installation command and usage example). There are no unrelated requirements (no env vars, binaries, or config paths).
Instruction Scope
Runtime instructions are limited to installing the orbcafe-ui npm package and showing a TypeScript example using CAppPageLayout. The document does not instruct reading arbitrary files, exfiltrating data, or accessing unrelated system state.
Install Mechanism
The skill itself has no install spec (lowest risk) but tells the user to run npm/pnpm to install orbcafe-ui. This is coherent for a UI library, but installing any third-party npm package can execute package scripts (postinstall), so users should vet the package source before installing into sensitive environments.
Credentials
No environment variables, credentials, or config paths are requested. The absence of secrets or unrelated credentials is proportionate to the stated purpose.
Persistence & Privilege
The skill is not always-enabled, does not request persistent agent privileges, and contains no instructions to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install analytics-platform-base
  3. After installation, invoke the skill by name or use /analytics-platform-base
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of analytics-platform-base skill. - Implements enterprise-grade Analytics Platform Base using OrbCafe UI's CAppPageLayout component. - Provides standardized layout, built-in best practices, and easy integration for React & Next.js apps. - Includes usage example and installation instructions.
Metadata
Slug analytics-platform-base
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Analytics Platform Base?

Implement Analytics Platform Base using OrbCafe UI (CAppPageLayout). Enterprise-grade React component with built-in best practices. It is an AI Agent Skill for Claude Code / OpenClaw, with 250 downloads so far.

How do I install Analytics Platform Base?

Run "/install analytics-platform-base" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Analytics Platform Base free?

Yes, Analytics Platform Base is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Analytics Platform Base support?

Analytics Platform Base is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Analytics Platform Base?

It is built and maintained by SHENRUIYANG (@shenruiyang); the current version is v1.0.0.

💬 Comments