01
Workspace and memory foundation
Set up OpenClaw, let it seed the workspace files, define the startup sequence, and establish the durable-memory versus daily-note split.
example-agent-stack.dev
AI is changing the way people work and live, and it is happening fast. This site documents one concrete response to that reality: a practical environment built around local coding agents, OpenClaw on a VPS, private networking, helper scripts, GitHub, and a memory model that preserves useful context over time.
Purpose
This site is for people who want to build an agentic environment of their own and need a concrete starting point. It documents the setup in chronological order, from the first workspace and memory decisions to the current multi-layer system that combines local agent workflows with remote persistence and a narrow public edge.
Reading path
The journey pages are the backbone of the site. They show how the environment was built step by step and how each stage led into the next.
01
Set up OpenClaw, let it seed the workspace files, define the startup sequence, and establish the durable-memory versus daily-note split.
02
Build the local execution layer around the laptop, repos, coding agents, shell tools, and helper scripts.
03
Move the persistent layer onto a private VPS, keep it private, and connect it back into the local environment through Tailscale and SSH.
04
Add the post-commit hook, the Claude Stop hook, helper scripts, and parser improvements so useful context feeds the memory layer automatically.
05
Connect the repos to GitHub, use it as the external version boundary, and publish the site through GitHub Pages.
06
See how the local machine, OpenClaw, hooks, GitHub, and the security model fit together today.
Core idea
The environment is intentionally layered. The laptop handles active work. OpenClaw on the VPS handles persistence and orchestration. GitHub handles versioned code and public publishing. Tailscale and the firewall keep the private layer private. Hooks and helper scripts are what make the pieces work as one system rather than as disconnected tools.