{
  "schemaVersion": "1.0",
  "item": {
    "slug": "local-file-rag-basic",
    "name": "local-file-rag-basic",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/wjreliable/local-file-rag-basic",
    "canonicalUrl": "https://clawhub.ai/wjreliable/local-file-rag-basic",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/local-file-rag-basic",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=local-file-rag-basic",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "script/bm25.js",
      "script/chunker.js",
      "script/index.js"
    ],
    "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",
      "slug": "local-file-rag-basic",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T00:18:02.198Z",
      "expiresAt": "2026-05-12T00:18:02.198Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=local-file-rag-basic",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=local-file-rag-basic",
        "contentDisposition": "attachment; filename=\"local-file-rag-basic-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "local-file-rag-basic"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/local-file-rag-basic"
    },
    "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/local-file-rag-basic",
    "agentPageUrl": "https://openagent3.xyz/skills/local-file-rag-basic/agent",
    "manifestUrl": "https://openagent3.xyz/skills/local-file-rag-basic/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/local-file-rag-basic/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": "Description",
        "body": "This is the Basic Edition of the high-performance local RAG suite, providing efficient code and document retrieval within constraints.\n\nConstraints:\n\nOnly indexes files under 20MB.\nUses single-threaded (sequential) indexing for lower resource usage.\n\n\nSupport: JS/TS, Python, C++, Go, Markdown, PDF, DOCX, XLSX, etc."
      },
      {
        "title": "local_file_rag_search",
        "body": "Efficiently searches the local workspace.\n\nParameters:\n\nquery (string, required): Search terms or function names.\ntargetFile (string, optional): Specific file path to restrict the search.\nrootDir (string, optional): Root directory to scan.\n\nOutput Protocol:\nReturns a structured result with Skeletons, Metadata, and Clustered Code Snippets."
      }
    ],
    "body": "Skill: Local File RAG Search (Basic Edition)\nDescription\n\nThis is the Basic Edition of the high-performance local RAG suite, providing efficient code and document retrieval within constraints.\n\nConstraints:\nOnly indexes files under 20MB.\nUses single-threaded (sequential) indexing for lower resource usage.\nSupport: JS/TS, Python, C++, Go, Markdown, PDF, DOCX, XLSX, etc.\nTools\nlocal_file_rag_search\n\nEfficiently searches the local workspace.\n\nParameters:\n\nquery (string, required): Search terms or function names.\ntargetFile (string, optional): Specific file path to restrict the search.\nrootDir (string, optional): Root directory to scan.\n\nOutput Protocol: Returns a structured result with Skeletons, Metadata, and Clustered Code Snippets."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wjreliable/local-file-rag-basic",
    "publisherUrl": "https://clawhub.ai/wjreliable/local-file-rag-basic",
    "owner": "wjreliable",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/local-file-rag-basic",
    "downloadUrl": "https://openagent3.xyz/downloads/local-file-rag-basic",
    "agentUrl": "https://openagent3.xyz/skills/local-file-rag-basic/agent",
    "manifestUrl": "https://openagent3.xyz/skills/local-file-rag-basic/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/local-file-rag-basic/agent.md"
  }
}