{
  "schemaVersion": "1.0",
  "item": {
    "slug": "apo-cli",
    "name": "Apo Cli",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Lars147/apo-cli",
    "canonicalUrl": "https://clawhub.ai/Lars147/apo-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/apo-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apo-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "RESEARCH.md",
      "SKILL.md",
      "apo_cli.py",
      "pyproject.toml",
      "references/commands.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",
      "slug": "apo-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T01:51:37.680Z",
      "expiresAt": "2026-05-07T01:51:37.680Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apo-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apo-cli",
        "contentDisposition": "attachment; filename=\"apo-cli-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "apo-cli"
      },
      "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/apo-cli"
    },
    "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/apo-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/apo-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apo-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apo-cli/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": "apohealth.de / apo-cli Skill",
        "body": "Search pharmacy products and manage cart on apohealth.de using apo-cli — a pure-Python CLI bundled in this skill at {baseDir}/apo_cli.py."
      },
      {
        "title": "Setup",
        "body": "Python 3.9+ required (no external dependencies)\nNo login needed — apohealth.de works without authentication"
      },
      {
        "title": "Critical Rules",
        "body": "NEVER complete a purchase — Only build cart. User must checkout themselves.\nAlways provide the cart URL when interacting via chat: https://www.apohealth.de/cart/<variant_id>:<qty>,<variant_id>:<qty>,... — the user cannot open a browser from the agent, so they need a clickable link.\nConfirm before destructive actions (cart clear).\nShow prices when adding to cart so the user stays informed.\nPZN search — Users may provide a PZN (Pharmazentralnummer) directly; pass it as the search query."
      },
      {
        "title": "CLI Usage",
        "body": "python3 {baseDir}/apo_cli.py <resource> <action> [options]"
      },
      {
        "title": "Search Products",
        "body": "python3 {baseDir}/apo_cli.py search \"Ibuprofen 400\"       # by name\npython3 {baseDir}/apo_cli.py search \"04114918\"             # by PZN\npython3 {baseDir}/apo_cli.py search \"Nasenspray\" -n 20     # more results"
      },
      {
        "title": "Product Details",
        "body": "python3 {baseDir}/apo_cli.py product <handle>   # prices, variants, description"
      },
      {
        "title": "Browse Categories",
        "body": "python3 {baseDir}/apo_cli.py categories                        # list all\npython3 {baseDir}/apo_cli.py list --category bestseller         # browse category\npython3 {baseDir}/apo_cli.py list --category schmerzen -n 10    # with limit"
      },
      {
        "title": "Cart",
        "body": "python3 {baseDir}/apo_cli.py cart                    # show cart\npython3 {baseDir}/apo_cli.py cart add <variant_id>   # add product\npython3 {baseDir}/apo_cli.py cart remove <variant_id> # remove product\npython3 {baseDir}/apo_cli.py cart clear              # clear cart ⚠️\npython3 {baseDir}/apo_cli.py cart checkout           # open browser for checkout"
      },
      {
        "title": "Status",
        "body": "python3 {baseDir}/apo_cli.py status                  # CLI status info"
      },
      {
        "title": "Full Command Reference",
        "body": "For all commands, options, and flags see {baseDir}/references/commands.md."
      }
    ],
    "body": "apohealth.de / apo-cli Skill\n\nSearch pharmacy products and manage cart on apohealth.de using apo-cli — a pure-Python CLI bundled in this skill at {baseDir}/apo_cli.py.\n\nSetup\nPython 3.9+ required (no external dependencies)\nNo login needed — apohealth.de works without authentication\nCritical Rules\nNEVER complete a purchase — Only build cart. User must checkout themselves.\nAlways provide the cart URL when interacting via chat: https://www.apohealth.de/cart/<variant_id>:<qty>,<variant_id>:<qty>,... — the user cannot open a browser from the agent, so they need a clickable link.\nConfirm before destructive actions (cart clear).\nShow prices when adding to cart so the user stays informed.\nPZN search — Users may provide a PZN (Pharmazentralnummer) directly; pass it as the search query.\nCLI Usage\npython3 {baseDir}/apo_cli.py <resource> <action> [options]\n\nCore Workflows\nSearch Products\npython3 {baseDir}/apo_cli.py search \"Ibuprofen 400\"       # by name\npython3 {baseDir}/apo_cli.py search \"04114918\"             # by PZN\npython3 {baseDir}/apo_cli.py search \"Nasenspray\" -n 20     # more results\n\nProduct Details\npython3 {baseDir}/apo_cli.py product <handle>   # prices, variants, description\n\nBrowse Categories\npython3 {baseDir}/apo_cli.py categories                        # list all\npython3 {baseDir}/apo_cli.py list --category bestseller         # browse category\npython3 {baseDir}/apo_cli.py list --category schmerzen -n 10    # with limit\n\nCart\npython3 {baseDir}/apo_cli.py cart                    # show cart\npython3 {baseDir}/apo_cli.py cart add <variant_id>   # add product\npython3 {baseDir}/apo_cli.py cart remove <variant_id> # remove product\npython3 {baseDir}/apo_cli.py cart clear              # clear cart ⚠️\npython3 {baseDir}/apo_cli.py cart checkout           # open browser for checkout\n\nStatus\npython3 {baseDir}/apo_cli.py status                  # CLI status info\n\nFull Command Reference\n\nFor all commands, options, and flags see {baseDir}/references/commands.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Lars147/apo-cli",
    "publisherUrl": "https://clawhub.ai/Lars147/apo-cli",
    "owner": "Lars147",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/apo-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/apo-cli",
    "agentUrl": "https://openagent3.xyz/skills/apo-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apo-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apo-cli/agent.md"
  }
}