Was fehlt ohne openclaw demo project
Kein echtes State-Persistence-Beispiel. Abstrakte Docs. Lernen an Produktionsprojekten.
→
Praxisnahes State-Persistence-Lernen × unterhaltsames Tamagotchi-Demo ÷ 15-Minuten-Setup ÷ kein Produktionsrisiko = tiefe OpenClaw-Kompetenz schnell.
Sicherheitscheck — openclaw demo project
Datenschutz-Score: 7/10 — greift nur auf verbundene Plattform-APIs zu.
Absichern: OAuth-Berechtigungen vor der Installation prüfen, OpenClaw ≥1.1; any platform adapter; local storage for state-Kompatibilität bestätigen.
Schnellstart — openclaw demo project in 15–30 minutes
Einrichtungszeit: 15–30 minutes
!
Du brauchst:
- OpenClaw core
- any messaging platform adapter
Paket installieren:
git clone https://github.com/turmyshevd/openclawgotchi
cd openclawgotchi && npm install
npm start
3
Configure your preferred adapter in .env
5
Send 'adopt' to create your pet
6
Feed, play, and check on your pet via chat commands
Kompatibilität & Status
Kompatibel mit: OpenClaw ≥1.1; any platform adapter; local storage for state
beginner
Zuletzt aktualisiert: Aug. 2025
★ 285 auf GitHub
MIT
Offizielle Dokumentation →
Auf GitHub ansehen →
FAQ — openclaw demo project
Does my pet survive a bot restart?
Yes — state is persisted to disk via openclaw-local-memory.
Can multiple users have their own pets?
Yes — state is namespaced per user ID.
Is this production-grade code?
It's a demo — review before using patterns in production.