← 返回 Skills 市场
Ai Agent Builder
作者
yang1002378395-cmyk
· GitHub ↗
· v1.0.52
· MIT-0
1013
总下载
0
收藏
10
当前安装
26
版本数
在 OpenClaw 中安装
/install ai-agent-builder
功能描述
快速构建和部署支持多工具集成与记忆管理的自定义 AI Agent,适用于客服、数据采集和研究自动化。
使用说明 (SKILL.md)
ai-agent-builder
描述
AI Agent 构建器 - 快速搭建自定义 AI Agent。适合:开发者、产品经理、自动化爱好者。
功能
- Agent 模板库
- 工具集成
- 记忆系统
- 多 Agent 协作
- 部署脚本
使用场景
- 客服 Agent - 自动回复
- 数据 Agent - 自动采集
- 研究 Agent - 自动搜索
命令示例
# 创建 Agent
openclaw run ai-agent-builder create --name "客服助手"
# 添加工具
openclaw run ai-agent-builder add-tool --agent "客服助手" --tool search
# 部署
openclaw run ai-agent-builder deploy --agent "客服助手"
输出示例
🤖 AI Agent 构建完成
名称:客服助手
模型:glm-5
工具:搜索、邮件、数据库
配置文件:
```yaml
name: 客服助手
model: glm-5
tools:
- search
- email
- database
memory:
type: conversation
max_tokens: 4000
测试对话: 用户:我的订单到哪了? Agent:请提供您的订单号,我帮您查询。 用户:12345 Agent:您的订单 12345 已发货,预计明天送达。
部署命令:
openclaw agent run 客服助手
## 注意事项
- 定义清晰目标
- 限制 Agent 权限
- 监控 Agent 行为
安全使用建议
This skill appears to be an instruction-only template for creating and deploying agents using the 'openclaw' CLI and is broadly coherent with its description, but take care before using it: 1) The SKILL.md assumes you have the 'openclaw' CLI — verify you have that tool from a trusted source (the skill metadata did not declare this dependency). 2) Integrating email, database, or other tools will require credentials and permissions later; do not provide secrets unless you trust the deployment target and understand what access the agent will get. 3) The skill has no homepage or provenance listed—prefer skills with clear authorship or documentation. 4) Test commands in a sandbox or staging environment first, limit agent permissions, and enable monitoring/alerts for agent actions. If you want to install this, ask the author for a provenance link and explicit list of runtime dependencies and required credentials.
功能分析
Type: OpenClaw Skill
Name: ai-agent-builder
Version: 1.0.52
The skill bundle consists of metadata and documentation (SKILL.md) for an AI agent builder. It contains no executable code, malicious instructions, or suspicious patterns; it provides standard usage examples and security advice such as limiting agent permissions.
能力评估
Purpose & Capability
The SKILL.md describes an AI Agent builder and shows CLI commands (openclaw run ai-agent-builder create/add-tool/deploy) that are coherent with the name and description. However, the skill metadata declares no required binaries even though the runtime instructions assume the presence of the 'openclaw' CLI; that's an omission. The listed tool integrations (search, email, database) make sense for this purpose, but they imply needing external credentials which the skill does not declare.
Instruction Scope
Instructions are limited to example CLI commands and YAML/config samples. They do not instruct reading arbitrary host files, harvesting environment variables, or contacting unexpected external endpoints. The scope is focused on creating/configuring/deploying agents via the openclaw CLI.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill package itself. That is lower risk. However, runtime commands rely on external tooling (openclaw) which is not installed by the skill.
Credentials
The skill declares no required environment variables or credentials. In practice, integrating tools like email or databases will require credentials and permissions at deployment time; the SKILL.md does not document or request them. Monitor for later prompts that ask for secrets and ensure you only provide credentials to trusted systems.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request persistent presence or escalate privileges in the metadata. As an instruction-only skill it does not modify other skills or system settings itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-agent-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-agent-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.52
- No changes detected in this version.
- Functionality and documentation remain unchanged.
v1.0.51
- No changes detected in this version.
- Functionality, documentation, and usage remain the same.
v1.0.50
- No changes detected in this version.
- Skill documentation and features remain unchanged.
v1.0.49
Version 1.0.49 of ai-agent-builder contains no file changes.
- No updates or modifications were made in this version.
v1.0.48
- No file changes detected in this version.
- Functionality, features, and documentation remain unchanged from the previous release.
v1.0.47
- No changes detected in this version.
- The skill documentation and functionality remain unchanged from the previous release.
v1.0.46
Version 1.0.46 of ai-agent-builder
- No code or documentation changes detected in this release.
- Functionality and usage remain unchanged from the previous version.
v1.0.45
- No changes detected in this version.
- The SKILL.md file remains unchanged.
v1.0.44
- No changes detected in this version.
- Functionality, documentation, and features remain the same as the previous release.
v1.0.43
Version 1.0.43 of ai-agent-builder
- No visible changes detected in this version.
- No file modifications or documentation updates were made.
v1.0.42
Version 1.0.42 (ai-agent-builder)
- No file changes detected in this release.
- No new features, fixes, or documentation updates included.
v1.0.41
- No changes detected in this version.
- The SKILL.md file remains unchanged.
- No new features, bug fixes, or updates included.
v1.0.40
- No code or documentation changes detected in this version.
- Functionality and usage remain unchanged from previous versions.
v1.0.39
Version 1.0.39 of ai-agent-builder
- No file changes detected in this version.
- No new features, fixes, or documentation updates introduced.
v1.0.38
Version 1.0.38
- No file changes detected for this release.
- Functionality and documentation remain unchanged from the previous version.
v1.0.37
Version 1.0.37
- No changes detected in files or documentation.
- Functionality and documentation remain the same as the previous version.
v1.0.36
- No file changes detected in this version.
- No updates or modifications introduced.
v1.0.35
No changes detected in this version.
- No file or documentation updates were made in this release.
v1.0.34
- No changes detected in this version; content remains the same as previous release.
v1.0.32
- No changes detected in this version.
- Functionality, usage, and documentation remain the same.
元数据
常见问题
Ai Agent Builder 是什么?
快速构建和部署支持多工具集成与记忆管理的自定义 AI Agent,适用于客服、数据采集和研究自动化。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1013 次。
如何安装 Ai Agent Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-agent-builder」即可一键安装,无需额外配置。
Ai Agent Builder 是免费的吗?
是的,Ai Agent Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ai Agent Builder 支持哪些平台?
Ai Agent Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Agent Builder?
由 yang1002378395-cmyk(@yang1002378395-cmyk)开发并维护,当前版本 v1.0.52。
推荐 Skills