← Back to Skills Marketplace
a12591771

Openclaw Agent Builder

by SiHan Song · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
431
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-agent-builder
Description
Use when creating OpenClaw agents, configuring workspaces, multi-agent routing, session isolation, or channel bindings.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-agent-builder
  3. After installation, invoke the skill by name or use /openclaw-agent-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-agent-builder
Version 0.1.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Openclaw Agent Builder?

Use when creating OpenClaw agents, configuring workspaces, multi-agent routing, session isolation, or channel bindings. It is an AI Agent Skill for Claude Code / OpenClaw, with 431 downloads so far.

How do I install Openclaw Agent Builder?

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

Is Openclaw Agent Builder free?

Yes, Openclaw Agent Builder is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Openclaw Agent Builder support?

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

Who created Openclaw Agent Builder?

It is built and maintained by SiHan Song (@a12591771); the current version is v0.1.0.

💬 Comments