openclaw/extensions/baidu/openclaw.plugin.json
2026-03-20 16:16:18 +08:00

30 lines
628 B
JSON

{
"id": "baidu",
"providerAuthEnvVars": {
"brave": ["BAIDU_SEARCH_API_KEY"]
},
"uiHints": {
"webSearch.apiKey": {
"label": "Baidu Search API Key",
"help": "Baidu Search API key (fallback: BAIDU_SEARCH_API_KEY env var).",
"sensitive": true,
"placeholder": "bce-..."
}
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"webSearch": {
"type": "object",
"additionalProperties": false,
"properties": {
"apiKey": {
"type": ["string", "object"]
}
}
}
}
}
}