detmir-connector

detmir-connector is a skill for Claude Code, Codex from neuratechcompany-ops/kettu-marketplace-mcp. It costs 94 tokens per session (1,022 once invoked), scanned A, a copy of detmir-connector, MIT.

A connector for Detsky Mir, a Russian retailer of children’s and baby products. It provides catalog, price, online availability, and physical-store stock information.

In plain words
What is it for?
Use it to browse product categories, list products, check a product card, compare seller types, and see whether items are available online or in stores.
Why use it?
It gives access to store and warehouse availability without requiring credentials or a browser, while also distinguishing the retailer’s stock from marketplace sellers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to browse product categories, list products, check a product card, compare seller types, and see whether items are available online or in stores.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neuratechcompany-ops/kettu-marketplace-mcp/detmir-connector
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 neuratechcompany-ops/kettu-marketplace-mcp --skill detmir-connector
Clone the repo
git clone --depth 1 https://github.com/neuratechcompany-ops/kettu-marketplace-mcp

Made for: Claude Code, Codex.

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 detmir-connector

README.md
[![agentmods](https://agentmods.dev/badge/skills/neuratechcompany-ops/kettu-marketplace-mcp/detmir-connector/github.svg)](https://agentmods.dev/skills/neuratechcompany-ops/kettu-marketplace-mcp/detmir-connector)
Your own site
<a href="https://agentmods.dev/skills/neuratechcompany-ops/kettu-marketplace-mcp/detmir-connector"><img src="https://agentmods.dev/badge/skills/neuratechcompany-ops/kettu-marketplace-mcp/detmir-connector/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for detmir-connector

Your own site · 80×15
<a href="https://agentmods.dev/skills/neuratechcompany-ops/kettu-marketplace-mcp/detmir-connector"><img src="https://agentmods.dev/badge/skills/neuratechcompany-ops/kettu-marketplace-mcp/detmir-connector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,022 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 89% copy Near-identical to another mod 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.00094 $0.01022
Opus 5 $0.00047 $0.00511
Sonnet 5 $0.00019 $0.00204
Haiku 4.5 $0.00009 $0.00102

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

Security

Grade A, and why

detmir-connector 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 12d 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.

Origin

This is a copy

89% identical to detmir-connector — 13 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/detmir-connector/SKILL.md · 93 lines

How it starts

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

Detsky Mir Connector

Read Detsky Mir via detmir_* tools. The cleanest API of any connector here: plain anonymous JSON, no credentials, no browser, no TLS impersonation — it even answers without a User-Agent.

Worth reaching for on kids' and baby goods, where Detsky Mir's assortment and offline stock data beat the general marketplaces. It reports both online warehouse availability and how many physical stores carry an item.

When to use

  • Price and availability for a known Detsky Mir product
  • Enumerating a category (toys, strollers, nappies) with real totals
  • Checking offline store availability — few sources expose this
  • Distinguishing Detsky Mir's own stock from third-party marketplace sellers

When NOT to use

  • Text search. There is none (see below). Use categories, or search another marketplace and compare.
  • General (non-kids) product categories — coverage is thin

Tools

  • detmir_categories(parent="top", limit=30) — browse the catalog tree. Start here: it yields the alias values the listing tool needs.
  • detmir_category(alias, limit=20, offset=0) — products in a category, with the upstream total and proper pagination.
  • detmir_card(product_id) — one product: price, rating, review count, stock.
  • detmir_selfcheck() — drift canary.

There is no text search — this is important

Every text filter the API accepts (q:, phrase:, search:, text:) is silently ignored and returns the entire 300k-item catalog. The website's own /catalog/search/ route answers HTTP 404 and renders a promo carousel, not results — scraping it yields plausible-looking products with no relation to the query (a search for "лего" returns nappies and collagen supplements).

No search tool is exposed here on purpose. Confidently wrong results are worse than an honest absence.

Discovery therefore goes: detmir_categories → pick a branch → detmir_category(alias=...)detmir_card(product_id=...) for detail.

Workflow patterns

Find products in a category:

  1. detmir_categories(parent="top") — 27 top-level sections with products_count, so you can see where the inventory actually is
  2. detmir_categories(parent="<id>") to descend
  3. detmir_category(alias="pups", limit=20) — the products

Read the full file on GitHub · 93 lines

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. 12d ago First seen · 93 lines · 94 tokens per session scan A 938b4fdb768a

Subscribe to this mod's changes

detmir-connector is a skill published in the GitHub repository neuratechcompany-ops/kettu-marketplace-mcp (4 stars, last pushed 5d ago), licensed MIT. It adds 94 tokens to every session and 1,022 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to detmir-connector, differing in 13 lines, and is treated as a copy.

Related

Other skills, from other repositories

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

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

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens

amazon-price-tracker

Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.

nexscope-ai/Amazon-Skills · 51 tokens