โ† All skills
Tencent SkillHub ยท Developer Tools

Geizhals.at

Search Geizhals.at (Austria) with HTTP-only autocomplete + detail-page parsing (no browser automation). Use when users want quick price checks from Geizhals....

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search Geizhals.at (Austria) with HTTP-only autocomplete + detail-page parsing (no browser automation). Use when users want quick price checks from Geizhals....

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, pyproject.toml, scripts/geizhals.py, tests/fixtures/meta_price.html, tests/fixtures/offer_raw_price.html, tests/fixtures/title_only.html

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

geizhals-at

Geizhals-only lookup skill (Austria) using plain HTTP.

Behavior

Query Geizhals autocomplete endpoint (/acs) for product candidates. Fetch top candidate detail pages. Extract: min_price_eur shop offer_count price_confidence + price_source Return stable JSON records with schema_version.

Constraints

No browser automation. No JS execution. Unofficial integration: HTML patterns can change and break extraction. Keep request volume low.

Usage

Run commands from the geizhals-at skill directory. uv first: uv run scripts/geizhals.py search "iphone 15" --limit 5 JSON output: uv run scripts/geizhals.py search "mac mini" --limit 5 --json Debug + explicit cache dir: uv run scripts/geizhals.py search "bosch akkuschrauber" --limit 5 --json --debug --cache-dir /tmp/geizhals-cache Fallback without uv: python3 scripts/geizhals.py search "iphone 15" --limit 5

Output contract

Each result includes: schema_version (currently 1.0) name detail_url min_price_eur (nullable) shop (nullable) offer_count (nullable) price_confidence: high|medium|low|unknown price_source: embedded_offer_raw_price|meta_product_price|title_ab_price|none error (nullable)

Testing

Run parser tests from the skill directory: uv run --with pytest python -m pytest tests/test_parsers.py Fallback: python3 -m pytest tests/test_parsers.py Fixtures live in tests/fixtures/.

Known limitations

Results are Geizhals-only by design. Some products may miss a shop or exact cheapest offer if page structure changes. If Geizhals rate-limits, the script retries with exponential backoff but can still fail.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Files1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/geizhals.py Scripts
  • pyproject.toml Files
  • tests/fixtures/meta_price.html Files
  • tests/fixtures/offer_raw_price.html Files
  • tests/fixtures/title_only.html Files