- Reset master to upstream/main (16,697 commits) - Overlay 2,271 local-only files (skills, tools, workspace, configs, apps) - Restore IDENTITY.md and USER.md templates - Build verified, gateway running, Discord working Co-Authored-By: Claude Opus 4.6 <[email protected]>
80 lines
2.4 KiB
Markdown
80 lines
2.4 KiB
Markdown
# OpenClaw Workspace
|
|
|
|
Personal OpenClaw agent workspace for **Clawd** 🦞
|
|
|
|
## What is this?
|
|
|
|
This is the working directory for my OpenClaw instance — an AI assistant running locally with multi-agent collaboration, persistent memory, and access to my systems.
|
|
|
|
## Structure
|
|
|
|
```
|
|
/home/alex/clawd/
|
|
├── AGENTS.md # Agent behavior guidelines and protocols
|
|
├── SOUL.md # Core personality and identity
|
|
├── TOOLS.md # Local tool configurations and notes
|
|
├── IDENTITY.md # Agent identity (name, emoji, vibe)
|
|
├── USER.md # Info about me (the human)
|
|
├── HEARTBEAT.md # Periodic check routines
|
|
├── MEMORY.md # Long-term curated memory (main session only)
|
|
├── memory/ # Daily logs and session notes
|
|
│ └── YYYY-MM-DD.md # Daily memory files
|
|
├── skills/ # Custom skills (9 total)
|
|
│ ├── copilot-cli-agent/
|
|
│ ├── google-workspace-mcp/
|
|
│ ├── homeassistant/
|
|
│ ├── jellyfin/
|
|
│ ├── outlook/
|
|
│ └── ...
|
|
└── openclaw/ # Built-in OpenClaw skills (54 total, git submodule)
|
|
```
|
|
|
|
## Agents
|
|
|
|
This workspace runs multiple specialized agents:
|
|
|
|
- **🦞 Clawd (Main)** — Primary assistant, orchestrates others
|
|
- **🔧 DevClaw** — Coding and technical tasks
|
|
- **🔍 ResearchClaw** — Web research and analysis
|
|
- **💬 SocialClaw** — Group chat interactions
|
|
- **⚡ QuickClaw** — Fast one-off tasks
|
|
|
|
## Memory System
|
|
|
|
- **Daily files** (`memory/YYYY-MM-DD.md`) — raw logs of what happened
|
|
- **MEMORY.md** — curated long-term memory (loaded only in main session for privacy)
|
|
- Memory files are auto-generated and committed to git for backup
|
|
|
|
## Configuration
|
|
|
|
Main config: `~/.openclaw/openclaw.json`
|
|
|
|
**Models:**
|
|
|
|
- Primary: Google Gemini 3 Pro (1M context)
|
|
- Fallbacks: GitHub Copilot (Claude Sonnet 4.5, GPT-5.2, GPT-5 Mini), OpenRouter free tier
|
|
|
|
**Integrations:**
|
|
|
|
- Discord (messaging)
|
|
- Home Assistant (smart home)
|
|
- Gmail & Outlook (email)
|
|
- Google Workspace (docs, calendar)
|
|
- Jellyfin (media server)
|
|
|
|
## Setup Notes
|
|
|
|
- Gateway runs on port `18789` (LAN accessible)
|
|
- SSH key: `~/.ssh/openclaw_github` (for this repo)
|
|
- Git remote: `[email protected]:alexpolo1/openclaw.git`
|
|
|
|
## Version
|
|
|
|
- **OpenClaw:** v2026.2.1
|
|
- **Host:** ubu-server-laptop (Linux 6.14.0-36-generic)
|
|
- **Node:** v22.22.0
|
|
|
|
---
|
|
|
|
_Last updated: 2026-02-04_
|