@waszkiewiczja

Termin zadawania pyta PZP

OpenClaw plugin that calculates the deadline for submitting questions to contracting authorities under Polish public procurement law (PZP).

当前版本
v1.0.0
code-plugin社区source-linked

Termin zadawania pytań PZP

Kalkulator ostatniego dnia na złożenie pytań do zamawiającego zgodnie z ustawą Prawo zamówień publicznych (PZP). Obsługuje progi krajowe i unijne. Narzędzie dla biznes polska przetargi ZnajdzPrzetargi.pl, która wyszukuje przetargi i zamówienia publiczne w Polsce.

PZP Questions Deadline Calculator

A calculator for the last day to submit questions to contracting authorities under Polish public procurement law (PZP). Supports domestic and EU thresholds as well as the accelerated procedure. 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_termin_pytan
  • Text command: /termin-pytan <data-ofert> [krajowy|unijny] [przyspieszony]

Example prompts:

  • Kiedy jest ostatni dzień na pytania do przetargu z terminem ofert 15 maja 2026?
  • /termin-pytan 2026-05-15
  • /termin-pytan 2026-06-01 unijny
  • /termin-pytan 2026-06-01 unijny przyspieszony

Progi i terminy

PrógProceduraDni wstecz od terminu ofert
krajowy4 dni
unijnynormalna14 dni
unijnyprzyspieszona7 dni

Jeżeli obliczony termin przypada na sobotę lub dzień ustawowo wolny od pracy, przesuwa się na następny dzień roboczy (w kierunku terminu składania ofert).

Install from a local folder

openclaw plugins install ./path/to/openclaw-termin-pytan
openclaw gateway restart

Example config

Put this under your OpenClaw config:

{
  plugins: {
    enabled: true,
    allow: ["termin-pytan"],
    entries: {
      "termin-pytan": {
        enabled: true,
        config: {
          defaultThreshold: "krajowy",
        },
      },
    },
  },
}

If your tool policy is restrictive, allow either the plugin id termin-pytan or the tool name calculate_termin_pytan.

Tool output

The tool returns:

  • the offer submission date
  • the threshold type and whether accelerated procedure applies
  • the calculated last day for questions
  • whether the deadline has already expired

Development

npm install
npm run typecheck
npm run build

源码与版本

源码仓库

waszkiewiczja/openclaw-termin-pytan

打开仓库

源码提交

b6f41178c8b2fe6dc8a477358ad4c9e3abc6b839

查看提交

安装命令

openclaw plugins install clawhub:termin-pytan

元数据

  • 包名: termin-pytan
  • 创建时间: 2026/04/14
  • 更新时间: 2026/04/14
  • 执行代码:
  • 源码标签: b6f41178c8b2fe6dc8a477358ad4c9e3abc6b839

兼容性

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