You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
openclaw-egp-plugin/openclaw.plugin.json

41 lines
1.0 KiB
JSON

{
"id": "openclaw-egp",
"name": "OpenClaw EGP",
"description": "RAG over Vietnamese government procurement documents (TBMT, KHLCNT, KQLCNT). Connects an OpenClaw agent to a running openclaw-egp-server instance via remote MCP.",
"version": "0.2.0",
"configSchema": {
"type": "object",
"required": ["serverUrl"],
"properties": {
"serverUrl": {
"type": "string",
"format": "uri",
"description": "Base URL of the openclaw-egp-server instance (no trailing slash)"
}
}
},
"uiHints": {
"serverUrl": {
"label": "EGP Server URL",
"placeholder": "http://100.123.9.15:8000"
}
},
"skills": [
"skills/search-procurement-docs",
"skills/list-entities",
"skills/describe-entity",
"skills/fetch-raw-file",
"skills/entity-types-glossary",
"skills/procurement-analysis"
],
"contracts": {
"tools": [
"search_procurement_docs",
"list_entities",
"describe_entity",
"fetch_raw_file_url",
"entity_types_glossary"
]
}
}