← 返回 Skills 市场
Automated Response Rule
作者
SHENRUIYANG
· GitHub ↗
· v1.0.0
· MIT-0
268
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install automated-response-rule
功能描述
Implement Automated Response Rule using OrbCafe UI (CustomizeAgent). Enterprise-grade React component with built-in best practices.
使用说明 (SKILL.md)
Automated Response Rule with OrbCafe UI
This skill demonstrates how to implement a Automated Response Rule 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 Automated Response Rule?
- 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="Automated Response Rule Configuration" />;
}
Documentation
- NPM Package: orbcafe-ui
- Official Docs: See
node_modules/orbcafe-ui/README.mdafter installation.
安全使用建议
This is a simple, instruction-only skill that shows how to install and use the orbcafe-ui CustomizeAgent component. Before installing the npm package yourself, verify the orbcafe-ui package on the npm registry (maintainer, version, downloads, recent changes), inspect its README and package.json for postinstall scripts, pin a specific version in your lockfile, run an audit (npm audit / third-party scanner), and if possible test in a sandbox environment. Because the skill is only documentation and requests no secrets, there is low risk from the skill itself — the main supply-chain risk comes from the npm package you choose to install.
功能分析
Type: OpenClaw Skill
Name: automated-response-rule
Version: 1.0.0
The skill bundle instructs the AI agent to install and use an unverified NPM package 'orbcafe-ui', which is presented as an 'enterprise-grade' library. This pattern is a common vector for supply chain attacks (e.g., dependency confusion or typosquatting), as it encourages the execution of 'npm install' for a non-standard third-party dependency without providing the source code for verification. While no explicit malicious logic is contained within the SKILL.md itself, the promotion of an obscure package as a requirement for 'automated response rules' is highly suspicious.
能力评估
Purpose & Capability
The name/description (implement an Automated Response Rule using OrbCafe UI) matches the SKILL.md content: a short guide and code snippet showing how to install and use the CustomizeAgent component. No unrelated binaries, env vars, or privileges are requested.
Instruction Scope
SKILL.md only instructs to install the orbcafe-ui npm package and shows a small React/TSX usage example. It does not ask the agent to read files, access credentials, or send data to external endpoints beyond the expected npm registry.
Install Mechanism
The skill is instruction-only and has no install spec; it tells users to run npm/pnpm to fetch orbcafe-ui from the public registry. This is normal, but npm package supply-chain risks (malicious/misconfigured packages or harmful postinstall scripts) are a general concern and should be considered before installing any third-party package.
Credentials
No environment variables, credentials, or config paths are required by the skill — this is proportionate to its stated purpose (a UI component usage guide).
Persistence & Privilege
The skill is not always-enabled and does not request persistent or elevated privileges. It is instruction-only and does not modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install automated-response-rule - 安装完成后,直接呼叫该 Skill 的名称或使用
/automated-response-rule触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Automated Response Rule skill using OrbCafe UI.
- Provides enterprise-ready React component (CustomizeAgent) for automated response configuration.
- Includes setup instructions, usage example, and documentation links.
- Features best practices such as i18n, theming, accessibility, and TypeScript support.
元数据
常见问题
Automated Response Rule 是什么?
Implement Automated Response Rule using OrbCafe UI (CustomizeAgent). Enterprise-grade React component with built-in best practices. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 268 次。
如何安装 Automated Response Rule?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install automated-response-rule」即可一键安装,无需额外配置。
Automated Response Rule 是免费的吗?
是的,Automated Response Rule 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Automated Response Rule 支持哪些平台?
Automated Response Rule 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Automated Response Rule?
由 SHENRUIYANG(@shenruiyang)开发并维护,当前版本 v1.0.0。
推荐 Skills