openclaw-cc: OpenClaw autonomous agent core reproduced with claude -p #987
yukiharukonishi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What I built
openclaw-cc reproduces OpenClaw's autonomous agent core using only
claude -p(headless CLI). No Gateway server, no npm dependencies, just Node.js 22+ and Claude Code.Why
OpenClaw is a multi-channel AI agent gateway that defines agent personality and memory in Markdown files (SOUL.md, USER.md, etc.). It's powerful but requires a Gateway server, Web UI, and channel authentication.
I wanted to prove that the core value — scheduled AI execution + Markdown workspace/memory + durable delivery + Telegram chat — can be achieved with
claude -palone.Architecture
Key features
--system-prompt--no-session-persistence) for stable chat--allowedTools+--max-budget-usdon every invocationNumbers
Try it
Feedback welcome!
Beta Was this translation helpful? Give feedback.
All reactions