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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install apo-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install apo-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/apo-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: apo-cli description: 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. ---
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.
https://www.apohealth.de/cart/:,:,... — the user cannot open a browser from the agent, so they need a clickable link.python3 {baseDir}/apo_cli.py <resource> <action> [options]
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
python3 {baseDir}/apo_cli.py product <handle> # prices, variants, description
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
python3 {baseDir}/apo_cli.py cart # show cart
python3 {baseDir}/apo_cli.py cart add <variant_id> # add product
python3 {baseDir}/apo_cli.py cart remove <variant_id> # remove product
python3 {baseDir}/apo_cli.py cart clear # clear cart ⚠️
python3 {baseDir}/apo_cli.py cart checkout # open browser for checkout
python3 {baseDir}/apo_cli.py status # CLI status info
For all commands, options, and flags see {baseDir}/references/commands.md.
安装 Apo Cli 后,可以对 AI 说这些话来触发它
Help me get started with Apo Cli
Explains what Apo Cli does, walks through the setup, and runs a quick demo based on your current project
Use Apo Cli to search and order pharmacy products from apohealth
Invokes Apo Cli with the right parameters and returns the result directly in the conversation
What can I do with Apo Cli in my product manager workflow?
Lists the top use cases for Apo Cli, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/apo-cli/ 目录(个人级,所有项目可用),或 .claude/skills/apo-cli/(项目级)。重启 AI 客户端后,用 /apo-cli 主动调用,或让 AI 根据上下文自动发现并使用。
Apo Cli 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Apo Cli 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Apo Cli
Identifies repetitive steps in your workflow and sets up Apo Cli to handle them automatically