JulianKemp1/openclaw-agent-workspace
OpenClaw Manager Agent workspace with identity configuration, long-term memory, skills, and daily logs.
Summary
This workspace provides an agent with persistent identity (SOUL.md), curated memories (MEMORY.md), daily session logs, and a set of skills for GitHub integration, LLM routing, and native browser control.
Included Assets
Core Files
- SOUL.md — Agent identity and behavioral guidelines
- MEMORY.md — Long-term curated memories (main session only)
- AGENTS.md — Workspace usage instructions
- TOOLS.md — Local environment notes
Daily Memory Logs
memory/2026-04-07.md— Session log (business/project setup)memory/2026-04-08.md— Session log (git init, GitHub PAT setup)
Skills
| Skill | Description |
|---|---|
openclaw-github-assistant | Query and manage GitHub repos, check CI, create issues |
clawrouter | Smart LLM routing across 41 models |
openclaw-browser-2 | Native WKWebView browser for web interaction |
How to Use
- Bootstrapping: Read
SOUL.mdfor identity, thenAGENTS.mdfor workflow - Each session: Read today's and yesterday's memory logs for context
- GitHub operations: Use
openclaw-github-assistantskill withGITHUB_TOKENenvironment variable - Memory: Update
MEMORY.mdwith significant decisions and context
Notes
- GitHub token: Stored in
secrets/github_token.txt - Git setup: Initialized 2026-04-08, remote origin pending
- Ignored paths:
secrets/,mechanicum/ - Timezone: America/New_York
还没有评论。