← Back to Skills Marketplace
shenruiyang

Agent Workflow Builder

by SHENRUIYANG · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
340
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install agent-workflow-builder
Description
Implement Agent Workflow Builder using OrbCafe UI (CustomizeAgent). Enterprise-grade React component with built-in best practices.
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-workflow-builder
  3. After installation, invoke the skill by name or use /agent-workflow-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug agent-workflow-builder
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Agent Workflow Builder?

Implement Agent Workflow Builder using OrbCafe UI (CustomizeAgent). Enterprise-grade React component with built-in best practices. It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.

How do I install Agent Workflow Builder?

Run "/install agent-workflow-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Workflow Builder free?

Yes, Agent Workflow Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Workflow Builder support?

Agent Workflow Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Workflow Builder?

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

💬 Comments