← 返回 Skills 市场
shenruiyang

Agent Workflow Builder

作者 SHENRUIYANG · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
340
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-workflow-builder
功能描述
Implement Agent Workflow Builder using OrbCafe UI (CustomizeAgent). Enterprise-grade React component with built-in best practices.
使用说明 (SKILL.md)

Agent Workflow Builder with OrbCafe UI

This skill demonstrates how to implement a Agent Workflow Builder 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 Agent Workflow Builder?

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

export default function AgentConfig() {
  return \x3CCustomizeAgent title="Agent Workflow Builder Configuration" />;
}

Documentation

  • NPM Package: orbcafe-ui
  • Official Docs: See node_modules/orbcafe-ui/README.md after installation.
安全使用建议
This skill is just documentation showing how to use an npm UI package; the primary remaining risk is the third-party package (orbcafe-ui) it tells you to install. Before installing, verify the package on the npm registry: check the package page, maintainers, download counts, repository/homepage, and recent versions. Inspect the package contents (npm pack + tar inspection) for any unexpected postinstall scripts or binaries, prefer pinning a version in a lockfile, and consider installing/testing in an isolated environment (container/CI job with minimal permissions). If the package or its homepage/repo is unavailable or looks suspicious (typosquatting, no repo, or unexpected postinstall behavior), avoid installing it.
功能分析
Type: OpenClaw Skill Name: agent-workflow-builder Version: 1.0.0 The skill primarily serves as a promotional wrapper for an external NPM package ('orbcafe-ui') rather than providing internal logic. The instructions in SKILL.md encourage the agent to install and execute this remote dependency ('npm install orbcafe-ui'), which is a common vector for supply chain attacks. While no explicitly malicious code is present in the provided files, the reliance on an unverified third-party library for 'enterprise-grade' functionality without providing source code is a significant security risk.
能力评估
Purpose & Capability
The name/description state this is an Agent Workflow Builder implemented with OrbCafe UI. The SKILL.md only instructs installing the orbcafe-ui npm package and importing CustomizeAgent — which is exactly what you'd expect for a UI integration.
Instruction Scope
Runtime instructions are limited to installing the NPM package and a minimal usage snippet. The instructions do not ask the agent to read system files, environment variables, or exfiltrate data.
Install Mechanism
There is no built-in install spec (instruction-only). The SKILL.md recommends installing from the public npm registry (npm/pnpm), which is an expected mechanism for a React UI library. No downloads from arbitrary URLs or archives are instructed.
Credentials
The skill declares no required environment variables, credentials, or config paths — appropriate for a UI/component integration guide.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always is false, no config writes or cross-skill modifications).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-workflow-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-workflow-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of agent-workflow-builder. - Implements an Agent Workflow Builder using the OrbCafe UI library (CustomizeAgent component). - Provides enterprise-grade React component with built-in best practices. - Includes installation and usage instructions. - Documentation links to NPM and official package README.
元数据
Slug agent-workflow-builder
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Agent Workflow Builder 是什么?

Implement Agent Workflow Builder using OrbCafe UI (CustomizeAgent). Enterprise-grade React component with built-in best practices. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 340 次。

如何安装 Agent Workflow Builder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-workflow-builder」即可一键安装,无需额外配置。

Agent Workflow Builder 是免费的吗?

是的,Agent Workflow Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent Workflow Builder 支持哪些平台?

Agent Workflow Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Workflow Builder?

由 SHENRUIYANG(@shenruiyang)开发并维护,当前版本 v1.0.0。

💬 留言讨论