← Back to Skills Marketplace
Ai Agent Builder
by
yang1002378395-cmyk
· GitHub ↗
· v1.0.52
· MIT-0
1013
Downloads
0
Stars
10
Active Installs
26
Versions
Install in OpenClaw
/install ai-agent-builder
Description
快速构建和部署支持多工具集成与记忆管理的自定义 AI Agent,适用于客服、数据采集和研究自动化。
README (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 行为
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-agent-builder - After installation, invoke the skill by name or use
/ai-agent-builder - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Ai Agent Builder?
快速构建和部署支持多工具集成与记忆管理的自定义 AI Agent,适用于客服、数据采集和研究自动化。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1013 downloads so far.
How do I install Ai Agent Builder?
Run "/install ai-agent-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Agent Builder free?
Yes, Ai Agent Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Agent Builder support?
Ai Agent Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Agent Builder?
It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v1.0.52.
More Skills