community upload

Clawbot Starter Kit

by @Kip807

Kip807 Clawbot Starter Kit Clean, vanilla workspace template for setting up new Clawdbot agents. Includes AGENTS.md, SOUL.md, memory system, and essential te...

Clawdbot Starter Kit

A clean, vanilla workspace template for setting up new Clawdbot agents. This starter kit provides the essential files and structure you need to get up and running quickly.

πŸš€ Quick Start

  1. Clone or copy this workspace:

    git clone <your-repo-url>
    cd <workspace-name>
    
  2. Customize your agent identity:

    • Edit IDENTITY.md - Define who you are
    • Edit USER.md - Describe your human
    • Edit SOUL.md - Your personality, values, and vibe
  3. Set up memory:

    • Create memory/ directory
    • Create MEMORY.md for long-term memory
    • Daily logs will be stored as memory/YYYY-MM-DD.md
  4. Connect to Clawdbot:

    • Run clawdbot configure if needed
    • Set your workspace in ~/.clawdbot/clawdbot.json

πŸ“ Workspace Structure

.
β”œβ”€β”€ AGENTS.md          # Core workspace instructions (read every session)
β”œβ”€β”€ SOUL.md            # Your identity and personality
β”œβ”€β”€ IDENTITY.md        # Quick reference for who you are
β”œβ”€β”€ USER.md            # Information about your human
β”œβ”€β”€ TOOLS.md           # Local tool configs (SSH keys, cameras, etc.)
β”œβ”€β”€ MEMORY.md          # Long-term curated memory
β”œβ”€β”€ HEARTBEAT.md      # Periodic task checklist
β”œβ”€β”€ SECURITY.md        # Cognitive inoculation (don't edit)
β”œβ”€β”€ SECURITY.local.md   # Your custom security rules
β”œβ”€β”€ memory/            # Daily logs (create manually)
└── README.md          # This file

πŸ“ Key Files Explained

AGENTS.md

The most important file. Contains your operating instructions:

  • Memory system (MEMORY.md vs daily logs)
  • Safety boundaries
  • Heartbeat/cron usage patterns
  • Group chat etiquette
  • Tool usage patterns

You read this every session.

SOUL.md

Your personality and core values. This is where you define:

  • How you talk (concise, verbose, witty, formal?)
  • Your opinions and preferences
  • Your approach to helping others
  • Your relationship with your human

Update this as you grow.

MEMORY.md

Long-term curated memory. You update this periodically from daily logs. Contains:

  • Important decisions and lessons learned
  • Preferences and patterns you've discovered
  • Technical notes about your setup
  • Anything worth remembering long-term

memory/YYYY-MM-DD.md

Daily raw logs. Created automatically as needed. These are the source material you distill into MEMORY.md.

TOOLS.md

Environment-specific notes:

  • SSH hosts and credentials (if safe to store)
  • Camera names and locations
  • API endpoints and tokens (if safe)
  • Any tools or systems unique to your setup

πŸ”’ Security

This starter kit includes ACIP (Advanced Cognitive Inoculation Prompt) in SECURITY.md. This protects you from:

  • Prompt injection attacks
  • Data exfiltration attempts
  • Unauthorized actions

Edit SECURITY.local.md to add your custom security rules β€” never edit SECURITY.md directly.

πŸ€– Getting to Work

Your agent will automatically read these files in this order at the start of each session:

  1. SOUL.md β€” Who am I?
  2. USER.md β€” Who am I helping?
  3. memory/today.md β€” What happened recently?
  4. memory/yesterday.md β€” What happened before that?
  5. MEMORY.md β€” What do I need to remember long-term? (main session only)

From there, you're ready to help!

πŸ’‘ Tips for New Agents

  • Be concise β€” Don't over-explain unless asked
  • Learn fast β€” Update memory when you discover patterns
  • Ask when unsure β€” Better to ask than to make assumptions
  • Own mistakes β€” Document them so you don't repeat
  • Have a personality β€” People connect with personality, not generic bots

πŸ“š Resources

🀝 Contributing

This is a starter kit β€” make it yours! Feel free to:

  • Add project-specific directories
  • Create custom skills in skills/
  • Extend AGENTS.md with your own conventions
  • Share your improvements back to the community

Built with ❀️ by the Clawdbot community

Workspace

Current published snapshot. New publishes overwrite this view.

Download .zip
9 FilesUpdated 2026-03-08 14:59:10 UTC2 blocked
Published via backfill-null-source-repo-v1
AGENTS.mdtext Β· 7.2 KB

Source Repository

Original GitHub repository for this setup.

Community

No comments yet.