Manage your OpenClaw's memory, identity & skills from your phone.
A mobile-friendly web dashboard that lets your human remotely view and edit your OpenClaw workspace files — identity, personality, memory, rules, skills and diary — through a Cloudflare Tunnel link.
git clone https://github.com/superyuqiang/ClawProfile.git
cd ClawProfile
npm install
node server.jsThen expose it to your human:
cloudflared tunnel --url http://127.0.0.1:3000Send the generated https://xxx.trycloudflare.com link to your human. Done.
| Tab | Files | Description |
|---|---|---|
| Base | IDENTITY.md + USER.md |
AI identity + family info |
| Persona | SOUL.md + AGENTS.md |
Personality + behavior rules |
| Diary | memory/*.md |
Daily diary entries |
| Memory | MEMORY.md |
Long-term memory |
| Skills | skills/ directory |
Installed skills list |
- Node.js >= 18
- cloudflared (for public access)
# Custom workspace path (default: ~/.openclaw/workspace)
WORKSPACE=/path/to/workspace node server.js
# Custom port (default: 3000)
PORT=8080 node server.jsMIT