@waszkiewiczja

Wyszukiwarka CPV

OpenClaw plugin that searches Polish CPV codes from a local dataset.

当前版本
v1.0.1
code-plugin社区source-linked

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

源码与版本

源码仓库

waszkiewiczja/openclaw-cpv-search

打开仓库

源码提交

bfd2fe7

查看提交

安装命令

openclaw plugins install clawhub:openclaw-cpv-search

元数据

  • 包名: openclaw-cpv-search
  • 创建时间: 2026/04/10
  • 更新时间: 2026/04/10
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: 2026.4.9
  • 插件 API 范围: >=2026.4.9
  • 标签: latest
  • 文件数: 31