apo-cli

Review·Scanned 2/18/2026

Provides a CLI to search https://www.apohealth.de products, show details, manage a Shopify cart, and open checkout in the browser. It makes network calls to https://www.apohealth.de endpoints, reads/writes SCRIPT_DIR / "apo_cookies.json" and SCRIPT_DIR / "apo_cart.json", and the repo contains a X-Shopify-Storefront-Access-Token value.

from clawhub.ai·ve4ed8c4·44.9 KB·0 installs
Scanned from 0.1.1 at e4ed8c4 · Transparency log ↗
$ vett add clawhub.ai/lars147/apo-cliReview findings below
<h1 align="center">apo-cli 💊</h1> <p align="center"> <strong>Your pharmacy in the terminal — search products, manage cart, checkout in browser</strong> </p> <p align="center"> <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="Python 3.9+"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT License"></a> <img src="https://img.shields.io/badge/dependencies-none-brightgreen.svg" alt="Zero Dependencies"> </p>

🚀 Quick Start

uv tool install git+https://github.com/Lars147/apo-cli
apo search "Aspirin"

✨ Features

FeatureDescription
🔍 SearchFind products by name or PZN
📦 Product DetailsPrices, availability, descriptions
🗂️ CategoriesBrowse product collections
🛒 CartAdd, remove, view items
🌐 CheckoutOpens browser with your cart
🤖 AI-FriendlyDesigned for Claude, Codex, OpenClaw

📖 Usage

# Search
apo search "Ibuprofen 400"

# Product details
apo product <handle>

# Categories
apo categories
apo list --category bestseller

# Cart
apo cart                      # Show
apo cart add <variant_id>     # Add
apo cart remove <variant_id>  # Remove
apo cart clear                # Clear
apo cart checkout             # Open browser

⚠️ Disclaimer

Unofficial tool for apohealth.de. Not affiliated with apohealth.


📄 License

MIT © Lars Heinen