← 返回 Skills 市场
Ai Agent Configurator
作者
SHENRUIYANG
· GitHub ↗
· v1.0.0
· MIT-0
322
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-agent-configurator
功能描述
Implement AI Agent Configurator using OrbCafe UI (CustomizeAgent). Enterprise-grade React component with built-in best practices.
使用说明 (SKILL.md)
AI Agent Configurator with OrbCafe UI
This skill demonstrates how to implement a AI Agent Configurator 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 AI Agent Configurator?
- Standardized: Uses
CustomizeAgentfor 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 \x3CCustomizeAgent title="AI Agent Configurator Configuration" />;
}
Documentation
- NPM Package: orbcafe-ui
- Official Docs: See
node_modules/orbcafe-ui/README.mdafter installation.
安全使用建议
This SKILL.md is a straightforward example that tells you to install the orbcafe-ui npm package and import CustomizeAgent. Before installing the package, verify the orbcafe-ui package reputation and maintainer (check the npm page, GitHub repo, and recent activity), review its package contents or lockfile for unexpected postinstall or native build scripts, and install it in a controlled/dev environment or container if you are unsure. No credentials or special privileges are requested by the skill itself, but npm packages carry supply-chain risk — audit or pin versions as appropriate.
功能分析
Type: OpenClaw Skill
Name: ai-agent-configurator
Version: 1.0.0
The skill bundle instructs the AI agent to install and use an external NPM package named 'orbcafe-ui' (SKILL.md). This presents a significant supply chain risk, as it encourages the agent to fetch and execute unverified third-party code. Furthermore, the instructions direct the agent to consult documentation located within the 'node_modules' directory after installation, a tactic that could be used to bypass initial static analysis by hiding further malicious instructions inside the downloaded package.
能力评估
Purpose & Capability
The name/description (AI Agent Configurator) match the SKILL.md content (shows how to use a CustomizeAgent component from orbcafe-ui). No unexpected capabilities are requested.
Instruction Scope
Instructions are limited to installing the orbcafe-ui package and showing a small React/TSX usage example. They do not instruct reading system files, accessing credentials, or sending data to external endpoints beyond normal package installation.
Install Mechanism
The skill is instruction-only and contains npm install guidance; there is no automated install spec. Installing the suggested npm package pulls code from the public registry (normal for this use case) — users should treat that as a standard supply-chain risk.
Credentials
No environment variables, credentials, or config paths are requested. The declared requirements are minimal and appropriate for a UI component example.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system presence or modify other skills. It is user-invocable and can be run autonomously per platform defaults, which is expected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-agent-configurator - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-agent-configurator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ai-agent-configurator 1.0.0
- Initial release of AI Agent Configurator using OrbCafe UI.
- Enterprise-ready React component for configuring AI agents.
- Features standardized layouts, i18n, theming, accessibility, and TypeScript support.
- Includes example usage and guidance for installation and documentation.
元数据
常见问题
Ai Agent Configurator 是什么?
Implement AI Agent Configurator using OrbCafe UI (CustomizeAgent). Enterprise-grade React component with built-in best practices. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 322 次。
如何安装 Ai Agent Configurator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-agent-configurator」即可一键安装,无需额外配置。
Ai Agent Configurator 是免费的吗?
是的,Ai Agent Configurator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ai Agent Configurator 支持哪些平台?
Ai Agent Configurator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Agent Configurator?
由 SHENRUIYANG(@shenruiyang)开发并维护,当前版本 v1.0.0。
推荐 Skills