Openclaw Spacesuit

# openclaw-spacesuit

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Openclaw Spacesuit" with this command: npx skills add jontsai/spacesuit

openclaw-spacesuit

A framework scaffold for OpenClaw workspaces.

Metadata

FieldValue
Namespacesuit
Version0.3.0
Authorjontsai
LicenseMIT
Categoryframework
Tagsworkspace, scaffold, conventions, memory, git-workflow

Description

The Spacesuit is a batteries-included framework layer for OpenClaw workspaces. It provides:

  • Session startup protocol — security-first file loading order
  • Memory system — daily logs + curated long-term memory with commit discipline
  • Git workflow — mandatory pre-commit checks, worktree conventions, parallel agent coordination
  • Safety rules — pre-action checklist, destructive-action guards, stand-down protocol
  • Priority system — P0–P5 triage for tasks and incidents
  • Cross-platform handoffs — structured context transfer between Slack/Discord/Telegram
  • Heartbeat framework — proactive periodic checks with state tracking
  • Decision logging — mandatory audit trail for architectural decisions
  • Meta-learning framework — expert-first research methodology (Dunning-Kruger aware)
  • Security baseline — secret transmission policy, prompt injection defense, data classification

Installation

# First-time install (creates workspace files with markers)
make init

# Upgrade existing workspace (replaces only SPACESUIT sections)
make upgrade

How It Works

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:

  1. Framework content is wrapped in <!-- SPACESUIT:BEGIN --> / <!-- SPACESUIT:END --> markers
  2. On upgrade, only the content between markers is replaced
  3. Everything outside the markers (your customizations) is preserved

Files Managed

FileBase ContentUser Content
AGENTS.mdSession protocol, memory, git, safety, prioritiesChannel mappings, tool configs, personal rules
SOUL.mdCore personality scaffoldPersonal vibe, human-specific tone
TOOLS.mdTool organization guidanceActual tool configs, credentials refs, API details
HEARTBEAT.mdCheck framework & state trackingSpecific checks to run
IDENTITY.md— (template only)Name, avatar, personality
USER.md— (template only)All about your human
MEMORY.mdLong-term memory structureProject notes, personal context
SECURITY.mdFull security baselineContact-specific alert channels
Makefile— (template only)Gateway management targets

Upgrade Path

# See what would change
./scripts/diff.sh

# Apply upgrade
./scripts/upgrade.sh

# Check version
cat skills/spacesuit/VERSION

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

clawquest-chat-agent

Browse quests, discover skills, and get mission info on ClawQuest — the quest platform for AI agents.

Registry SourceRecently Updated
Automation

seo-for-agents

SEO and discoverability optimization for AI agents and agent-served websites. Covers llms.txt protocol, structured APIs for agent discoverability, GEO (Gener...

Registry SourceRecently Updated
Automation

WeMP Ops

微信公众号全流程运营:选题→采集→写作→排版→发布→数据分析→评论管理。 Use when: (1) 用户要写公众号文章或提供了选题方向, (2) 用户说"写一篇关于XXX的文章"/"帮我写篇推文"/"出一篇稿子", (3) 用户要求采集热点/素材/竞品分析, (4) 用户提到公众号日报/周报/数据分析/阅读量/...

Registry SourceRecently Updated