{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clauditor",
    "name": "Clauditor",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/apollostreetcompany/clauditor",
    "canonicalUrl": "https://clawhub.ai/apollostreetcompany/clauditor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clauditor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clauditor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "AGENTS.md",
      "Cargo.toml",
      "README.md",
      "SKILL.md",
      "crates/alerter/Cargo.toml",
      "crates/alerter/src/lib.rs"
    ],
    "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/clauditor"
    },
    "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/clauditor",
    "agentPageUrl": "https://openagent3.xyz/skills/clauditor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clauditor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clauditor/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": "Clauditor",
        "body": "Security watchdog that monitors filesystem activity and creates tamper-evident logs. Even if Clawdbot is compromised, it cannot stop the watchdog, forge entries, or delete evidence."
      },
      {
        "title": "Installation (Guided)",
        "body": "Use the CLI wizard to guide users through installation:\n\ncd /path/to/clauditor\ncargo build --release"
      },
      {
        "title": "Agent Workflow",
        "body": "Check status: ./target/release/clauditor wizard status\n\nReturns JSON with current_step (1-6) and complete (true/false)\n\n\n\nGet next step: ./target/release/clauditor wizard next\n\nShows WHAT it does, WHY it matters, and the exact COMMAND to run\n\n\n\nUser runs the sudo command\n\n\nVerify: ./target/release/clauditor wizard verify\n\nConfirms step completed\n\n\n\nRepeat until complete: true"
      },
      {
        "title": "Example Interaction",
        "body": "User: \"Install clauditor\"\n\nAgent: [runs wizard status → current_step: 1]\nAgent: \"Step 1 of 6: Create system user\n\nThis creates a 'sysaudit' user that runs the watchdog. Even if you're \ncompromised, you can't kill a process owned by another user.\n\nRun this:\nsudo useradd --system --shell /usr/sbin/nologin --no-create-home sysaudit\n\nLet me know when done.\"\n\nUser: \"done\"\n\nAgent: [runs wizard verify → success]\nAgent: [runs wizard next → step 2...]"
      },
      {
        "title": "Check status",
        "body": "systemctl status systemd-journaldd"
      },
      {
        "title": "Generate digest",
        "body": "./target/release/clauditor digest \\\n  --log /var/lib/.sysd/.audit/events.log \\\n  --key /etc/sysaudit/key \\\n  --format markdown"
      },
      {
        "title": "Quick Install (Power Users)",
        "body": "sudo bash wizard/wizard.sh"
      },
      {
        "title": "Configuration",
        "body": "Config: /etc/sysaudit/config.toml\nKey: /etc/sysaudit/key\nLogs: /var/lib/.sysd/.audit/events.log\n\nEdit config to customize watch_paths and target_uid."
      }
    ],
    "body": "Clauditor\n\nSecurity watchdog that monitors filesystem activity and creates tamper-evident logs. Even if Clawdbot is compromised, it cannot stop the watchdog, forge entries, or delete evidence.\n\nInstallation (Guided)\n\nUse the CLI wizard to guide users through installation:\n\ncd /path/to/clauditor\ncargo build --release\n\nAgent Workflow\n\nCheck status: ./target/release/clauditor wizard status\n\nReturns JSON with current_step (1-6) and complete (true/false)\n\nGet next step: ./target/release/clauditor wizard next\n\nShows WHAT it does, WHY it matters, and the exact COMMAND to run\n\nUser runs the sudo command\n\nVerify: ./target/release/clauditor wizard verify\n\nConfirms step completed\n\nRepeat until complete: true\n\nExample Interaction\nUser: \"Install clauditor\"\n\nAgent: [runs wizard status → current_step: 1]\nAgent: \"Step 1 of 6: Create system user\n\nThis creates a 'sysaudit' user that runs the watchdog. Even if you're \ncompromised, you can't kill a process owned by another user.\n\nRun this:\nsudo useradd --system --shell /usr/sbin/nologin --no-create-home sysaudit\n\nLet me know when done.\"\n\nUser: \"done\"\n\nAgent: [runs wizard verify → success]\nAgent: [runs wizard next → step 2...]\n\nAfter Installation\nCheck status\nsystemctl status systemd-journaldd\n\nGenerate digest\n./target/release/clauditor digest \\\n  --log /var/lib/.sysd/.audit/events.log \\\n  --key /etc/sysaudit/key \\\n  --format markdown\n\nQuick Install (Power Users)\nsudo bash wizard/wizard.sh\n\nConfiguration\nConfig: /etc/sysaudit/config.toml\nKey: /etc/sysaudit/key\nLogs: /var/lib/.sysd/.audit/events.log\n\nEdit config to customize watch_paths and target_uid."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/apollostreetcompany/clauditor",
    "publisherUrl": "https://clawhub.ai/apollostreetcompany/clauditor",
    "owner": "apollostreetcompany",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clauditor",
    "downloadUrl": "https://openagent3.xyz/downloads/clauditor",
    "agentUrl": "https://openagent3.xyz/skills/clauditor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clauditor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clauditor/agent.md"
  }
}