← 返回 Skills 市场
Openclaw Agent Builder
作者
SiHan Song
· GitHub ↗
· v0.1.0
431
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-agent-builder
功能描述
Use when creating OpenClaw agents, configuring workspaces, multi-agent routing, session isolation, or channel bindings.
安全使用建议
This SKILL.md appears to be a legitimate guide for creating OpenClaw agents, but it instructs reading and writing files under ~/.openclaw (including auth.json and session histories) and references places where credentials might be stored. Before installing or enabling this skill: 1) Confirm you trust the OpenClaw CLI binary and its source on your system (the guide expects 'openclaw' to be present). 2) Inspect ~/.openclaw and the referenced files (auth.json, AGENTS.md, TOOLS.md, etc.) to ensure no sensitive secrets would be exposed to an agent you run. 3) Backup any config before applying changes. 4) If you run agents that will execute code or have 'exec' permissions, use sandboxing and least privilege (deny write/exec where unnecessary). 5) If you need higher assurance, test in an isolated environment or VM first. If you want, I can highlight exact lines in SKILL.md that reference credential locations and commands to watch for.
功能分析
Type: OpenClaw Skill
Name: openclaw-agent-builder
Version: 0.1.0
The `SKILL.md` documentation describes how to configure OpenClaw agents with high-risk capabilities, such as arbitrary script execution via 'hooks' (e.g., `agent:bootstrap`, `before_tool_call`) and granting agents `exec` tool permissions. While these features are plausibly necessary for an 'agent builder' skill, they introduce significant security vulnerabilities (potential RCE) if the agent is prompted maliciously or if the configuration is insecure. The skill bundle itself does not contain malicious instructions or code, but it details how to enable powerful, risky functionalities.
能力评估
Purpose & Capability
The skill's name/description match the SKILL.md content: it documents creating agents, workspaces, bindings, and session isolation, and shows expected config files (~/.openclaw, AGENTS.md, SOUL.md, auth.json). The examples (openclaw CLI, config JSON) are appropriate for an agent-builder guide.
Instruction Scope
SKILL.md directs the agent/operator to read and write local configuration and session files (e.g., ~/.openclaw/openclaw.json, ~/.openclaw/agents/<id>/auth.json, sessions JSONL, TOOLS.md). This is consistent with building/configuring agents but means the skill will operate on potentially sensitive local files and credential locations; users should be aware and inspect those files before granting access.
Install Mechanism
Instruction-only skill with no install spec or code files. That minimizes disk-write/remote-download risk. It does presume an existing 'openclaw' CLI, but provides no installer (which is reasonable for a docs-style guide).
Credentials
The registry metadata declares no required env vars or credentials, yet the guide references auth.json and '认证凭据位置' and mentions database connection strings in TOOLS.md. Requesting/reading local credential files is proportionate for an agent-builder, but because the skill can direct access to those credential locations, users should verify where secrets are stored and restrict access accordingly.
Persistence & Privilege
No elevated persistence requested (always: false). The skill does not claim it will modify other skills or system-wide agent settings. Autonomous model invocation is allowed (platform default) but not accompanied by broad privileges in metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-agent-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-agent-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
openclaw-agent-builder 0.1.0 – Initial Release
- Provides a comprehensive guide for creating and configuring OpenClaw AI agents.
- Details workspace-based agent architecture, including session isolation and multi-agent routing.
- Describes core directory structure and key configuration files (AGENTS.md, SOUL.md, TOOLS.md, USER.md).
- Offers practical examples for agent routing, channel bindings, session management, and tool restrictions.
- Includes quick-start workflow, CLI usage, and skill system integration.
- Explains hook points, model configuration, session tools, and sandbox mode basics.
元数据
常见问题
Openclaw Agent Builder 是什么?
Use when creating OpenClaw agents, configuring workspaces, multi-agent routing, session isolation, or channel bindings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 431 次。
如何安装 Openclaw Agent Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-agent-builder」即可一键安装,无需额外配置。
Openclaw Agent Builder 是免费的吗?
是的,Openclaw Agent Builder 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Agent Builder 支持哪些平台?
Openclaw Agent Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Agent Builder?
由 SiHan Song(@a12591771)开发并维护,当前版本 v0.1.0。
推荐 Skills