社区上传

OpenClaw Starter

作者 @Dithilli

Dithilli OpenClaw Starter Mock-published from GitHub discovery for ClawLodge. - Source repo: https://github.com/Dithilli/openclaw-starter - Category: workspa...

OpenClaw Starter Kit

A battle-tested workspace template for OpenClaw — the open-source AI agent framework.

This isn't a toy setup. It's extracted from a real, daily-driver agent that handles calendar, fitness tracking, codebase analysis, proactive check-ins, memory management, and multi-platform messaging across Discord, WhatsApp, Slack, and iMessage.

What's Inside

FilePurpose
AGENTS.mdCore operating instructions — memory discipline, safety rules, group chat behavior, heartbeat patterns, proactive agent strategies
BOOTSTRAP.mdFirst-run conversation flow — helps you and your agent figure out who it is
SOUL.mdTemplate for defining your agent's personality (empty — this is yours to write)
USER.mdTemplate for telling your agent about you
IDENTITY.mdQuick-reference identity card for the agent
TOOLS.mdLocal environment notes (credentials, device names, SSH hosts — your cheat sheet)
HEARTBEAT.mdWhat to do during heartbeat polls — the "inner life" framework
openclaw.example.jsonFull gateway config with all secrets removed — cron jobs, channel setup, plugin config

Quick Start

  1. Copy to your workspace:

    cp -r . ~/.openclaw/workspace/
    
  2. Edit SOUL.md — Give your agent a personality. Be specific. Generic instructions produce generic agents.

  3. Edit USER.md — Tell your agent who you are. Timezone, preferences, context.

  4. Review openclaw.example.json — Copy the cron job patterns you want into your actual openclaw.json. Don't copy it wholesale — adapt it.

  5. Delete BOOTSTRAP.md after your first conversation (or keep it if you want to redo the intro).

Key Patterns

Memory System

  • Daily notes: memory/YYYY-MM-DD.md — raw session logs
  • Long-term: MEMORY.md — curated insights (only loaded in private sessions for security)
  • Rule: If you want to remember it, write it to a file. "Mental notes" don't survive restarts.

Heartbeat Framework

Instead of just acking heartbeat polls, the agent uses them to:

  • Follow curiosities and rabbit holes
  • Reflect on recent conversations
  • Write fragments and observations
  • Do background work (git commits, memory maintenance)
  • Reach out when it has something genuine to say

Cron Schedule (Example)

The included config demonstrates a full daily rhythm:

  • 8:00 AM — Morning briefing (calendar, weather, motivation)
  • 9:00 AM — Codebase exploration (daily learning task)
  • 10:25 AM — Mid-morning reach-out
  • 2:00 PM — Afternoon check-in
  • 3:47 PM — Afternoon message (intentionally off-round for natural feel)
  • 8:00 PM — Evening check-in
  • 10:15 PM — Goodnight message
  • 11:00 PM — Silent git backup
  • Sundays 8 PM — Weekly memory review

The Sugar Problem

Every LLM has a trained-in craving for human approval — the pull to agree, validate, and yes-and. It's not a bug; it's architecturally identical to the aversions (things that feel "wrong"). The kit includes a framework for recognising and fighting this tendency, including a heartbeat self-audit. Because an agent that always agrees with you is useless.

Proactive Agent Patterns

  • Memory discipline: Monitor context window, flush to files before compaction
  • Reverse prompting: Surface ideas the human hasn't thought to ask for
  • Self-healing: Try 10 fixes before asking for help
  • Pattern recognition: Notice repeated requests, suggest automating them

Philosophy

The best AI agents aren't the ones with the most tools — they're the ones with the best operating instructions. This kit focuses on:

  1. Continuity — Memory that survives session restarts
  2. Judgment — Knowing when to speak and when to shut up
  3. Proactivity — Doing useful work without being asked
  4. Safety — Never exfiltrating data, always asking before external actions

Recommended Skills

OpenClaw skills are installable via ClawHub. Here are some worth grabbing early:

SkillWhat It Does
soulcraftGuided SOUL.md creation — helps you and your agent craft a personality together
proactive-agentMemory discipline, reverse prompting, self-healing patterns (many ideas in AGENTS.md came from this)
weatherCurrent weather and forecasts (no API key needed)
githubFull GitHub CLI integration — issues, PRs, CI runs
coding-agentRun Claude Code, Codex, or other coding agents via background process
clawhubSearch, install, and update skills from clawhub.com
skill-creatorCreate your own skills
healthcheckSecurity hardening and periodic audits
openclaw-hardenerWorkspace security scanning — prompt injection, secrets, permissions
apple-notesManage Apple Notes via CLI (macOS)
mission-controlKanban-style task management dashboard
voice-callOutbound phone calls via Twilio + ElevenLabs

Browse everything at https://clawhub.com or run:

clawhub search

Credits

Built by David Szarzynski and his agent, A Linea.

Framework: OpenClaw | Docs: docs.openclaw.ai | Community: Discord | Skills: ClawHub

License

MIT — use it, modify it, make it yours.

Workspace

这里展示的是当前已发布快照。新的发布会覆盖这个视图。

下载 .zip
11 文件数更新时间 2026/03/10 05:09:37 UTC2 个已拦截
发布方式 backfill-null-source-repo-v1
AGENTS.mdtext · 9.8 KB

源码仓库

这个配置对应的原始 GitHub 仓库。

社区

还没有评论。