Agent Skills: Bauhaus Product Search

>-

UncategorizedID: akaihola/skills-akaihola/bauhaus

Install this agent skill to your local

pnpm dlx add-skill https://github.com/akaihola/skills-akaihola/tree/HEAD/bauhaus

Skill Files

Browse the full folder contents for bauhaus.

Download Skill

Loading file tree…

bauhaus/SKILL.md

Skill Metadata

Name
bauhaus
Description
>-

Bauhaus Product Search

Search the Bauhaus product catalog using their Algolia search API. The API key is automatically refreshed from the Bauhaus search page.

Quick Start

./scripts/search.py "suihkusetti"
./scripts/search.py "laminaatti" --limit 20
./scripts/search.py "hana" --json
./scripts/search.py "työkalu" --sort price_asc

Sort Options

  • relevance (default)
  • price_asc — cheapest first
  • price_desc — most expensive first
  • newest — newest first

Key Product Fields

| Field | Description | |------------------|------------------------------------| | name | Product name | | brand | Brand name | | sku | Product SKU | | ean | EAN barcode | | price | Current price (EUR) | | price_formatted| Formatted price string | | color | Primary color | | categories | Category hierarchy | | in_stock | Boolean stock status | | web_stock | Web availability text | | store_stock | Store availability text | | url | Product page URL |

API Reference

See references/api.md for full API documentation.