📦 Coffee Prices by City — 城市咖啡比价

v1.0.0

输入中国任意城市,一键抓取星巴克、瑞幸、库迪等主流连锁店的拿铁、美式等饮品实时售价,自动对比并生成价格清单,帮你快速找到最便宜的那杯咖啡。

0· 255·0 当前·0 累计
by @realank (Realank)
下载技能包
最后更新
2026/3/5
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code and instructions match its stated purpose (producing city-level reference coffee prices); it makes an optional external IP lookup and requires the requests package but otherwise asks for no credentials or broad system access.
评估建议
This skill appears to be what it says: a local Python script that returns city-level reference prices. Before running: (1) review the BASE_PRICES and CITY_TIERS in scripts/coffee_prices.py if you need different values; (2) be aware the script may call https://ipinfo.io/json to auto-detect city when no --city or OPENCLAW_CITY is provided (network access required); (3) installing dependencies will pull the requests package from PyPI—run installs in a virtualenv or sandbox if you prefer; (4) the OP...
详细分析 ▾
用途与能力
Name/description align with included code and SKILL.md. The script computes reference prices from embedded BASE_PRICES and CITY_TIERS and formats output as markdown/json/csv as advertised. Use of the requests library and an optional IP geolocation lookup is coherent with the advertised 'auto-detect city' feature.
指令范围
SKILL.md and the CLI instruct the agent to optionally infer city from IP via https://ipinfo.io/json and to read an optional environment variable OPENCLAW_CITY. The instructions do not access unrelated system files or credentials. Note: OPENCLAW_CITY is used if present but not declared as a required env var (it's optional).
安装机制
No registry install spec; this is effectively an instruction-only skill with provided Python scripts and a requirements.txt listing requests>=2.31.0. Installing dependencies via pip will fetch from PyPI (expected). No downloads from untrusted URLs or archives are present.
凭证需求
The skill does not require credentials or secret environment variables. It does optionally read OPENCLAW_CITY and performs an outbound HTTPS request for IP-based geolocation. The optional env var is reasonable for the feature, but the registry metadata lists no environment variables while the runtime supports one optional variable.
持久化与权限
No elevated persistence requested (always:false). The skill does not modify other skills or system settings and has no install-time hooks in the registry metadata.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/5

coffee-prices v1.0.0 - Initial release with support for fetching and comparing latte, americano, cappuccino, and mocha prices from Starbucks, Luckin, and Cotti in major Chinese cities. - Provides reference prices by city tier (tier1/tier2/tier3), reflecting common local pricing. - Supports output in Markdown table (default), JSON, and CSV formats. - Allows manual city input, or automatic city detection via IP if not specified. - Extensible to add more brands and drink types with simple script edits.

无害

安装命令

点击复制
官方npx clawhub@latest install coffee-prices
镜像加速npx clawhub@latest install coffee-prices --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库