@waszkiewiczja

Openclaw Kalkulator Wadium

OpenClaw plugin that estimates public contract value from a deposit (wadium) amount.

Current version
v1.0.0
code-pluginCommunitysource-linked

Kalkulator wadium

Kalkulator wadium, który na podstawie kwoty wniesionego wadium szacuje wartość zamówienia publicznego. Obsługuje progi unijne i krajowe zgodnie z ustawą Prawo zamówień publicznych. Źródłem danych jest wyszukiwarka przetargów ZnajdzPrzetargi.pl, która wyszukuje przetargi i zamówienia publiczne w Polsce.

Deposit calculator

A deposit calculator that estimates public contract value from the deposit amount. Supports both EU and domestic thresholds as defined by Polish public procurement law. The data source is the tender search engine ZnajdzPrzetargi.pl, which searches for tenders and public contracts in Poland.

What it adds

  • Agent tool: calculate_wadium
  • Text command: /wadium <kwota> [eu|domestic]

Example prompts:

  • Oszacuj wartość zamówienia dla wadium 25000 zł
  • /wadium 25000
  • /wadium 10000 domestic

Progi i stawki

PrógŚrednia stawkaWidełki
eu2%1% – 3%
domestic1%0,5% – 1,5%

Install from a local folder

openclaw plugins install ./path/to/openclaw-kalkulator-wadium
openclaw gateway restart

Example config

Put this under your OpenClaw config:

{
  plugins: {
    enabled: true,
    allow: ["kalkulator-wadium"],
    entries: {
      "kalkulator-wadium": {
        enabled: true,
        config: {
          defaultThreshold: "eu",
        },
      },
    },
  },
}

If your tool policy is restrictive, allow either the plugin id kalkulator-wadium or the tool name calculate_wadium.

Tool output

The tool returns:

  • the deposit amount
  • the threshold type used
  • the estimated contract value (based on the average rate)
  • an estimated range (min – max)

Development

npm install
npm run typecheck
npm run build

Source and release

Source repository

waszkiewiczja/openclaw-kalkulator-wadium

Open repo

Source commit

62be23d17cb87a82ee7db13d8c49415f98dc6ff0

View commit

Install command

openclaw plugins install clawhub:openclaw-kalkulator-wadium

Metadata

  • Package: openclaw-kalkulator-wadium
  • Created: 2026/04/11
  • Updated: 2026/04/11
  • Executes code: Yes
  • Source tag: 62be23d17cb87a82ee7db13d8c49415f98dc6ff0

Compatibility

  • Built with OpenClaw: 2026.4.10
  • Plugin API range: >=2026.4.10
  • Tags: latest
  • Files: 19