A powerful data retrieval skill for fetching and comparing coffee price benchmarks across major Chinese chains and cities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coffee-prices
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install coffee-prices using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The coffee-prices skill is a specialized utility designed for Openclaw Skills that allows users to fetch and analyze pricing data for mainstream coffee brands such as Starbucks, Luckin Coffee, and Cotti Coffee. It focuses on representative categories like Lattes and Americanos across various Chinese cities, providing a clear horizontal comparison of costs.
This skill employs a city-tier pricing logic, adjusting base prices according to the city's economic classification (Tier 1, Tier 2, or Tier 3). It is highly flexible, supporting manual city input, environment variables, or automated IP-based location detection to ensure users get relevant pricing data for their specific context.
To use this within the Openclaw Skills ecosystem, first install the necessary Python dependencies:
pip install -r requirements.txt
You can then run a basic query for a specific city using the following command:
python3 scripts/coffee_prices.py --city "Shanghai" --output markdown
The skill utilizes a structured parameter set to filter and format pricing data:
| Parameter | Description | Default Value |
|---|---|---|
--city |
The target Chinese city name (e.g., Beijing, Shanghai) | Auto-detected via IP |
--brands |
Comma-separated list of brands (starbucks, luckin, cotti) | starbucks,luckin,cotti |
--drinks |
Comma-separated categories (latte, americano, mocha) | latte,americano,cappuccino,mocha |
--output |
The desired format (markdown, json, csv) | markdown |
Loading
A powerful CLI-based bridge that allows AI agents to manage Apple Notes directly on macOS using the memo utility.

A Kanban-style task management dashboard designed for AI assistants to track, execute, and update work items automatically via web and CLI.

A diagnostic utility designed to verify environment readiness and agent communication within the automation ecosystem.

A lightweight diagnostic tool designed to verify the connectivity and core logic of AI agents.

A progressive conversational CLI tool for XT.COM exchange that handles spot and futures trading, market data, and account management.

A high-performance lead generation tool that automates business discovery and contact enrichment via Google Maps for professional sales workflows.








































