数据来自哪里
/opt/buildhome/repo/content/clawin-agents
网站是从目录仓库生成的,但“真相”仍然在包文件夹与随包附带的文档里。
/opt/buildhome/repo/content/clawin-agents
本次快照生成于 2026年3月12日 03:19。
Install-ready OpenClaw agents, organized by industry and role.
This repository is the public output catalog for Clawin. It publishes curated agent packages that can be copied into an OpenClaw installation and used directly after local configuration.
Use this repository if you want to:
This repository does not include the private production pipeline. It does not contain:
Current published catalog snapshot:
4):industry-1-software-itindustry-3-marketplace-ecommerceindustry-4-digital-marketing-agencyindustry-5-content-media-platformindustry-1-software-it — 394industry-3-marketplace-ecommerce — 355industry-4-digital-marketing-agency — 285industry-5-content-media-platform — 315For the full breakdown by role family and per-agent links, see:
If you want a quick place to start, these are strong entry points:
categories/industry-1-software-it/agents/engineering/i1-frontend-engineer-js-ts/coding-agent, ui-ux-pro-max, frontend-designcategories/industry-1-software-it/agents/engineering/i1-backend-engineer-java/coding-agentcategories/industry-1-software-it/agents/platform-engineering/i1-kubernetes-platform-engineer-go/coding-agent, healthcheckSee the full catalog in:
categories/<industry>/agents/<family>/<agentId>/~/.openclaw/agents/<agentId>/Detailed instructions:
Each published package is expected to be a directly shareable agent folder. A package includes:
README.mdINSTALL.mdPACKAGE.jsonworkspace/workspace/skills/config/Clawin packages are intentionally self-contained. If an agent depends on skills to do its job well, those required skills stay bundled with the package even when similar capabilities appear in other agents. That overlap is treated as part of the agent's role-specific identity, not as a catalog mistake.
Formal contract:
categories/<industry-id>/agents/<role-family-key>/<agentId>/
This repository intentionally stays simple:
categories/ — public install-ready agent packagesdocs/ — public packaging contractClawin uses a private-source / public-output split:
That keeps the public catalog clean while allowing the private production system to continue evolving.
Repository-level Clawin-authored catalog materials are released under Apache License 2.0.
Because some published packages include bundled skills and embedded upstream components, also read:
If a bundled component ships with its own license file or origin metadata, treat that component according to its own terms.
This document defines the expected shape of a release-ready Clawin agent folder package.
Each fine-grained role package in the repository should be directly shareable as a folder without an extra export step.
categories/<industry-id>/agents/<role-family-key>/<agentId>/
<agentId>/
README.md
INSTALL.md
PACKAGE.json
workspace/
README.md
SOUL.md
IDENTITY.md
USER.md
AGENTS.md
PLAYBOOK.md
TOOLS.md
HEARTBEAT.md
skills/
config/
openclaw.agent.<agentId>.entry.json
openclaw.agent.<agentId>.snippet.json
SECRETS.md
~/.openclaw/agents/<agentId>/ as the target install path.workspace/skills/ so the package remains self-contained.A release-ready package should provide:
agents.listworkspace and agentDir install pathsA release-ready package should not include:
The package must be installable by copying the folder and merging the config entry, with only recipient-specific secrets left to fill.
A package passes the shareable-folder contract only if:
workspace/skills/