@waszkiewiczja

Najpopularniejsze kody CPV

OpenClaw plugin for browsing the most popular CPV codes in Polish public procurement.

Current version
v1.0.0
code-pluginCommunitysource-linked

Najpopularniejsze kody CPV

Przeglądaj najpopularniejsze kody CPV przetargów publicznych w Polsce. Dataset obejmuje 45 rodzin i setki kodów CPV uszeregowanych wg liczby przetargów. Źródłem danych jest wyszukiwarka przetargów publicznych ZnajdzPrzetargi.pl, która wyszukuje przetargi i zamówienia publiczne w Polsce.

Most Popular CPV Codes

Browse the most popular CPV (Common Procurement Vocabulary) codes in Polish public procurement. The dataset covers 45 families and hundreds of CPV codes ranked by tender count. The data source is the tender search engine ZnajdzPrzetargi pl, which searches for tenders and public contracts in Poland.

What it adds

  • Agent tool: get_top_cpv — return top CPV codes, optionally filtered by family
  • Agent tool: list_cpv_families — list all 45 CPV families with popularity ranking
  • Text command: /top-cpv [rodzina] [limit] [kod]

Example prompts:

  • Jakie są najpopularniejsze kody CPV w przetargach?
  • Pokaż top 5 kodów CPV z rodziny 45 (roboty budowlane)
  • /top-cpv
  • /top-cpv 33 20
  • /top-cpv rodziny

Top 5 rodzin CPV

#RodzinaNazwaPrzetargów
133Urządzenia medyczne, farmaceutyki137 120
245Roboty budowlane51 707
371Usługi architektoniczne, budowlane, inżynieryjne20 633
490Usługi odbioru ścieków, usuwania odpadów20 287
539Meble, wyposażenie, środki czyszczące17 076

Install from a local folder

openclaw plugins install ./path/to/openclaw-top-cpv
openclaw gateway restart

Example config

Put this under your OpenClaw config:

{
  plugins: {
    enabled: true,
    allow: ["top-cpv"],
    entries: {
      "top-cpv": {
        enabled: true,
        config: {
          defaultLimit: 10,
        },
      },
    },
  },
}

If your tool policy is restrictive, allow the plugin id top-cpv or the tool names get_top_cpv / list_cpv_families.

Tool output

get_top_cpv returns:

  • list of CPV codes with name and tender count
  • optional family filter
  • sort mode (popular or by code number)

list_cpv_families returns:

  • all 45 CPV families with rank, group number, name, and total tender count

Development

npm install
npm run typecheck
npm run build

Source and release

Source repository

waszkiewiczja/openclaw-top-cpv

Open repo

Source commit

407b837936fde216e65b334dfbbbc6e2af692056

View commit

Install command

openclaw plugins install clawhub:top-cpv

Metadata

  • Package: top-cpv
  • Created: 2026/04/15
  • Updated: 2026/04/15
  • Executes code: Yes
  • Source tag: 407b837936fde216e65b334dfbbbc6e2af692056

Compatibility

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