/install apo-cli
apohealth.de / apo-cli Skill
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.
Setup
- Python 3.9+ required (no external dependencies)
- No login needed — apohealth.de works without authentication
Critical Rules
- NEVER complete a purchase — Only build cart. User must checkout themselves.
- Always provide the cart URL when interacting via chat:
https://www.apohealth.de/cart/\x3Cvariant_id>:\x3Cqty>,\x3Cvariant_id>:\x3Cqty>,...— the user cannot open a browser from the agent, so they need a clickable link. - Confirm before destructive actions (cart clear).
- Show prices when adding to cart so the user stays informed.
- PZN search — Users may provide a PZN (Pharmazentralnummer) directly; pass it as the search query.
CLI Usage
python3 {baseDir}/apo_cli.py \x3Cresource> \x3Caction> [options]
Core Workflows
Search Products
python3 {baseDir}/apo_cli.py search "Ibuprofen 400" # by name
python3 {baseDir}/apo_cli.py search "04114918" # by PZN
python3 {baseDir}/apo_cli.py search "Nasenspray" -n 20 # more results
Product Details
python3 {baseDir}/apo_cli.py product \x3Chandle> # prices, variants, description
Browse Categories
python3 {baseDir}/apo_cli.py categories # list all
python3 {baseDir}/apo_cli.py list --category bestseller # browse category
python3 {baseDir}/apo_cli.py list --category schmerzen -n 10 # with limit
Cart
python3 {baseDir}/apo_cli.py cart # show cart
python3 {baseDir}/apo_cli.py cart add \x3Cvariant_id> # add product
python3 {baseDir}/apo_cli.py cart remove \x3Cvariant_id> # remove product
python3 {baseDir}/apo_cli.py cart clear # clear cart ⚠️
python3 {baseDir}/apo_cli.py cart checkout # open browser for checkout
Status
python3 {baseDir}/apo_cli.py status # CLI status info
Full Command Reference
For all commands, options, and flags see {baseDir}/references/commands.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install apo-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/apo-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Apo Cli 是什么?
Search and order pharmacy products from apohealth.de via apo-cli. Use for medication search (by name or PZN), product details, category browsing, and cart management. Trigger when the user mentions Apotheke, pharmacy, Medikament, medication, PZN, apohealth, or health products. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1165 次。
如何安装 Apo Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install apo-cli」即可一键安装,无需额外配置。
Apo Cli 是免费的吗?
是的,Apo Cli 完全免费(开源免费),可自由下载、安装和使用。
Apo Cli 支持哪些平台?
Apo Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Apo Cli?
由 Lars147(@lars147)开发并维护,当前版本 v0.1.1。