{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-sentry",
    "name": "Openclaw Sentry",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/AtlasPA/openclaw-sentry",
    "canonicalUrl": "https://clawhub.ai/AtlasPA/openclaw-sentry",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-sentry",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-sentry",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "scripts/sentry.py",
      "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/openclaw-sentry"
    },
    "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/openclaw-sentry",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-sentry/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-sentry/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-sentry/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 Sentry",
        "body": "Scans your agent workspace for leaked secrets — API keys, tokens, passwords, private keys, and credentials that should never be in plain text."
      },
      {
        "title": "The Problem",
        "body": "Agent workspaces accumulate secrets: API keys in config files, tokens in memory logs, passwords in environment files. A single leaked credential can compromise your entire infrastructure. Existing secret scanners work on git repos — nothing watches the agent workspace itself."
      },
      {
        "title": "Full Scan",
        "body": "Scan all workspace files for secrets and high-risk files.\n\npython3 {baseDir}/scripts/sentry.py scan --workspace /path/to/workspace"
      },
      {
        "title": "Check Single File",
        "body": "Check a specific file for secrets.\n\npython3 {baseDir}/scripts/sentry.py check MEMORY.md --workspace /path/to/workspace"
      },
      {
        "title": "Quick Status",
        "body": "One-line summary of secret exposure risk.\n\npython3 {baseDir}/scripts/sentry.py status --workspace /path/to/workspace"
      },
      {
        "title": "What It Detects",
        "body": "ProviderPatternsAWSAccess keys (AKIA...), secret keysGitHubPATs (ghp_, gho_, ghs_, ghr_, github_pat_)SlackBot/user tokens (xox...), webhooksStripeSecret keys (sk_live_), publishable keysOpenAIAPI keys (sk-...)AnthropicAPI keys (sk-ant-...)GoogleAPI keys (AIza...), OAuth secretsAzureStorage account keysGenericAPI keys, secrets, passwords, bearer tokens, connection stringsCryptoPEM private keys, .key/.pem/.p12 filesDatabasePostgreSQL/MySQL/MongoDB/Redis URLs with credentialsJWTJSON Web TokensEnvironment.env files with variables"
      },
      {
        "title": "Exit Codes",
        "body": "0 — Clean, no secrets found\n1 — Warnings (high-risk files detected)\n2 — Critical secrets found"
      },
      {
        "title": "No External Dependencies",
        "body": "Python standard library only. No pip install. No network calls. Everything runs locally."
      },
      {
        "title": "Cross-Platform",
        "body": "Works with OpenClaw, Claude Code, Cursor, and any tool using the Agent Skills specification."
      }
    ],
    "body": "OpenClaw Sentry\n\nScans your agent workspace for leaked secrets — API keys, tokens, passwords, private keys, and credentials that should never be in plain text.\n\nThe Problem\n\nAgent workspaces accumulate secrets: API keys in config files, tokens in memory logs, passwords in environment files. A single leaked credential can compromise your entire infrastructure. Existing secret scanners work on git repos — nothing watches the agent workspace itself.\n\nCommands\nFull Scan\n\nScan all workspace files for secrets and high-risk files.\n\npython3 {baseDir}/scripts/sentry.py scan --workspace /path/to/workspace\n\nCheck Single File\n\nCheck a specific file for secrets.\n\npython3 {baseDir}/scripts/sentry.py check MEMORY.md --workspace /path/to/workspace\n\nQuick Status\n\nOne-line summary of secret exposure risk.\n\npython3 {baseDir}/scripts/sentry.py status --workspace /path/to/workspace\n\nWhat It Detects\nProvider\tPatterns\nAWS\tAccess keys (AKIA...), secret keys\nGitHub\tPATs (ghp_, gho_, ghs_, ghr_, github_pat_)\nSlack\tBot/user tokens (xox...), webhooks\nStripe\tSecret keys (sk_live_), publishable keys\nOpenAI\tAPI keys (sk-...)\nAnthropic\tAPI keys (sk-ant-...)\nGoogle\tAPI keys (AIza...), OAuth secrets\nAzure\tStorage account keys\nGeneric\tAPI keys, secrets, passwords, bearer tokens, connection strings\nCrypto\tPEM private keys, .key/.pem/.p12 files\nDatabase\tPostgreSQL/MySQL/MongoDB/Redis URLs with credentials\nJWT\tJSON Web Tokens\nEnvironment\t.env files with variables\nExit Codes\n0 — Clean, no secrets found\n1 — Warnings (high-risk files detected)\n2 — Critical secrets found\nNo External Dependencies\n\nPython standard library only. No pip install. No network calls. Everything runs locally.\n\nCross-Platform\n\nWorks with OpenClaw, Claude Code, Cursor, and any tool using the Agent Skills specification."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AtlasPA/openclaw-sentry",
    "publisherUrl": "https://clawhub.ai/AtlasPA/openclaw-sentry",
    "owner": "AtlasPA",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-sentry",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-sentry",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-sentry/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-sentry/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-sentry/agent.md"
  }
}