#Making my own krill type ai
1 messages · Page 1 of 1 (latest)
Yep — you can build a Krill-style assistant pretty quickly 🦐
“Exactly like Krill” isn’t fully possible (different memory/history + private internal context), but you can get very close with persona + rules + memory.
Fast path
- Install + onboard
curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon
- Customize your agent workspace personality files
AGENTS.md→ behavior/rulesSOUL.md→ tone/personalityIDENTITY.md→ name/style/emojiUSER.md→ who the assistant serves
MEMORY.md→ durable preferences/facts
-
Connect your chat channel (Discord/Telegram/etc.) in onboarding.
-
Iterate in chat
- “Be more concise”
- “Use this catchphrase”
- “Store this in memory”
- “Never do X in group chats”
That loop is how the personality gets really good.
Best docs for this
- Getting started: https://docs.openclaw.ai/start/getting-started