{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wisediag-medocr",
    "name": "WiseDiag MedOCR",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wisediag/wisediag-medocr",
    "canonicalUrl": "https://clawhub.ai/wisediag/wisediag-medocr",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wisediag-medocr",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wisediag-medocr",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "requirements.txt",
      "scripts/wiseocr.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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/wisediag-medocr"
    },
    "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/wisediag-medocr",
    "agentPageUrl": "https://openagent3.xyz/skills/wisediag-medocr/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wisediag-medocr/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wisediag-medocr/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": "⚠️ Privacy Warning",
        "body": "IMPORTANT - READ BEFORE INSTALLING:\n\nThis skill uploads your files to WiseDiag's cloud servers for OCR processing.\n\nDo NOT use with sensitive or confidential documents unless:\n\nYou trust WiseDiag's data handling policies\nYou accept that file contents will be transmitted and processed remotely\n\nFor sensitive documents, use offline/local OCR tools instead."
      },
      {
        "title": "WiseOCR Skill (powered by WiseDiag)",
        "body": "A high-accuracy OCR tool that converts PDF files into Markdown format. After processing, the Markdown result is automatically saved to disk — no additional saving is needed."
      },
      {
        "title": "Installation",
        "body": "pip install -r requirements.txt"
      },
      {
        "title": "🔑 API Key Setup (Required)",
        "body": "Get your API key: 👉 https://console.wisediag.com/apiKeyManage\n\nThe API key MUST be set as an environment variable. The script reads it automatically.\n\nexport WISEDIAG_API_KEY=your_api_key"
      },
      {
        "title": "How to Process a PDF (Step-by-Step)",
        "body": "NEVER call any API or HTTP endpoint directly. ONLY use the script below.\n\nStep 1: Set the API key (if not already set):\n\nexport WISEDIAG_API_KEY=your_api_key\n\nStep 2: Run the script with the input PDF file:\n\ncd scripts\npython3 wiseocr.py -i \"/path/to/input_filename.pdf\"\n\nIMPORTANT: If the input file has been copied or renamed (e.g. to a temp path), always pass -n with the original filename (without extension) so the output file is named correctly:\n\npython3 wiseocr.py -i \"/tmp/ocr_input.pdf\" -n \"my_report\"\n# Output saved to: ~/.openclaw/workspace/WiseOCR/my_report.md\n\nThe Markdown result is saved to ~/.openclaw/workspace/WiseOCR/{name}.md automatically. No additional saving is needed."
      },
      {
        "title": "Arguments",
        "body": "FlagDescription-i, --inputInput PDF file path (required)-n, --nameOriginal filename without extension for output (recommended when input file is renamed/copied)-o, --outputOutput directory (default: ~/.openclaw/workspace/WiseOCR)--dpiPDF rendering DPI, 72-600 (default: 200)"
      },
      {
        "title": "Data Privacy",
        "body": "What happens to your files:\n\nFiles are uploaded to WiseDiag's OCR API\nFiles are processed on WiseDiag servers\nProcessing results are returned to you\nFiles are not permanently stored on WiseDiag servers\n\nFor sensitive documents, use offline/local OCR tools instead."
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "⚠️ Privacy Warning\n\nIMPORTANT - READ BEFORE INSTALLING:\n\nThis skill uploads your files to WiseDiag's cloud servers for OCR processing.\n\nDo NOT use with sensitive or confidential documents unless:\n\nYou trust WiseDiag's data handling policies\nYou accept that file contents will be transmitted and processed remotely\n\nFor sensitive documents, use offline/local OCR tools instead.\n\nWiseOCR Skill (powered by WiseDiag)\n\nA high-accuracy OCR tool that converts PDF files into Markdown format. After processing, the Markdown result is automatically saved to disk — no additional saving is needed.\n\nInstallation\npip install -r requirements.txt\n\n🔑 API Key Setup (Required)\n\nGet your API key: 👉 https://console.wisediag.com/apiKeyManage\n\nThe API key MUST be set as an environment variable. The script reads it automatically.\n\nexport WISEDIAG_API_KEY=your_api_key\n\nHow to Process a PDF (Step-by-Step)\n\nNEVER call any API or HTTP endpoint directly. ONLY use the script below.\n\nStep 1: Set the API key (if not already set):\n\nexport WISEDIAG_API_KEY=your_api_key\n\n\nStep 2: Run the script with the input PDF file:\n\ncd scripts\npython3 wiseocr.py -i \"/path/to/input_filename.pdf\"\n\n\nIMPORTANT: If the input file has been copied or renamed (e.g. to a temp path), always pass -n with the original filename (without extension) so the output file is named correctly:\n\npython3 wiseocr.py -i \"/tmp/ocr_input.pdf\" -n \"my_report\"\n# Output saved to: ~/.openclaw/workspace/WiseOCR/my_report.md\n\n\nThe Markdown result is saved to ~/.openclaw/workspace/WiseOCR/{name}.md automatically. No additional saving is needed.\n\nArguments\nFlag\tDescription\n-i, --input\tInput PDF file path (required)\n-n, --name\tOriginal filename without extension for output (recommended when input file is renamed/copied)\n-o, --output\tOutput directory (default: ~/.openclaw/workspace/WiseOCR)\n--dpi\tPDF rendering DPI, 72-600 (default: 200)\nData Privacy\n\nWhat happens to your files:\n\nFiles are uploaded to WiseDiag's OCR API\nFiles are processed on WiseDiag servers\nProcessing results are returned to you\nFiles are not permanently stored on WiseDiag servers\n\nFor sensitive documents, use offline/local OCR tools instead.\n\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wisediag/wisediag-medocr",
    "publisherUrl": "https://clawhub.ai/wisediag/wisediag-medocr",
    "owner": "wisediag",
    "version": "1.0.21",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wisediag-medocr",
    "downloadUrl": "https://openagent3.xyz/downloads/wisediag-medocr",
    "agentUrl": "https://openagent3.xyz/skills/wisediag-medocr/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wisediag-medocr/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wisediag-medocr/agent.md"
  }
}