{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agentlens",
    "name": "Agentlens",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/nguyenphutrong/agentlens",
    "canonicalUrl": "https://clawhub.ai/nguyenphutrong/agentlens",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agentlens",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentlens",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/structure.md",
      "references/navigation.md",
      "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-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/agentlens"
    },
    "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/agentlens",
    "agentPageUrl": "https://openagent3.xyz/skills/agentlens/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentlens/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentlens/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": "Before Working on Any Codebase",
        "body": "Always start by reading .agentlens/INDEX.md for the project map."
      },
      {
        "title": "Navigation Hierarchy",
        "body": "LevelFilePurposeL0INDEX.mdProject overview, all modules listedL1modules/{slug}/MODULE.mdModule details, file listL1modules/{slug}/outline.mdSymbols in large filesL1modules/{slug}/memory.mdTODOs, warnings, business rulesL1modules/{slug}/imports.mdFile dependenciesL2files/{slug}.mdDeep docs for complex files"
      },
      {
        "title": "Navigation Flow",
        "body": "INDEX.md → Find module → MODULE.md → outline.md/memory.md → Source file"
      },
      {
        "title": "When To Read What",
        "body": "You NeedRead ThisProject overview.agentlens/INDEX.mdFind a moduleINDEX.md, search module nameUnderstand a modulemodules/{slug}/MODULE.mdFind function/class in large filemodules/{slug}/outline.mdFind TODOs, warnings, rulesmodules/{slug}/memory.mdUnderstand file dependenciesmodules/{slug}/imports.md"
      },
      {
        "title": "Best Practices",
        "body": "Don't read source files directly for large codebases - use outline.md first\nCheck memory.md before modifying code to see warnings and TODOs\nUse outline.md to locate symbols, then read only the needed source sections\nRegenerate docs with agentlens command if they seem stale\n\nFor detailed navigation patterns, see references/navigation.md\nFor structure explanation, see references/structure.md"
      }
    ],
    "body": "AgentLens - Codebase Navigation\nBefore Working on Any Codebase\n\nAlways start by reading .agentlens/INDEX.md for the project map.\n\nNavigation Hierarchy\nLevel\tFile\tPurpose\nL0\tINDEX.md\tProject overview, all modules listed\nL1\tmodules/{slug}/MODULE.md\tModule details, file list\nL1\tmodules/{slug}/outline.md\tSymbols in large files\nL1\tmodules/{slug}/memory.md\tTODOs, warnings, business rules\nL1\tmodules/{slug}/imports.md\tFile dependencies\nL2\tfiles/{slug}.md\tDeep docs for complex files\nNavigation Flow\nINDEX.md → Find module → MODULE.md → outline.md/memory.md → Source file\n\nWhen To Read What\nYou Need\tRead This\nProject overview\t.agentlens/INDEX.md\nFind a module\tINDEX.md, search module name\nUnderstand a module\tmodules/{slug}/MODULE.md\nFind function/class in large file\tmodules/{slug}/outline.md\nFind TODOs, warnings, rules\tmodules/{slug}/memory.md\nUnderstand file dependencies\tmodules/{slug}/imports.md\nBest Practices\nDon't read source files directly for large codebases - use outline.md first\nCheck memory.md before modifying code to see warnings and TODOs\nUse outline.md to locate symbols, then read only the needed source sections\nRegenerate docs with agentlens command if they seem stale\n\nFor detailed navigation patterns, see references/navigation.md For structure explanation, see references/structure.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nguyenphutrong/agentlens",
    "publisherUrl": "https://clawhub.ai/nguyenphutrong/agentlens",
    "owner": "nguyenphutrong",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agentlens",
    "downloadUrl": "https://openagent3.xyz/downloads/agentlens",
    "agentUrl": "https://openagent3.xyz/skills/agentlens/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentlens/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentlens/agent.md"
  }
}