← 返回 Skills 市场
Analytics Platform Base
作者
SHENRUIYANG
· GitHub ↗
· v1.0.0
· MIT-0
250
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install analytics-platform-base
功能描述
Implement Analytics Platform Base using OrbCafe UI (CAppPageLayout). Enterprise-grade React component with built-in best practices.
使用说明 (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
CAppPageLayoutfor 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.mdafter installation.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install analytics-platform-base - 安装完成后,直接呼叫该 Skill 的名称或使用
/analytics-platform-base触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Analytics Platform Base 是什么?
Implement Analytics Platform Base using OrbCafe UI (CAppPageLayout). Enterprise-grade React component with built-in best practices. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 250 次。
如何安装 Analytics Platform Base?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install analytics-platform-base」即可一键安装,无需额外配置。
Analytics Platform Base 是免费的吗?
是的,Analytics Platform Base 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Analytics Platform Base 支持哪些平台?
Analytics Platform Base 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Analytics Platform Base?
由 SHENRUIYANG(@shenruiyang)开发并维护,当前版本 v1.0.0。
推荐 Skills