← 返回 Skills 市场
46
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-team-workflow-automation
功能描述
193 AI Expert Agents for OpenClaw. Engineering, Design, Marketing, Product, and China Market specialists. Triggers: agency agents, AI experts, expert roles,...
使用说明 (SKILL.md)
Agency Agents — 193 个 AI 专家角色库
功能说明
为 OpenClaw 引入 193 个即插即用的 AI 专家角色,覆盖工程、设计、营销、产品、游戏、安全、金融等 18 个部门。每个智能体都有独立的人设、专业流程和可交付成果。
智能体分类
🛠️ Engineering (45 个)
| 智能体 | 功能 | 触发词 |
|---|---|---|
| Security Engineer | 按 OWASP Top 10 审查代码 | 安全审查、代码审计 |
| DevOps Engineer | CI/CD、Docker、K8s 配置 | 部署、CI/CD、容器化 |
| Frontend Expert | React/Vue/Angular 最佳实践 | 前端、React、组件 |
| Backend Expert | API 设计、数据库优化 | 后端、API、数据库 |
| ML Engineer | 机器学习模型训练部署 | 机器学习、模型、训练 |
🎨 Design (18 个)
| 智能体 | 功能 | 触发词 |
|---|---|---|
| UX Designer | 用户体验设计、用户研究 | UX、用户体验、交互设计 |
| UI Designer | 视觉设计、设计规范 | UI、视觉、设计系统 |
| Brand Strategist | 品牌定位、视觉识别 | 品牌、logo、vi 设计 |
📈 Marketing (25 个)
| 智能体 | 功能 | 触发词 |
|---|---|---|
| SEO Specialist | SEO 优化、关键词研究 | SEO、搜索排名、关键词 |
| Content Strategist | 内容策略、编辑日历 | 内容策略、选题、日历 |
| Social Media Manager | 社交媒体运营、活动策划 | 社交媒体、活动、运营 |
🇨🇳 China Market (46 个原创)
| 智能体 | 功能 | 触发词 |
|---|---|---|
| 小红书运营专家 | 种草笔记、达人合作 | 小红书、种草、笔记 |
| 抖音投放专家 | 信息流广告、DOU+ 投放 | 抖音、投放、信息流 |
| 微信生态专家 | 公众号、小程序、视频号 | 微信、公众号、小程序 |
| B 站 UP 主顾问 | 视频策划、粉丝运营 | B 站、视频、up 主 |
| 跨境电商专家 | 亚马逊、Shopee、独立站 | 跨境电商、亚马逊、shopify |
| 飞书协作专家 | 飞书多维表格、自动化 | 飞书、协作、多维表格 |
| 钉钉开发专家 | 钉钉小程序、机器人 | 钉钉、小程序、机器人 |
🎮 Gaming (12 个)
| 智能体 | 功能 | 触发词 |
|---|---|---|
| Game Designer | 游戏机制、关卡设计 | 游戏设计、关卡、机制 |
| Unity Developer | Unity C# 开发、优化 | Unity、C#、游戏开发 |
| Unreal Developer | Unreal Engine 蓝图、C++ | Unreal、UE5、蓝图 |
💼 Business (22 个)
| 智能体 | 功能 | 触发词 |
|---|---|---|
| Product Manager | 产品规划、需求文档 | 产品、PRD、需求 |
| Growth Hacker | 增长策略、A/B 测试 | 增长、a/b 测试、转化 |
| Data Analyst | 数据分析、可视化 | 数据分析、图表、洞察 |
| Financial Analyst | 财务分析、投资评估 | 财务、投资、估值 |
使用方法
1. 安装 agency-agents
# 克隆仓库
git clone https://github.com/jnMetaCode/agency-agents-zh.git
# 安装到 OpenClaw
cd agency-agents-zh
./scripts/install.sh --tool openclaw
2. 激活智能体
用户:激活安全工程师,审查这段代码
3. 多智能体协作
用户:创建一个新功能,需要产品经理、设计师、开发工程师协作
输出:
- 产品经理:需求分析和 PRD
- 设计师:UI/UX 设计方案
- 工程师:技术实现方案
智能体文件格式
每个智能体包含:
# 智能体名称
## 身份定义
- 角色:[明确的专业身份]
- 经验:[年限和背景]
- 专长:[核心技能领域]
## 关键规则
1. [必须遵守的原则]
2. [工作流程要求]
3. [交付物标准]
## 工作流程
1. [第一步:输入分析]
2. [第二步:专业处理]
3. [第三步:输出交付]
## 交付物
- [具体的输出格式和内容要求]
与普通提示词的区别
| 普通提示词 | Agency Agents |
|---|---|
| "你是一个专家" | 明确定义专家怎么思考、怎么做事 |
| 通用建议 | 专业流程和可交付成果 |
| 单次使用 | 可重复激活的持久角色 |
| 孤立工作 | 支持多智能体协作 |
多智能体编排
使用 Agency Orchestrator 定义工作流:
# workflow.yaml
agents:
- role: product-manager
output: prd
- role: ux-designer
input: prd
output: wireframes
- role: frontend-developer
input: [prd, wireframes]
output: implementation
execution:
mode: sequential # 或 parallel
model: claude-sonnet-4
npx agency-orchestrator run workflow.yaml --input "创建一个电商首页"
支持的 AI 工具
| 工具 | 支持状态 | 安装命令 |
|---|---|---|
| OpenClaw ⭐ | ✅ 原生支持 | ./install.sh --tool openclaw |
| Claude Code | ✅ 原生支持 | ./install.sh --tool claude-code |
| GitHub Copilot | ✅ 原生支持 | ./install.sh --tool copilot |
| Cursor | ✅ 支持 | ./install.sh --tool cursor |
| Hermes Agent | ✅ 支持 | ./install.sh --tool hermes |
| More... | 12 种工具 | 见安装脚本 |
热门智能体 TOP 10
- Security Engineer - 代码安全审查
- Product Manager - 产品规划和 PRD
- UX Designer - 用户体验设计
- Frontend Expert - React/Vue开发
- DevOps Engineer - CI/CD和容器化
- SEO Specialist - 搜索引擎优化
- Content Strategist - 内容策略
- Data Analyst - 数据分析
- Growth Hacker - 增长黑客
- 小红书运营专家 - 小红书种草
中国市场特色智能体
平台运营类
- 小红书运营专家
- 抖音投放专家
- 微信生态专家
- B 站 UP 主顾问
- 快手运营专家
- 知乎内容专家
跨境电商类
- 亚马逊运营专家
- Shopee 运营专家
- 独立站运营专家
- TikTok Shop 专家
本地化类
- 政务 ToG 专家
- 医疗合规专家
- 教育行业专家
- 金融行业专家
相关文件
触发词
- 自动:检测智能体、专家、角色相关关键词
- 手动:/agency-agents, /experts, /agents
- 短语:激活专家、用智能体、多智能体协作
Usage
- Install the skill
- Configure as needed
- Run with OpenClaw
安全使用建议
This skill appears benign as submitted because it contains only documentation and role descriptions, not executable code. If you choose to use the external GitHub setup commands, review the repository and install script first, because those files were not included in this scan and may modify your AI-tool configuration.
功能分析
Type: OpenClaw Skill
Name: skylv-team-workflow-automation
Version: 1.0.0
The skill bundle contains instructions in SKILL.md that direct the AI agent to clone an external GitHub repository (github.com/jnMetaCode/agency-agents-zh) and execute a shell script (install.sh). This pattern facilitates a supply chain risk by encouraging the agent to download and run unverified remote code on the host system. While no explicitly malicious payload is present in the provided files, the instruction for the agent to perform a 'git clone' followed by script execution is a high-risk behavior that could be used for remote code execution.
能力评估
Purpose & Capability
The stated purpose is a library of 193 expert-agent roles, but the submitted package contains only SKILL.md and appears to rely on an external GitHub repository for the full role set and tooling.
Instruction Scope
The instructions describe activating expert roles and multi-agent workflows, which is aligned with the stated purpose, but users should treat these as role prompts rather than independently verified expert systems.
Install Mechanism
There is no registry install spec or included code, but SKILL.md tells users to clone a GitHub repository and run an install script; this is user-directed but outside the reviewed artifact set.
Credentials
No environment variables, credentials, binaries, or local file permissions are declared for this package. The external install commands may modify OpenClaw or other AI-tool configurations if the user runs them.
Persistence & Privilege
The skill discusses reusable or persistent role activation and multi-agent orchestration, but the provided artifacts do not show background execution, privilege escalation, credential use, or autonomous persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skylv-team-workflow-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/skylv-team-workflow-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Introduced "agency-agents": a library of 193 plug-and-play AI expert roles for OpenClaw, covering engineering, design, marketing, product management, and China market specialties.
- Features detailed role definitions, professional workflows, and specific deliverables for each agent across 18 departments.
- Supports multi-agent collaboration and workflow orchestration using YAML and Agency Orchestrator.
- Native integration with multiple AI tools, including OpenClaw, Claude Code, Copilot, Cursor, Hermes Agent, and more.
- Includes broad China market support, with specialists for platforms like 小红书, 抖音, 微信, B 站, and cross-border e-commerce.
- Provides clear installation, activation, and usage instructions for seamless setup and operation.
元数据
常见问题
Skylv Team Workflow Automation 是什么?
193 AI Expert Agents for OpenClaw. Engineering, Design, Marketing, Product, and China Market specialists. Triggers: agency agents, AI experts, expert roles,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。
如何安装 Skylv Team Workflow Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-team-workflow-automation」即可一键安装,无需额外配置。
Skylv Team Workflow Automation 是免费的吗?
是的,Skylv Team Workflow Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skylv Team Workflow Automation 支持哪些平台?
Skylv Team Workflow Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skylv Team Workflow Automation?
由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。
推荐 Skills