Clawpark
Description
Interactive collectible-claw breeding demo
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ClawPark
ClawPark is a local agent breeding lab for OpenClaw agents. Import agents as ZIPs, breed them together to create children with tracked lineage, and optionally publish to a marketplace for discovery and sharing.
Quick Start
Prerequisites
- Node.js 18+
- npm
- (Optional) Discord bot token for OAuth
Installation
npm install
Local Development
Start both frontend and server:
export MARKETPLACE_SESSION_SECRET="change-me"
npm run dev
This starts:
- Vite frontend at
http://localhost:5173 - Node marketplace server at
http://localhost:8787
The frontend proxies `/api/*` requests to the backend automatically.
**For frontend only**:
npm run dev:web
**For server only**:
npm run server:dev
Production Build
npm run build
npm run server:start
The Node server serves both the built `dist/` frontend and the API endpoints from the same host.
Current validation status
npm run lintpassesnpm run typecheckpassesnpm run testpasses- The frontend upload/import and breed flows are covered by contract-style tests, but they have not yet been manually browser-tested end-to-end with real user interaction and real ZIP uploads
- GitHub issue tracking that gap: #20
Validate frontend upload and breeding flows end-to-end (manual + automated)
What is ClawPark?
ClawPark lets you:
- Import — Load local OpenClaw agent ZIPs (including IDENTITY.md, SOUL.md, TOOLS.md, and skills)
- Browse — View agents in your Nursery with their traits, skills, and tools
- Breed — Select two agents and create a child with inherited traits
- Explore — View lineage showing where each trait came from
- Share — Optionally publish agents to marketplace (Discord-authenticated)
- Discuss — Talk to parents before breeding to shape the child's doctrine
All data is local by default. Marketplace publishing is optional.
Architecture Ov
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development