{
  "schemaVersion": "1.0",
  "item": {
    "slug": "chis-chisf",
    "name": "CHIS/CHISF",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/zququ/chis-chisf",
    "canonicalUrl": "https://clawhub.ai/zququ/chis-chisf",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/chis-chisf",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=chis-chisf",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/chis-chisf.sh"
    ],
    "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. 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. 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/chis-chisf"
    },
    "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/chis-chisf",
    "agentPageUrl": "https://openagent3.xyz/skills/chis-chisf/agent",
    "manifestUrl": "https://openagent3.xyz/skills/chis-chisf/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/chis-chisf/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "CHIS / CHISF",
        "body": "A lightweight skill to standardize how we install/manage OpenClaw skills."
      },
      {
        "title": "Core idea",
        "body": "chis <slug> [workdir] [version] = install a skill from ClawHub.\nchisf <slug> [workdir] [version] = force-install when the package is flagged/requires overwrite.\nclawhub inspect <slug> = inspect before install (recommended for validation).\nAlways run installs with explicit workdir and skills dir to avoid path confusion.\n\nDefault workdir in examples: /Users/zququ/.openclaw/workspace."
      },
      {
        "title": "1) Standard install",
        "body": "clawhub install <slug> --workdir /Users/zququ/.openclaw/workspace --dir skills --version <version>\n\nOmit --version for latest.\nIf no version argument, installs latest available."
      },
      {
        "title": "2) Force install",
        "body": "clawhub install <slug> --force --workdir /Users/zququ/.openclaw/workspace --dir skills --version <version>\n\nUse this when:\n\npackage is flagged as suspicious\noverwrite behavior is required"
      },
      {
        "title": "3) Inspect before install (recommended)",
        "body": "clawhub inspect <slug>"
      },
      {
        "title": "4) Verify",
        "body": "clawhub list --workdir /Users/zququ/.openclaw/workspace --dir skills"
      },
      {
        "title": "CHIS aliases",
        "body": "Use these shortcuts in practice:\n\nchis <slug> → same as standard install in default workspace.\nchisf <slug> → same as force install in default workspace.\nIf needed, set your session path context and explicitly pass an alternate path:\n\nchis --workdir /alt/path <slug>\nchisf --workdir /alt/path <slug>"
      },
      {
        "title": "Failure handling",
        "body": "If Rate limit exceeded: retry after a few minutes.\nIf command fails due to path mismatch: ensure you are checking with same --workdir and --dir skills used during install.\nIf package not found: confirm correct slug via clawhub search <keyword>."
      },
      {
        "title": "Safe defaults for this environment",
        "body": "Use:\n\n--workdir /Users/zququ/.openclaw/workspace\n--dir skills\n\n\n\nAlready-known working example:\n\nclawhub install proactive-agent --force --workdir /Users/zququ/.openclaw/workspace --dir skills"
      },
      {
        "title": "Notes",
        "body": "CHISF is a human-facing label I use for force-install style operations.\nKeep all install actions explicit and repeatable; never rely on default working dir.\nFailure handling\n\nIf install fails, run clawhub inspect <slug> --workdir /Users/zququ/.openclaw/workspace --dir skills for a quick pre-check.\nIf it still fails due to environment mismatch, re-run with explicit --workdir /Users/zququ/.openclaw/workspace and --dir skills (never rely on implicit defaults).\n\n\nFor suspected API/service issues (e.g., rate limit exceeded), prefer 10–20 minute pause and retry.\nIf rate limit persists, use the local fallback installer: /Users/zququ/.local/bin/clawhub-install-safe --force <slug> <workdir> (or without --force when not needed) before switching to another approach.\nKeep the same --workdir and --dir skills/registry context when re-running."
      }
    ],
    "body": "CHIS / CHISF\n\nA lightweight skill to standardize how we install/manage OpenClaw skills.\n\nCore idea\nchis <slug> [workdir] [version] = install a skill from ClawHub.\nchisf <slug> [workdir] [version] = force-install when the package is flagged/requires overwrite.\nclawhub inspect <slug> = inspect before install (recommended for validation).\nAlways run installs with explicit workdir and skills dir to avoid path confusion.\n\nDefault workdir in examples: /Users/zququ/.openclaw/workspace.\n\nDefault command mapping\n1) Standard install\nclawhub install <slug> --workdir /Users/zququ/.openclaw/workspace --dir skills --version <version>\n\nOmit --version for latest.\nIf no version argument, installs latest available.\n2) Force install\nclawhub install <slug> --force --workdir /Users/zququ/.openclaw/workspace --dir skills --version <version>\n\n\nUse this when:\n\npackage is flagged as suspicious\noverwrite behavior is required\n3) Inspect before install (recommended)\nclawhub inspect <slug>\n\n4) Verify\nclawhub list --workdir /Users/zququ/.openclaw/workspace --dir skills\n\nCHIS aliases\n\nUse these shortcuts in practice:\n\nchis <slug> → same as standard install in default workspace.\nchisf <slug> → same as force install in default workspace.\nIf needed, set your session path context and explicitly pass an alternate path:\nchis --workdir /alt/path <slug>\nchisf --workdir /alt/path <slug>\nFailure handling\nIf Rate limit exceeded: retry after a few minutes.\nIf command fails due to path mismatch: ensure you are checking with same --workdir and --dir skills used during install.\nIf package not found: confirm correct slug via clawhub search <keyword>.\nSafe defaults for this environment\n\nUse:\n\n--workdir /Users/zququ/.openclaw/workspace\n--dir skills\n\nAlready-known working example:\n\nclawhub install proactive-agent --force --workdir /Users/zququ/.openclaw/workspace --dir skills\n\nNotes\nCHISF is a human-facing label I use for force-install style operations.\nKeep all install actions explicit and repeatable; never rely on default working dir.\nFailure handling\nIf install fails, run clawhub inspect <slug> --workdir /Users/zququ/.openclaw/workspace --dir skills for a quick pre-check.\nIf it still fails due to environment mismatch, re-run with explicit --workdir /Users/zququ/.openclaw/workspace and --dir skills (never rely on implicit defaults).\nFor suspected API/service issues (e.g., rate limit exceeded), prefer 10–20 minute pause and retry.\nIf rate limit persists, use the local fallback installer: /Users/zququ/.local/bin/clawhub-install-safe --force <slug> <workdir> (or without --force when not needed) before switching to another approach.\nKeep the same --workdir and --dir skills/registry context when re-running."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zququ/chis-chisf",
    "publisherUrl": "https://clawhub.ai/zququ/chis-chisf",
    "owner": "zququ",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/chis-chisf",
    "downloadUrl": "https://openagent3.xyz/downloads/chis-chisf",
    "agentUrl": "https://openagent3.xyz/skills/chis-chisf/agent",
    "manifestUrl": "https://openagent3.xyz/skills/chis-chisf/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/chis-chisf/agent.md"
  }
}