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 stawka | Widełki |
|---|---|---|
eu | 2% | 1% – 3% |
domestic | 1% | 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