← 返回 Skills 市场
davidus05

Preisrunter Grocery Search

作者 David · GitHub ↗ · v1.0.4
cross-platform ⚠ suspicious
1702
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install preisrunter
功能描述
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.
安全使用建议
This skill appears to be what it claims: a simple wrapper around Preisrunter's public API that uses curl + jq. Before installing, confirm you are comfortable the agent will send users' queries to api.preisrunter.net (queries are visible to that service) and avoid including any sensitive/personal data in search queries. Also note upstream rate limits and that availability depends on the Preisrunter API. No credentials or local file access are requested, so the privilege footprint is small.
功能分析
Type: OpenClaw Skill Name: preisrunter Version: 1.0.4 The skill is designed to interact with an external API using `curl` and `jq`. It constructs `curl` commands using user-provided input for query parameters like `q` and `shops`. While the `skill.md` explicitly instructs the agent to "URL-encode spaces in `shops` values", if the AI agent fails to properly sanitize or encode user input before executing the `curl` command, it could lead to command injection or URL manipulation vulnerabilities. This represents a potential RCE risk through an agent-side vulnerability, classifying it as suspicious rather than malicious, as there's no evidence of intentional harmful behavior from the skill author.
能力评估
Purpose & Capability
Name/description (grocery price search for AT/DE) matches the runtime instructions and required binaries (curl + jq). The endpoint used (api.preisrunter.net wrapper) and example queries align with the stated purpose; nothing requested appears unrelated.
Instruction Scope
SKILL.md only instructs the agent to call the public API endpoint and parse results with jq; it does not ask the agent to read local files, access unrelated environment variables, or transmit data to unexpected endpoints. It also includes sensible notes about rate limiting and 404 responses.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only and runs only curl/jq at runtime. This minimizes disk footprint and risk.
Credentials
The skill requests no environment variables or credentials and explicitly states no API key is required. That is proportional for a public, read-only price API.
Persistence & Privilege
always is false and model invocation is not disabled (the platform default). The skill does not request persistent system privileges or modify other skills/configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install preisrunter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /preisrunter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Clarified that no API key is required to use the Preisrunter skill.
v1.0.3
- Fixing version typo (from 1.0.2+1 to 1.0.3).
v1.0.2+1
- Shop filter examples expanded to list supported supermarkets directly. - Fixed typos.
v1.0.1
- Description and homepage updated for improved clarity and discoverability. - Switched API endpoint from "clawdbot-v1" to "openclaw-v1"; added support for custom API keys for higher request limits and shop-level filtering. - New `shops` query parameter for chain or multi-chain price searches; documented multiple API key authentication methods. - CLI usage removed; focused documentation on API requests via curl and API usage patterns. - Metadata streamlined to require only curl, jq, and optionally PREISRUNTER_API_KEY.
v1.0.0
Initial release of Preisrunter Grocery Search skill. - Search and compare grocery prices in Austria and Germany using the Preisrunter API or CLI. - Offers both API wrapper (with curl/jq) and CLI modes for integration flexibility. - Supports filtering by region and sale items. - Returns key product info: name, size, store, price, sale, and detail link. - Includes command examples and setup instructions for fast agent/bot integration.
元数据
Slug preisrunter
版本 1.0.4
许可证
累计安装 1
当前安装数 0
历史版本数 5
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1702 次。

如何安装 Preisrunter Grocery Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install preisrunter」即可一键安装,无需额外配置。

Preisrunter Grocery Search 是免费的吗?

是的,Preisrunter Grocery Search 完全免费(开源免费),可自由下载、安装和使用。

Preisrunter Grocery Search 支持哪些平台?

Preisrunter Grocery Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Preisrunter Grocery Search?

由 David(@davidus05)开发并维护,当前版本 v1.0.4。

💬 留言讨论