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 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
openclaw plugins install ./path/to/openclaw-cpv-search
openclaw gateway restart
Example config
Put this under your OpenClaw config:
{
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
npm install
npm run typecheck
npm test
npm run build