← Back to Plugins
Business

openclaw-cpv-search

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

Wyszukiwarka kodów CPV, która pomaga szybko znaleźć odpowiednie kody i opisy do przetargów publicznych. Źródłem danych jest wyszukiwarka przetargów ZnajdzPrzetargi.pl, która wyszukuje przetargi i zamówienia publiczne w Polsce.

Homepage GitHub

Install

openclaw plugins install clawhub:openclaw-cpv-search

Configuration Example

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

README

# Wyszukiwarka kodów CPV

Wyszukiwarka kodów CPV, która pomaga szybko znaleźć odpowiednie kody i opisy do przetargów publicznych. Źródłem danych jest [wyszukiwarka przetargów](https://znajdzprzetargi.pl/) ZnajdzPrzetargi.pl, która wyszukuje przetargi i zamówienia publiczne w Polsce.

# CPV Search

A CPV code search engine that helps you quickly find the right codes and descriptions for public tenders. The data source is the tender search engine ZnadzPrzetargi.pl, which searches for tenders and public contracts in Poland. CPV lookup tool backed by the bundled `cpv.json` file.

## What it adds

- Agent tool: `search_cpv`
- Text command: `/cpv <query>`

Example prompts:

- `Find the CPV code for office cleaning services`
- `/cpv laptopy`
- `/cpv 90910000`

## Install from a local folder

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

## Example config

Put this under your OpenClaw config:

```json5
{
  plugins: {
    enabled: true,
    allow: ["cpv-search"],
    entries: {
      "cpv-search": {
        enabled: true,
        config: {
          defaultLimit: 8,
          maxLimit: 15,
        },
      },
    },
  },
}
```

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

## Tool output

The tool returns:

- the original query
- the number of matches returned
- a ranked list of CPV codes with descriptions

## Development

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

Comments

Sign in to leave a comment

Loading comments...