msia-tariffs

Calculate vehicle tariff pricing by mapping client categories, tiers, and elements.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/pepeccz/msi-a --skill msia-tariffs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: msia-tariffs
Source: https://github.com/pepeccz/msi-a/tree/main/skills/msia-tariffs
Command: npx skills add https://github.com/pepeccz/msi-a --skill msia-tariffs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MSI-a tariff system automates the pricing of vehicle homologations by structuring categories, tariffs and elements and calculating appropriate tariffs.

Core Features & Use Cases

  • Category-driven pricing: map client types to vehicle categories and determine the correct tariff tier.
  • Element matching and tier calculation: match requested elements by keywords and compute the corresponding price tier.
  • Documentation and warnings: assemble base documentation, element documentation, and applicable warnings for a transparent tariff result.
  • Agent-enabled workflow: supports API, agent, and admin-panel interactions with a data-driven model and guarded rules.

Quick Start

Provide a category slug, client_type, and a list of elements to calculate the tariff.

Frequently Asked Questions about msia-tariffs

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

FAQPage Schema
How do I calculate vehicle tariff pricing for homologations?

Automate vehicle tariff pricing by mapping client categories and tariff tiers to requested elements. Submit a category slug, client_type, and element list to calculate the correct homologation tariff, assemble documentation, and surface warnings.

What is category-based pricing for vehicle homologations?

Category-based pricing maps client types to vehicle categories to determine the correct tariff tier. This enforces a data-driven model with defined entities, ensuring accurate homologation pricing without hardcoding values.

Can I use keyword matching to determine vehicle tariff elements?

Yes, the system matches requested elements by keywords to compute the corresponding price tier. This element keyword matching determines the appropriate vehicle tariff for homologation requirements.

Does the vehicle tariff calculation support agent-guided workflows?

Yes, vehicle tariff calculation supports agent-enabled workflows across API, agent, and admin-panel interactions. This allows agent-guided processes within a data-driven model governed by defined rules.

What documentation is assembled when automating vehicle tariff tiers?

Automating vehicle tariff tiers assembles base documentation, element documentation, and applicable warnings. This provides transparent tariff results by surfacing all relevant documentation and alerts.

Why should I avoid hardcoded prices when structuring vehicle tariffs?

Avoid hardcoding prices to maintain a scalable data-driven model using defined entities like VehicleCategory, TariffTier, and Element. This ensures flexible, accurate tariff determination across category-based pricing and tier calculations.