โ† All skills
Tencent SkillHub ยท Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, RESEARCH.md, SKILL.md, apo_cli.py, pyproject.toml, references/commands.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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/<variant_id>:<qty>,<variant_id>:<qty>,... โ€” 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 <resource> <action> [options]

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 <handle> # 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 <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

Status

python3 {baseDir}/apo_cli.py status # CLI status info

Full Command Reference

For all commands, options, and flags see {baseDir}/references/commands.md.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs1 Scripts1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • references/commands.md Docs
  • RESEARCH.md Docs
  • apo_cli.py Scripts
  • pyproject.toml Files