A framework scaffold for OpenClaw workspaces.
| Field | Value |
|---|---|
| ------- | ------- |
| Name | spacesuit |
| Version | 0.3.0 |
| Author | jontsai |
| License | MIT |
| Category | framework |
| Tags | workspace, scaffold, conventions, memory, git-workflow |
The Spacesuit is a batteries-included framework layer for OpenClaw workspaces. It provides:
# First-time install (creates workspace files with markers)
make init
# Upgrade existing workspace (replaces only SPACESUIT sections)
make upgrade
OpenClaw reads hardcoded filenames from the workspace root (AGENTS.md, SOUL.md, etc.). Since we can't change that loading behavior, Spacesuit uses section-based merging:
/ markers| File | Base Content | User Content |
|---|---|---|
| ------ | ------------- | -------------- |
AGENTS.md | Session protocol, memory, git, safety, priorities | Channel mappings, tool configs, personal rules |
SOUL.md | Core personality scaffold | Personal vibe, human-specific tone |
TOOLS.md | Tool organization guidance | Actual tool configs, credentials refs, API details |
HEARTBEAT.md | Check framework & state tracking | Specific checks to run |
IDENTITY.md | — (template only) | Name, avatar, personality |
USER.md | — (template only) | All about your human |
MEMORY.md | Long-term memory structure | Project notes, personal context |
SECURITY.md | Full security baseline | Contact-specific alert channels |
Makefile | — (template only) | Gateway management targets |
# See what would change
./scripts/diff.sh
# Apply upgrade
./scripts/upgrade.sh
# Check version
cat skills/spacesuit/VERSION
共 1 个版本