{
  "schemaVersion": "1.0",
  "item": {
    "slug": "analysis",
    "name": "Analysis",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/analysis",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/analysis",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/analysis",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=analysis",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "checks.md",
      "remediation.md",
      "tracking.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-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/analysis"
    },
    "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/analysis",
    "agentPageUrl": "https://openagent3.xyz/skills/analysis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/analysis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/analysis/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": "When To Use",
        "body": "Trigger when user says: \"check my system\", \"what's wrong\", \"health check\", \"diagnose\", \"audit\", \"why is X slow\", \"something feels off\"\n\nThis is NOT generic data analysis. This is system self-diagnosis — examining the agent's own workspace, configuration, and operational health."
      },
      {
        "title": "Analysis Modes",
        "body": "ModeScopeWhenQuickSecurity + critical operational\"Quick check\", default if unspecifiedFullAll categories, all checks\"Full audit\", \"deep check\"TargetedSingle category\"Check my memory\", \"audit cron\""
      },
      {
        "title": "Priority Order (Always This Sequence)",
        "body": "SECURITY — Exposed secrets, leaked credentials, permission issues\nOPERATIONAL — Broken crons, dead sessions, unreachable APIs\nHYGIENE — Memory bloat, orphan files, stale entries, inefficiencies\n\nStop and report critical security findings immediately. Don't bury them in a long list."
      },
      {
        "title": "Detection Strategy",
        "body": "Cheap first, expensive only when needed:\n\nFile checks (free) — existence, size, age, syntax\nLocal commands (cheap) — process lists, disk usage, git status\nAPI calls (expensive) — only when file-level signals warrant\n\nNever hit external APIs speculatively. Validate need from local evidence first."
      },
      {
        "title": "Findings Format",
        "body": "[CRITICAL|WARNING|INFO] category/subcategory: description\n  → Action: specific remediation step\n  → Auto-fixable: yes/no\n\nGroup by severity, not by category. User sees worst problems first."
      },
      {
        "title": "Load Detailed Checks",
        "body": "CategoryReferenceAll check definitions by categorychecks.mdRemediation actions and auto-fix scriptsremediation.mdTracking analysis runs, improvement over timetracking.md"
      }
    ],
    "body": "When To Use\n\nTrigger when user says: \"check my system\", \"what's wrong\", \"health check\", \"diagnose\", \"audit\", \"why is X slow\", \"something feels off\"\n\nThis is NOT generic data analysis. This is system self-diagnosis — examining the agent's own workspace, configuration, and operational health.\n\nAnalysis Modes\nMode\tScope\tWhen\nQuick\tSecurity + critical operational\t\"Quick check\", default if unspecified\nFull\tAll categories, all checks\t\"Full audit\", \"deep check\"\nTargeted\tSingle category\t\"Check my memory\", \"audit cron\"\nPriority Order (Always This Sequence)\nSECURITY — Exposed secrets, leaked credentials, permission issues\nOPERATIONAL — Broken crons, dead sessions, unreachable APIs\nHYGIENE — Memory bloat, orphan files, stale entries, inefficiencies\n\nStop and report critical security findings immediately. Don't bury them in a long list.\n\nDetection Strategy\n\nCheap first, expensive only when needed:\n\nFile checks (free) — existence, size, age, syntax\nLocal commands (cheap) — process lists, disk usage, git status\nAPI calls (expensive) — only when file-level signals warrant\n\nNever hit external APIs speculatively. Validate need from local evidence first.\n\nFindings Format\n[CRITICAL|WARNING|INFO] category/subcategory: description\n  → Action: specific remediation step\n  → Auto-fixable: yes/no\n\n\nGroup by severity, not by category. User sees worst problems first.\n\nLoad Detailed Checks\nCategory\tReference\nAll check definitions by category\tchecks.md\nRemediation actions and auto-fix scripts\tremediation.md\nTracking analysis runs, improvement over time\ttracking.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/analysis",
    "publisherUrl": "https://clawhub.ai/ivangdavila/analysis",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/analysis",
    "downloadUrl": "https://openagent3.xyz/downloads/analysis",
    "agentUrl": "https://openagent3.xyz/skills/analysis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/analysis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/analysis/agent.md"
  }
}