← Back to Skills Marketplace
davidus05

Preisrunter Grocery Search

by David · GitHub ↗ · v1.0.4
cross-platform ⚠ suspicious
1702
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install preisrunter
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install preisrunter
  3. After installation, invoke the skill by name or use /preisrunter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug preisrunter
Version 1.0.4
License
All-time Installs 1
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1702 downloads so far.

How do I install Preisrunter Grocery Search?

Run "/install preisrunter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Preisrunter Grocery Search free?

Yes, Preisrunter Grocery Search is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Preisrunter Grocery Search support?

Preisrunter Grocery Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Preisrunter Grocery Search?

It is built and maintained by David (@davidus05); the current version is v1.0.4.

💬 Comments