{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/spacesuit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spacesuit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "AGENTS.md",
      "CHANGELOG.md",
      "CODE_OF_CONDUCT.md",
      "CONTRIBUTING.md",
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/spacesuit",
    "agentPageUrl": "https://openagent3.xyz/skills/spacesuit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spacesuit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spacesuit/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "openclaw-spacesuit",
        "body": "A framework scaffold for OpenClaw workspaces."
      },
      {
        "title": "Metadata",
        "body": "FieldValueNamespacesuitVersion0.3.0AuthorjontsaiLicenseMITCategoryframeworkTagsworkspace, scaffold, conventions, memory, git-workflow"
      },
      {
        "title": "Description",
        "body": "The Spacesuit is a batteries-included framework layer for OpenClaw workspaces. It provides:\n\nSession startup protocol — security-first file loading order\nMemory system — daily logs + curated long-term memory with commit discipline\nGit workflow — mandatory pre-commit checks, worktree conventions, parallel agent coordination\nSafety rules — pre-action checklist, destructive-action guards, stand-down protocol\nPriority system — P0–P5 triage for tasks and incidents\nCross-platform handoffs — structured context transfer between Slack/Discord/Telegram\nHeartbeat framework — proactive periodic checks with state tracking\nDecision logging — mandatory audit trail for architectural decisions\nMeta-learning framework — expert-first research methodology (Dunning-Kruger aware)\nSecurity baseline — secret transmission policy, prompt injection defense, data classification"
      },
      {
        "title": "Installation",
        "body": "# First-time install (creates workspace files with markers)\nmake init\n\n# Upgrade existing workspace (replaces only SPACESUIT sections)\nmake upgrade"
      },
      {
        "title": "How It Works",
        "body": "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:\n\nFramework content is wrapped in <!-- SPACESUIT:BEGIN --> / <!-- SPACESUIT:END --> markers\nOn upgrade, only the content between markers is replaced\nEverything outside the markers (your customizations) is preserved"
      },
      {
        "title": "Files Managed",
        "body": "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"
      },
      {
        "title": "Upgrade Path",
        "body": "# See what would change\n./scripts/diff.sh\n\n# Apply upgrade\n./scripts/upgrade.sh\n\n# Check version\ncat skills/spacesuit/VERSION"
      }
    ],
    "body": "openclaw-spacesuit\n\nA framework scaffold for OpenClaw workspaces.\n\nMetadata\nField\tValue\nName\tspacesuit\nVersion\t0.3.0\nAuthor\tjontsai\nLicense\tMIT\nCategory\tframework\nTags\tworkspace, scaffold, conventions, memory, git-workflow\nDescription\n\nThe Spacesuit is a batteries-included framework layer for OpenClaw workspaces. It provides:\n\nSession startup protocol — security-first file loading order\nMemory system — daily logs + curated long-term memory with commit discipline\nGit workflow — mandatory pre-commit checks, worktree conventions, parallel agent coordination\nSafety rules — pre-action checklist, destructive-action guards, stand-down protocol\nPriority system — P0–P5 triage for tasks and incidents\nCross-platform handoffs — structured context transfer between Slack/Discord/Telegram\nHeartbeat framework — proactive periodic checks with state tracking\nDecision logging — mandatory audit trail for architectural decisions\nMeta-learning framework — expert-first research methodology (Dunning-Kruger aware)\nSecurity baseline — secret transmission policy, prompt injection defense, data classification\nInstallation\n# First-time install (creates workspace files with markers)\nmake init\n\n# Upgrade existing workspace (replaces only SPACESUIT sections)\nmake upgrade\n\nHow It Works\n\nOpenClaw 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:\n\nFramework content is wrapped in <!-- SPACESUIT:BEGIN --> / <!-- SPACESUIT:END --> markers\nOn upgrade, only the content between markers is replaced\nEverything outside the markers (your customizations) is preserved\nFiles Managed\nFile\tBase Content\tUser Content\nAGENTS.md\tSession protocol, memory, git, safety, priorities\tChannel mappings, tool configs, personal rules\nSOUL.md\tCore personality scaffold\tPersonal vibe, human-specific tone\nTOOLS.md\tTool organization guidance\tActual tool configs, credentials refs, API details\nHEARTBEAT.md\tCheck framework & state tracking\tSpecific checks to run\nIDENTITY.md\t— (template only)\tName, avatar, personality\nUSER.md\t— (template only)\tAll about your human\nMEMORY.md\tLong-term memory structure\tProject notes, personal context\nSECURITY.md\tFull security baseline\tContact-specific alert channels\nMakefile\t— (template only)\tGateway management targets\nUpgrade Path\n# See what would change\n./scripts/diff.sh\n\n# Apply upgrade\n./scripts/upgrade.sh\n\n# Check version\ncat skills/spacesuit/VERSION"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jontsai/spacesuit",
    "publisherUrl": "https://clawhub.ai/jontsai/spacesuit",
    "owner": "jontsai",
    "version": "0.3.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}