{
  "schemaVersion": "1.0",
  "item": {
    "slug": "context-onboarding",
    "name": "Context Onboarding",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/CrimsonDevil333333/context-onboarding",
    "canonicalUrl": "https://clawhub.ai/CrimsonDevil333333/context-onboarding",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/context-onboarding",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=context-onboarding",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/context-guidelines.md",
      "scripts/context_onboarding.py",
      "tests/test_context_onboarding.py"
    ],
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/context-onboarding"
    },
    "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/context-onboarding",
    "agentPageUrl": "https://openagent3.xyz/skills/context-onboarding/agent",
    "manifestUrl": "https://openagent3.xyz/skills/context-onboarding/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/context-onboarding/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": "When to use this skill",
        "body": "You're guiding someone new through Clawdy/Clawd and want a quick summary of the personality, operating rules, and per-skill notes.\nYou need to remind yourself of the tone preferences or tooling constraints without reading every document top to bottom."
      },
      {
        "title": "What it does",
        "body": "scripts/context_onboarding.py reads the key documents (SOUL.md, USER.md, AGENTS.md, TOOLS.md by default) and prints the first few lines of each so you can skim character, rules, and tooling notes.\nThe CLI supports --files to include additional documents, --lines to control how many lines are shown per file, and --brief to emit only the opening sentence of each section.\nUse references/context-guidelines.md when you need more guidance about what newcomers should read next or how to keep the vibe consistent."
      },
      {
        "title": "CLI usage",
        "body": "python3 skills/context-onboarding/scripts/context_onboarding.py summarizes the default identity docs and prints the first five lines per file.\nAdd --files docs/PLAYBOOK.md docs/ROLE.md to weave in extra reference material that onboards the newcomer to cadence notes or release rituals.\nPair --lines 2 with --brief to emit single-line headlines when you just need the gist.\n--workspace /path/to/other-workspace lets you compare multiple workspaces or prepare summaries for a sister repo before pairing."
      },
      {
        "title": "Example command",
        "body": "python3 skills/context-onboarding/scripts/context_onboarding.py --files references/context-guidelines.md HEARTBEAT.md --lines 2\n\nThis prints the opening two lines for the personality files plus the heartbeat and onboarding guide so you can review vibe, reminders, and cadence expectations without opening every file."
      },
      {
        "title": "Options",
        "body": "--files <path>: Accepts extra markdown files (comma/space separated) that the script should include in the output order you provide.\n--lines <n>: Controls how many lines from each file are shown (default 5) so you can tighten or loosen the briefing.\n--brief: Shrinks each preview to the first sentence (splitting on ., ?, or !). Use this for lightning summaries during sync calls.\n--workspace <dir>: Point the CLI at another workspace root; useful for onboarding clones, reviewing experimental docs, or prepping a new repo."
      },
      {
        "title": "References",
        "body": "references/context-guidelines.md documents onboarding topics, role expectations, cadence notes, and reminders for how this group runs."
      },
      {
        "title": "Resources",
        "body": "GitHub: https://github.com/CrimsonDevil333333/context-onboarding\nClawHub: https://www.clawhub.ai/skills/context-onboarding"
      }
    ],
    "body": "Context Onboarding\nWhen to use this skill\nYou're guiding someone new through Clawdy/Clawd and want a quick summary of the personality, operating rules, and per-skill notes.\nYou need to remind yourself of the tone preferences or tooling constraints without reading every document top to bottom.\nWhat it does\nscripts/context_onboarding.py reads the key documents (SOUL.md, USER.md, AGENTS.md, TOOLS.md by default) and prints the first few lines of each so you can skim character, rules, and tooling notes.\nThe CLI supports --files to include additional documents, --lines to control how many lines are shown per file, and --brief to emit only the opening sentence of each section.\nUse references/context-guidelines.md when you need more guidance about what newcomers should read next or how to keep the vibe consistent.\nCLI usage\npython3 skills/context-onboarding/scripts/context_onboarding.py summarizes the default identity docs and prints the first five lines per file.\nAdd --files docs/PLAYBOOK.md docs/ROLE.md to weave in extra reference material that onboards the newcomer to cadence notes or release rituals.\nPair --lines 2 with --brief to emit single-line headlines when you just need the gist.\n--workspace /path/to/other-workspace lets you compare multiple workspaces or prepare summaries for a sister repo before pairing.\nExample command\npython3 skills/context-onboarding/scripts/context_onboarding.py --files references/context-guidelines.md HEARTBEAT.md --lines 2\n\n\nThis prints the opening two lines for the personality files plus the heartbeat and onboarding guide so you can review vibe, reminders, and cadence expectations without opening every file.\n\nOptions\n--files <path>: Accepts extra markdown files (comma/space separated) that the script should include in the output order you provide.\n--lines <n>: Controls how many lines from each file are shown (default 5) so you can tighten or loosen the briefing.\n--brief: Shrinks each preview to the first sentence (splitting on ., ?, or !). Use this for lightning summaries during sync calls.\n--workspace <dir>: Point the CLI at another workspace root; useful for onboarding clones, reviewing experimental docs, or prepping a new repo.\nReferences\nreferences/context-guidelines.md documents onboarding topics, role expectations, cadence notes, and reminders for how this group runs.\nResources\nGitHub: https://github.com/CrimsonDevil333333/context-onboarding\nClawHub: https://www.clawhub.ai/skills/context-onboarding"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/CrimsonDevil333333/context-onboarding",
    "publisherUrl": "https://clawhub.ai/CrimsonDevil333333/context-onboarding",
    "owner": "CrimsonDevil333333",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/context-onboarding",
    "downloadUrl": "https://openagent3.xyz/downloads/context-onboarding",
    "agentUrl": "https://openagent3.xyz/skills/context-onboarding/agent",
    "manifestUrl": "https://openagent3.xyz/skills/context-onboarding/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/context-onboarding/agent.md"
  }
}