tokmanni

Search Tokmanni products via the Klevu REST API without authentication.

2|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/akaihola/skills-akaihola --skill tokmanni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tokmanni
Source: https://github.com/akaihola/skills-akaihola/tree/main/tokmanni
Command: npx skills add https://github.com/akaihola/skills-akaihola --skill tokmanni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Enables programmatic discovery of Tokmanni products by querying the Tokmanni catalog via the Klevu API, eliminating manual browsing.

Core Features & Use Cases

  • Programmatic product search against Tokmanni's Klevu REST API with JSON responses.
  • Returns product metadata including name, price, stock status, SKU, category, and product URL for easy integration.
  • Use Case: a user asks to find a lamp or coffee maker and receives a structured list of matching products with prices and stock status.

Quick Start

Run the search script with a query to retrieve products from Tokmanni's Klevu API.

Frequently Asked Questions about tokmanni

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Tokmanni products via API in Python without a browser?

Search Tokmanni products via the Klevu REST API by executing an HTTP GET request using Python and httpx, retrieving JSON responses with product metadata like name, price, and stock status without authentication.

What product data does the Tokmanni Klevu API return?

The Tokmanni Klevu API returns JSON fields including name, sku, price, inStock, url, and cloudinary_image, providing structured product metadata for search results without requiring a browser.

Do I need authentication or a browser to query the Tokmanni webshop API?

No, querying the Tokmanni webshop API requires no browser or authentication; it uses an HTTP GET request with parameters like ticket, term, and noOfResults to fetch product data directly.

How do I filter Tokmanni product search results by category and sort order?

Filter Tokmanni product search results by passing the category and klevuSort parameters in your HTTP GET request to the Klevu API, controlling which products are returned and their display order.

Can I use httpx to retrieve Tokmanni product prices and stock status programmatically?

Yes, use httpx to send an HTTP GET request to the Tokmanni Klevu API and parse the JSON response to programmatically extract product prices, inStock status, and SKUs.

How do I control pagination when searching the Tokmanni catalog via the Klevu API?

Control pagination in Tokmanni catalog searches by setting the paginationStartsFrom and noOfResults parameters in your Klevu REST API HTTP GET request to retrieve specific product result pages.