← Back to Plugins
Business

Najpopularniejsze kody CPV

Jędrzej Waszkiewicz By Jędrzej Waszkiewicz 👁 12 views ▲ 0 votes

Przeglądaj najpopularniejsze kody CPV przetargów publicznych w Polsce. Dataset obejmuje 45 rodzin i setki kodów CPV uszeregowanych wg liczby przetargów.

Homepage GitHub

Install

openclaw plugins install clawhub:top-cpv

Configuration Example

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

README

# 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](https://znajdzprzetargi.pl/) 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

| #   | Rodzina | Nazwa                                            | Przetargów |
| --- | ------- | ------------------------------------------------ | ---------: |
| 1   | 33      | Urządzenia medyczne, farmaceutyki                |    137 120 |
| 2   | 45      | Roboty budowlane                                 |     51 707 |
| 3   | 71      | Usługi architektoniczne, budowlane, inżynieryjne |     20 633 |
| 4   | 90      | Usługi odbioru ścieków, usuwania odpadów         |     20 287 |
| 5   | 39      | Meble, wyposażenie, środki czyszczące            |     17 076 |

## Install from a local folder

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

## Example config

Put this under your OpenClaw config:

```json5
{
  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

```bash
npm install
npm run typecheck
npm run build
```
przetargi tenders

Comments

Sign in to leave a comment

Loading comments...