@waszkiewiczja

Openclaw Kalkulator Wadium

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

当前版本
v1.0.0
code-plugin社区source-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

源码与版本

源码仓库

waszkiewiczja/openclaw-kalkulator-wadium

打开仓库

源码提交

62be23d17cb87a82ee7db13d8c49415f98dc6ff0

查看提交

安装命令

openclaw plugins install clawhub:openclaw-kalkulator-wadium

元数据

  • 包名: openclaw-kalkulator-wadium
  • 创建时间: 2026/04/11
  • 更新时间: 2026/04/11
  • 执行代码:
  • 源码标签: 62be23d17cb87a82ee7db13d8c49415f98dc6ff0

兼容性

  • 构建于 OpenClaw: 2026.4.10
  • 插件 API 范围: >=2026.4.10
  • 标签: latest
  • 文件数: 19