← All skills
Tencent SkillHub Β· Productivity

Openclaw Spacesuit

A comprehensive OpenClaw workspace framework providing session protocols, memory system, git workflow, safety rules, priority triage, communication handoffs,...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

A comprehensive OpenClaw workspace framework providing session protocols, memory system, git workflow, safety rules, priority triage, communication handoffs,...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
AGENTS.md, CHANGELOG.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.3.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

openclaw-spacesuit

A framework scaffold for OpenClaw workspaces.

Metadata

FieldValueNamespacesuitVersion0.3.0AuthorjontsaiLicenseMITCategoryframeworkTagsworkspace, 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: Framework content is wrapped in <!-- SPACESUIT:BEGIN --> / <!-- SPACESUIT:END --> markers On upgrade, only the content between markers is replaced Everything outside the markers (your customizations) is preserved

Files Managed

FileBase ContentUser ContentAGENTS.mdSession protocol, memory, git, safety, prioritiesChannel mappings, tool configs, personal rulesSOUL.mdCore personality scaffoldPersonal vibe, human-specific toneTOOLS.mdTool organization guidanceActual tool configs, credentials refs, API detailsHEARTBEAT.mdCheck framework & state trackingSpecific checks to runIDENTITY.mdβ€” (template only)Name, avatar, personalityUSER.mdβ€” (template only)All about your humanMEMORY.mdLong-term memory structureProject notes, personal contextSECURITY.mdFull security baselineContact-specific alert channelsMakefileβ€” (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

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • AGENTS.md Docs
  • CHANGELOG.md Docs
  • CODE_OF_CONDUCT.md Docs
  • CONTRIBUTING.md Docs
  • README.md Docs