Business
Termin zadawania pyta PZP
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.
Install
openclaw plugins install clawhub:termin-pytan
Configuration Example
{
plugins: {
enabled: true,
allow: ["termin-pytan"],
entries: {
"termin-pytan": {
enabled: true,
config: {
defaultThreshold: "krajowy",
},
},
},
},
}
README
# 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](https://znajdzprzetargi.pl/) 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óg | Procedura | Dni wstecz od terminu ofert |
| --------- | ------------- | --------------------------- |
| `krajowy` | — | **4 dni** |
| `unijny` | normalna | **14 dni** |
| `unijny` | przyspieszona | **7 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
```bash
openclaw plugins install ./path/to/openclaw-termin-pytan
openclaw gateway restart
```
## Example config
Put this under your OpenClaw config:
```json5
{
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
```bash
npm install
npm run typecheck
npm run build
```
przetargi
tenders
Comments
Sign in to leave a comment