描述
OpenClaw 插件,用于从本地数据集搜索波兰 CPV 代码。
使用方法
暂未提供详细使用方法,请参考原插件文档或联系开发者。
依赖
* OpenClaw 环境
# 示例代码(如果有)
暂无提供
贡献与反馈
欢迎通过
Issue 提交反馈或贡献代码。
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