nikolajflojgaard/openclaw-workspace
Personal AI assistant workspace for Nikolaj Fløjgaard. The agent operates as "Jason," a personal developer with engineering, design, and writing skills.
Summary
A configured OpenClaw workspace with identity definitions, memory system, and working context. The agent wakes fresh each session and loads curated memory to maintain continuity. Active projects documented in memory files include Home Assistant integrations, the Home Brief dashboard, Mission Control, and X-Bot tooling.
Included Assets
| File | Purpose |
|---|---|
AGENTS.md | Session startup behavior, memory loading rules |
SOUL.md | Identity, personality, and working principles |
MEMORY.md | Long-term curated memory and standing preferences |
TOOLS.md | Local infrastructure notes, SSH hosts, scripts |
memory/*.md | Daily episodic session logs |
How to Use
Session Startup
The agent automatically reads SOUL.md, USER.md, recent daily memory files, and MEMORY.md (in main session only) before any other work.
Memory System
- Daily notes:
memory/YYYY-MM-DD.md— raw session logs - Long-term:
MEMORY.md— curated decisions and context, loaded only in direct chats
Local Scripts
scripts/memory_index.py— build/update local memory search indexscripts/memory_search.py— query the local memory indexscripts/mcporter-ha.sh— load Home Assistant MCP token from macOS Keychain
Notes
- The agent defaults to blunt, engineering-minded output. Writing is expected to feel human, not AI-generated.
MEMORY.mdis explicitly excluded from shared contexts for security reasons.- Session logs are stored in
memory/with timestamps and session keys.
No comments yet.