lv-aggregators-api

lv-aggregators-api is a skill for Claude Code from biggora/claude-plugins-registry. It costs 179 tokens per session (1,409 once invoked), scanned A, original, MIT.

A guide for creating XML product feeds for Salidzini.lv and KurPirkt.lv, Latvian websites that compare prices and products from online shops.

In plain words
What is it for?
Use it to generate, host, and regularly update XML feeds from an e-commerce product database for Salidzini.lv, KurPirkt.lv, or both.
Why use it?
It explains the platform-specific feed fields and submission process, reducing errors when publishing a shop's products to both comparison services.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the project-delivery-orchestrator plugin — 34 skills, 1 command, 5 agents shipped together

Good fit Use it to generate, host, and regularly update XML feeds from an e-commerce product database for Salidzini.lv, KurPirkt.lv, or both.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/biggora/claude-plugins-registry/lv-aggregators-api
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add biggora/claude-plugins-registry --skill lv-aggregators-api
Clone the repo
git clone --depth 1 https://github.com/biggora/claude-plugins-registry

Made for: Claude Code.

Or install project-delivery-orchestrator, the plugin that ships this one along with the rest of its 34 skills, 1 command, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lv-aggregators-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/biggora/claude-plugins-registry/lv-aggregators-api.svg)](https://agentmods.dev/skills/biggora/claude-plugins-registry/lv-aggregators-api)
Your own site
<a href="https://agentmods.dev/skills/biggora/claude-plugins-registry/lv-aggregators-api"><img src="https://agentmods.dev/badge/skills/biggora/claude-plugins-registry/lv-aggregators-api.svg" alt="Measured on agentmods" height="20"></a>
Per session 179 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,409 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00179 $0.01409
Opus 5 $0.00089 $0.00705
Sonnet 5 $0.00036 $0.00282
Haiku 4.5 $0.00018 $0.00141

Measured 7d ago against content hash 7e886430d704, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

lv-aggregators-api scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/skills/lv-aggregators-api/SKILL.md · 105 lines

How it starts

The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Latvian Price Aggregator APIs

Generate and manage XML product feeds for Latvia's two major price comparison platforms: Salidzini.lv and KurPirkt.lv.

Platform Overview

Aspect Salidzini.lv KurPirkt.lv
Daily visitors ~47,000 30,000-45,000
Monthly visitors ~1.3 million N/A
Listed shops N/A 1,200+
Feed format XML (UTF-8) XML (UTF-8)
Feed update At least daily Regular (daily recommended)
Contact Web form on shops_info.php [email protected] / +371 26533032
Registration Online form Email application

Both platforms use similar XML feed formats with minor differences in field names and requirements. If a shop targets both platforms, a single feed generator can produce both formats with minimal adjustments.

Quick Start

To integrate with either platform:

  1. Generate an XML feed from your product database (see format details in reference files)
  2. Host the feed at a public URL (e.g., https://yourshop.lv/export/salidzini.xml)
  3. Auto-update the feed at least once daily via a scheduled script/cron job
  4. Place the aggregator's banner on your shop's homepage
  5. Submit your application through the platform's registration process
  6. Validate your feed using the platform's validator (Salidzini provides one at their shops_info page)

Feed Format Comparison

Both platforms use <root> as the root element and <item> for each product. The key differences:

Field Salidzini.lv KurPirkt.lv Notes
Product name <name> (required) <name> (required) Max 200 chars on Salidzini
Product URL <link> (required) <link> (required) Max 500 chars, full URL
Price <price> (required) <price> (required) EUR, dot decimal separator
Image <image> <image> White bg, no logos/watermarks
Brand <brand> <manufacturer> Different tag name
Category <category_full> <category_full> Hierarchy with >> (Salidzini) or > (KurPirkt)
Category link <category_link> <category_link> Optional on KurPirkt
Stock <in_stock> <in_stock> Numeric quantity
Used/refurbished <used> <used> Value 1 for used items
Delivery cost <delivery_latvija> <delivery_cost_riga> Different tag name & scope
Delivery days <delivery_days_latvija> N/A Salidzini only
In-store pickup days <delivery_days_shop> N/A Salidzini only
Service fee <service_fee> N/A Salidzini only
Model <model> N/A Salidzini only
Color <color> N/A Salidzini only
MPN <mpn> N/A Salidzini only
EAN/GTIN <ean> N/A Salidzini only
Adult content <adult> N/A yes/no, required for adult shops
OTC medicine <over_the_counter_medicine> N/A Salidzini only, value 1

Read the full file on GitHub · 105 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 105 lines · 179 tokens per session scan A 7e886430d704

Subscribe to this mod's changes

lv-aggregators-api is a skill published in the GitHub repository biggora/claude-plugins-registry (2 stars, last pushed 9d ago), licensed MIT. It adds 179 tokens to every session and 1,409 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

tiktok-shop-cross-border

Cross-border selling on TikTok Shop. Market selection, logistics setup, localization strategy, compliance requirements, and international expansion. Use when the user asks about TikTok Shop international selling, cross-border ecommerce, global expansion, or selling in multiple countries.

nexscope-ai/eCommerce-Skills · 55 tokens

amazon-global-selling

Evaluate and plan Amazon marketplace expansion across countries and regions. Use when a seller asks which Amazon marketplace to enter, how to compare international demand and economics, what tax, product-compliance, logistics, localization, account, or launch workstreams to investigate, or how to build a gated…

nexscope-ai/Amazon-Skills · 78 tokens

shopify-international

Shopify Markets — multi-currency, translation, duties/taxes, localized pricing, market-specific content.

nexscope-ai/eCommerce-Skills · 25 tokens

localization-testing

AI-powered localization and internationalization testing skill for e-commerce sites. Designs multi-language QA frameworks, currency validation checks, shipping info verification, and regional compliance audits.

nexscope-ai/eCommerce-Skills · 0 tokens

amazon-international-listings

Multi-marketplace listing management — translation, pricing localization, BIL (Build International Listings).

nexscope-ai/Amazon-Skills · 24 tokens