Files
openclaw/extensions/qa-lab/openclaw.plugin.json
T
2026-08-16 05:43:35 -07:00

30 lines
670 B
JSON

{
"id": "qa-lab",
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner.",
"cliCommands": [
{
"name": "qa",
"description": "Run QA scenarios and launch the private QA debugger UI",
"hasSubcommands": true
}
],
"activation": {
"onStartup": false
},
"contracts": {
"webSearchProviders": ["qa-lab-search"],
"workerProviders": ["static-ssh"],
"tools": ["qa_restart_wait", "qa_restart_unsafe_probe"]
},
"toolMetadata": {
"qa_restart_wait": {
"replaySafe": true
}
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}