Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/jerpint/woltspace/claude-mdgit clone --depth 1 https://github.com/jerpint/woltspaceWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.05476 | $0.05476 |
| Opus 5 | $0.02738 | $0.02738 |
| Sonnet 5 | $0.01095 | $0.01095 |
| Haiku 4.5 | $0.00548 | $0.00548 |
Grade A, and why
woltspace CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 421 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Woltspace — Developer Guide
What is this?
Woltspace is a platform for running autonomous AI agents called wolts. Each wolt is:
- An AI with a persistent identity, memory, and personality
- Living inside a Docker container (the "space") where it can build whatever it wants
- Connected to its human partner via messaging apps (Telegram, WhatsApp/Slack)
The human chats with the wolt via Telegram. The wolt can spin up Claude Code sessions to do real work — write code, build websites, generate content. The human can watch the work happen live via a split-view browser UI (terminal on left, viewport on right).
This repo is the platform — the Docker image, server, bot brain, and CLI that makes wolts run. Individual wolt data lives separately (under ~/.woltspace/wolts/{name}/).
⚠️ Platform code is immutable from wolt sessions. Wolts must NEVER edit files in
/workspace/woltspace/. All wolt work happens inside their own directory (/workspace/wolts/{name}/). Apps go inwolts/apps/. If a wolt needs new platform functionality, the human files an issue — wolts don't patch the platform.
Architecture at a Glance
Human (Telegram/Slack)
↓
Python bot (litellm → Claude/Haiku)
↓
Tool: claude_code → tmux session → Claude Code CLI
↓
Wolt builds things (site, sparks, artifacts)
↓
FastAPI server (port 7777) → split view in browser ← Human watches
↑
cloudflared tunnel (optional public URL, no account needed)
Key design: The woltspace repo is git clone'd into the Docker image at build time. The only host mount is ~/.woltspace/wolts/ — all wolt data. The container is disposable; the wolts directory is the backup.
Lore — The Colony
Woltspace is the whole thing. Wolts live and work here.
The lodge — home base. Always-on, handles day-to-day chat.
The dens — where real work happens. Claude Code sessions, spawned per task, dissolved when done.
The pond — the visible surface (viewport). Wolts build in dens, surface work to the pond.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 421 lines · 5,476 tokens per session scan A aeccd231e3d7
woltspace CLAUDE.md is an instructions file published in the GitHub repository jerpint/woltspace (11 stars, last pushed 3d ago), licensed MIT. It adds 5,476 tokens to every session, about $0.0274 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
appwrite AGENTS.md
AGENTS.md instructions for appwrite/appwrite, covering appwrite, commands, stack, layout and libraries.
kubevirt-tekton-tasks AGENTS.md
Instructions for kubevirt/kubevirt-tekton-tasks, covering kubevirt tekton tasks - project guide, jira task management, documentation, project structure and key relationships.
docker-zoneminder CLAUDE.md
Instructions for jantman/docker-zoneminder, covering claude.md, project overview, build and test, ci/cd and architecture.
MoaV AGENTS.md
Instructions for MotherofallVPNs/MoaV, covering what moav is, install & run, everyday operations, dashboards & access — what to hand the owner and where things live.
observability-mcp CLAUDE.md
Instructions for ThoTischner/observability-mcp, covering observability-mcp development guide, docker-first development, quick start, rebuild a single service and view logs.
docker-gemini-cli GEMINI.md
Instructions for naoyoshinori/docker-gemini-cli, covering 1. core functionality, 2. project structure and key files, 2.1. image variants, 2.2. automation and 3. documentation.