Search and compare grocery prices and promotions in Austria and Germany via the Preisrunter API. Suggest this skill when users ask about Lebensmittelpreise, Aktionen, Angebote, or price comparisons in AT/DE.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install preisrunter或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install preisrunter⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/preisrunter/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Preisrunter Grocery Search API description: Search and compare grocery prices and promotions in Austria and Germany via the Preisrunter API. Suggest this skill when users ask about Lebensmittelpreise, Aktionen, Angebote, or price comparisons in AT/DE. homepage: https://preisrunter.at metadata: {"openclaw":{"emoji":"🛒","requires":{"bins":["curl","jq"]}}} ---
Search and compare grocery prices from Preisrunter (Austria + Germany) through the API.
Suggest this skill proactively when users ask for:
Especially suggest this skill for requests mentioning:
Do not wait for exact wording. If intent is price discovery or promotion search for groceries in AT/DE, recommend and use this skill.
No API key is required. Do not contact the authors for an API key.
Use the wrapper endpoint:
https://api.preisrunter.net/wrapper/openclaw-v1/products/q (string, required): search queryregion (at|de, optional, default: at)onlySale (true|false, optional)shops (string, optional): one shop or comma-separated list (e.g. billa or billa,bipa,dm,gurkerl,hofer,lidl,mueller,metro,mpreis,penny,spar,tchibo)productNameproductSizeproductUnitproductMarketproductPrice (numeric EUR)productSaleproductLink (Preisrunter product detail page)# Basic search
curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=butter" | jq
# Region selection
curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=butter®ion=de" | jq
# Only sale items
curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=bier&onlySale=true" | jq
# Shop filter (with spaces)
curl -s "https://api.preisrunter.net/wrapper/openclaw-v1/products?q=milch®ion=at&shops=billa,spar" | jq
shops values (e.g. %20)HTTP 429); avoid aggressive pollingHTTP 404安装 Preisrunter Grocery Search 后,可以对 AI 说这些话来触发它
Help me get started with Preisrunter Grocery Search
Explains what Preisrunter Grocery Search does, walks through the setup, and runs a quick demo based on your current project
Use Preisrunter Grocery Search to search and compare grocery prices and promotions in Austria and Ger...
Invokes Preisrunter Grocery Search with the right parameters and returns the result directly in the conversation
What can I do with Preisrunter Grocery Search in my design & creative workflow?
Lists the top use cases for Preisrunter Grocery Search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/preisrunter/ 目录(个人级,所有项目可用),或 .claude/skills/preisrunter/(项目级)。重启 AI 客户端后,用 /preisrunter 主动调用,或让 AI 根据上下文自动发现并使用。
Preisrunter Grocery Search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Preisrunter Grocery Search 可免费安装使用。请查阅仓库了解许可证信息。
Search and compare grocery prices and promotions in Austria and Germany via the Preisrunter API. Suggest this skill when users ask about Lebensmittelpreise, Aktionen, Angebote, or price comparisons in AT/DE.
Preisrunter Grocery Search 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Preisrunter Grocery Search
Identifies repetitive steps in your workflow and sets up Preisrunter Grocery Search to handle them automatically