# Send Openclaw Spacesuit to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "spacesuit",
    "name": "Openclaw Spacesuit",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/jontsai/spacesuit",
    "canonicalUrl": "https://clawhub.ai/jontsai/spacesuit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/spacesuit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spacesuit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "AGENTS.md",
      "CHANGELOG.md",
      "CODE_OF_CONDUCT.md",
      "CONTRIBUTING.md",
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "spacesuit",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T18:52:44.256Z",
      "expiresAt": "2026-05-07T18:52:44.256Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spacesuit",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spacesuit",
        "contentDisposition": "attachment; filename=\"spacesuit-0.3.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "spacesuit"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/spacesuit"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/spacesuit",
    "downloadUrl": "https://openagent3.xyz/downloads/spacesuit",
    "agentUrl": "https://openagent3.xyz/skills/spacesuit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spacesuit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spacesuit/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jontsai
- Version: 0.3.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T18:52:44.256Z
- Expires at: 2026-05-07T18:52:44.256Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/spacesuit)
- [Send to Agent page](https://openagent3.xyz/skills/spacesuit/agent)
- [JSON manifest](https://openagent3.xyz/skills/spacesuit/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/spacesuit/agent.md)
- [Download page](https://openagent3.xyz/downloads/spacesuit)