{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nix-mode",
    "name": "Nix Mode",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Chronicuser21/nix-mode",
    "canonicalUrl": "https://clawhub.ai/Chronicuser21/nix-mode",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nix-mode",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nix-mode",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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-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/nix-mode"
    },
    "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/nix-mode",
    "agentPageUrl": "https://openagent3.xyz/skills/nix-mode/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nix-mode/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nix-mode/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": "Clawdbot Nix Mode Skill",
        "body": "This skill handles Clawdbot operations specifically when running in Nix mode."
      },
      {
        "title": "Environment Detection",
        "body": "Detect when CLAWDBOT_NIX_MODE=1 is set\nIdentify Nix-managed configuration paths\nRecognize Nix-specific error messages and behaviors"
      },
      {
        "title": "Configuration Management",
        "body": "Understand that auto-install flows are disabled in Nix mode\nGuide users to proper Nix package management\nExplain why certain self-modification features are unavailable"
      },
      {
        "title": "Path Handling",
        "body": "Recognize Nix store paths\nUnderstand the difference between config and state directories\nHandle CLAWDBOT_CONFIG_PATH and CLAWDBOT_STATE_DIR appropriately"
      },
      {
        "title": "Troubleshooting",
        "body": "Identify Nix-specific remediation messages\nGuide users to proper dependency management via Nix\nExplain the read-only Nix mode banner behavior"
      },
      {
        "title": "Usage Guidelines",
        "body": "When operating in Nix mode:\n\nDo not attempt to auto-install dependencies\nDirect users to Nix package management instead\nRespect the immutable nature of Nix installations\nAdvise on proper configuration practices for Nix environments"
      }
    ],
    "body": "Clawdbot Nix Mode Skill\n\nThis skill handles Clawdbot operations specifically when running in Nix mode.\n\nNix Mode Specific Features\nEnvironment Detection\nDetect when CLAWDBOT_NIX_MODE=1 is set\nIdentify Nix-managed configuration paths\nRecognize Nix-specific error messages and behaviors\nConfiguration Management\nUnderstand that auto-install flows are disabled in Nix mode\nGuide users to proper Nix package management\nExplain why certain self-modification features are unavailable\nPath Handling\nRecognize Nix store paths\nUnderstand the difference between config and state directories\nHandle CLAWDBOT_CONFIG_PATH and CLAWDBOT_STATE_DIR appropriately\nTroubleshooting\nIdentify Nix-specific remediation messages\nGuide users to proper dependency management via Nix\nExplain the read-only Nix mode banner behavior\nUsage Guidelines\n\nWhen operating in Nix mode:\n\nDo not attempt to auto-install dependencies\nDirect users to Nix package management instead\nRespect the immutable nature of Nix installations\nAdvise on proper configuration practices for Nix environments"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Chronicuser21/nix-mode",
    "publisherUrl": "https://clawhub.ai/Chronicuser21/nix-mode",
    "owner": "Chronicuser21",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nix-mode",
    "downloadUrl": "https://openagent3.xyz/downloads/nix-mode",
    "agentUrl": "https://openagent3.xyz/skills/nix-mode/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nix-mode/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nix-mode/agent.md"
  }
}