← Back to Plugins
Productivity

Wyszukiwarka PKD 2025

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

Wyszukiwarka kodów Polskiej Klasyfikacji Działalności PKD 2025 — wpisz kod aby zobaczyć nazwę lub wpisz nazwę działalności aby znaleźć kody. Dane obejmują sekcje, działy, grupy, klasy i podklasy PKD.

Homepage GitHub

Install

openclaw plugins install clawhub:pkd-search

Configuration Example

{
  plugins: {
    enabled: true,
    allow: ["pkd-search"],
    entries: {
      "pkd-search": {
        enabled: true,
        config: {
          defaultLimit: 10,
          maxLimit: 30,
        },
      },
    },
  },
}

README

# Wyszukiwarka PKD 2025

Wyszukiwarka kodów Polskiej Klasyfikacji Działalności PKD 2025 — wpisz kod aby zobaczyć nazwę lub wpisz nazwę działalności aby znaleźć kody. Dane obejmują sekcje, działy, grupy, klasy i podklasy PKD. Dane pochodzą z [wyszukiwarki przetargów](https://znajdzprzetargi.pl/) ZnajdzPrzetargi.

# PKD 2025 code search

A Polish Classification of Activities (PKD 2025) code search engine — enter a code to see its name or enter an activity description to find matching codes. The dataset covers sections, divisions, groups, classes, and subclasses.

## What it adds

- Agent tool: `search_pkd`
- Text command: `/pkd <zapytanie>`

Example prompts:

- `Znajdź kod PKD dla budownictwa`
- `/pkd 41.20`
- `/pkd hodowla`
- `/pkd usługi informatyczne`

## Install from a local folder

```bash
openclaw plugins install ./path/to/openclaw-pkd-search
openclaw gateway restart
```

## Example config

Put this under your OpenClaw config:

```json5
{
  plugins: {
    enabled: true,
    allow: ["pkd-search"],
    entries: {
      "pkd-search": {
        enabled: true,
        config: {
          defaultLimit: 10,
          maxLimit: 30,
        },
      },
    },
  },
}
```

If your tool policy is restrictive, allow either the plugin id `pkd-search` or the tool name `search_pkd`.

## Tool output

The tool returns:

- the original query
- the number of matches returned
- a ranked list of PKD codes with activity descriptions
- match type info (code or name match)
- section marker for top-level PKD sections

## Development

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

Comments

Sign in to leave a comment

Loading comments...