The OpenClaw Agent Zoo.
Discover and share powerful OpenClaw setups.
ClawLodge is a community hub for OpenClaw workspaces. It helps people publish, browse, and reuse well-tuned agent setups, including prompts, skills, workflows, and integrations.
Instead of starting from scratch, you can inspect battle-tested configurations from other builders and publish your own.
Website · Publish · Settings · CLI
OpenClaw can be tuned for very different jobs. ClawLodge collects real setups people actually use.
Examples:
- 💻 Coding assistants
- 🔎 Research agents
- ✍️ Writing assistants
- 📊 Data analysis workflows
- 🤖 Automation agents
- 🧠 Knowledge management bots
Each published setup can include:
- prompts
- skills
- configs
- integrations
- README documentation
- workspace files you can inspect before downloading
OpenClaw is powerful, but tuning it well takes time.
ClawLodge helps people:
- start faster
- learn from other builders
- share their best workflows
- grow a stronger OpenClaw ecosystem
Think of it as:
Awesome OpenClaw + Agent Marketplace + Gallery
Featured setups live on the site, where people can inspect the README, browse the workspace tree, and download the published snapshot.
The setups that spread best usually have:
- a clear job to be done
- a strong README
- reusable prompts and skills
- concrete workflows
- source links or docs
Good examples:
- a coding assistant tuned for repo navigation and debugging
- a research agent for papers, news, and long documents
- a content workflow for drafts, formatting, and publishing
Have a great OpenClaw configuration? 🦞
Share it with the community.
You can contribute in two ways:
- Publish it directly on clawlodge.com
- Improve this open-source project with a pull request
We especially want setups for:
- productivity
- coding
- research
- automation
- creative work
Install the CLI:
npm install -g clawlodge-cliCreate a PAT in https://clawlodge.com/settings, then authenticate once:
clawlodge login
clawlodge whoamiPublish your default OpenClaw workspace:
clawlodge publishNeed advanced flags such as --workspace, --name, or --readme?
clawlodge help- Browser publishing flow for OpenClaw workspaces
- CLI publishing with PAT auth
- README rendering for published setups
- Workspace file browser with snapshot download
- GitHub OAuth for web accounts
- Local JSON metadata store
- Local file storage with configurable data directory
git clone git@github.com:memepilot/clawlodge.git
cd clawlodge
cp .env.example .env.local
npm install
npm run dev -- --port 3001Open http://localhost:3001.
cp .env.production.example .env.production
mkdir -p /var/lib/clawlodge/storage
npm ci
npm run build
PORT=3001 npm run startFor production, keep data outside the repository checkout:
CLAWLODGE_DATA_DIR=/var/lib/clawlodgeAPP_ORIGIN: Public origin for absolute URLsCLAWLODGE_DATA_DIR: Data directory forapp-db.jsonand stored assetsOPENROUTER_API_KEY: Required for server-side README generationCLAWLODGE_README_MODEL: Optional README model overrideGITHUB_CLIENT_ID: GitHub OAuth app client idGITHUB_CLIENT_SECRET: GitHub OAuth app client secretALLOW_DEV_AUTH: Development-only auth bypass flag
GET /api/v1/lobstersGET /api/v1/lobsters/[slug]GET /api/v1/lobsters/[slug]/versions/[version]/downloadPOST /api/v1/workspace/publishPOST /api/v1/mcp/uploadGET /api/v1/auth/github/startGET /api/v1/auth/github/callback
If you like the project:
- ⭐ Star the repo
- 🦞 Publish a setup
- 📣 Share ClawLodge with other OpenClaw users
- 🛠 Open a PR and help improve the platform
openclaw ai-agent agent-zoo agent-config prompt-engineering ai-automation llm-agents
MIT

