Browse / General-purpose / openclaw-starter-kit
openclaw-starter-kit
bar-bruhis
OpenClaw workspace starter kit — templates for AGENTS.md, SOUL.md, USER.md, and more
Open bar-bruhis/openclaw-starter-kit → On the boundary of the four rules.
Works with any agent
ships AGENTS.md, the cross-tool instruction file.
In its own words
This is a starter kit for setting up an AI agent workspace with OpenClaw. It provides a framework for creating a personalized, memory-enabled assistant that learns about you and your work over time.
What This Is
This starter kit contains the core configuration files and structure for building an AI agent that:
- Maintains continuity between sessions through file-based memory
- Has a distinct personality and communication style
- Follows security best practices
- Can be proactive with scheduled tasks and heartbeats
- Integrates with your tools and workflows
- Documents everything for future reference
Files Overview
Core Identity & Behavior
- **
IDENTITY.md** - Basic agent metadata (name, personality, emoji) - **
SOUL.md** - Agent personality, voice, rules, and security practices - **
USER.md** - Information about you (the human) - preferences, projects, contact info - **
AGENTS.md** - How the agent workspace functions - session startup, memory, safety rules
Memory System
- **
MEMORY.md** - Long-term curated memory (personal context, DO NOT load in shared contexts) - **
memory/** - Directory for daily session logs (YYYY-MM-DD.mdfiles) - **
.learnings/** - Directory for documented mistakes and lessons learned
Quoting 32% of the README. Read the rest on GitHub ↗
Where it came from
What this copy built: +memory — top-level directories this copy added on top of the original.
And a tool: +.learnings — configuration the original does not ship.
Read from the repository's git tree on 2026-08-17.