@waszkiewiczja

Wyszukiwarka przetargow ZnajdzPrzetargi.pl

OpenClaw plugin – wyszukiwarka kategorii przetargów z rozszerzeniem synonimów.

Current version
v1.0.0
code-pluginCommunitysource-linked

Wyszukiwarka przetargów

Wyszukiwarka kategorii przetargów wpisz kod aby zobaczyć nazwę lub wpisz nazwę aby znaleźć kody. Źródłem danych jest wyszukiwarka przetargów ZnajdzPrzetargi.pl, która wyszukuje przetargi publiczne i zamówienia publiczne w Polsce.

Tender category search

A CPV tender category search engine with synonym expansion — enter a code to see its name or enter a name to find matching codes. Synonyms are used to expand queries with related words for better results. The data source is the tender search engine ZnajdzPrzetargi.pl, which searches for tenders and public contracts in Poland.

What it adds

  • Agent tool: search_przetargi
  • Text command: /przetargi <zapytanie>

Example prompts:

  • Znajdź kategorie przetargów dla usług sprzątania
  • /przetargi laptopy
  • /przetargi 90910000
  • /przetargi ubezpieczenie (rozszerzy o synonimy: asekuracja, polisa itp.)

Install from a local folder

openclaw plugins install ./path/to/openclaw-wyszukiwara-przetargow
openclaw gateway restart

Example config

Put this under your OpenClaw config:

{
  plugins: {
    enabled: true,
    allow: ["wyszukiwara-przetargow"],
    entries: {
      "wyszukiwara-przetargow": {
        enabled: true,
        config: {
          defaultLimit: 8,
          maxLimit: 15,
        },
      },
    },
  },
}

If your tool policy is restrictive, allow either the plugin id wyszukiwara-przetargow or the tool name search_przetargi.

Tool output

The tool returns:

  • the original query
  • the number of matches returned
  • a ranked list of CPV codes with descriptions
  • match type info (code, name, or synonym match)

Development

npm install
npm run typecheck
npm run build

Source and release

Source repository

waszkiewiczja/openclaw-wyszukiwarka-przetargow

Open repo

Source commit

3f8f40b67a1664909d9d88af59042a1ee05da711

View commit

Install command

openclaw plugins install clawhub:wyszukiwara-przetargow

Metadata

  • Package: wyszukiwara-przetargow
  • Created: 2026/04/16
  • Updated: 2026/04/16
  • Executes code: Yes
  • Source tag: 3f8f40b67a1664909d9d88af59042a1ee05da711

Compatibility

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