Files
openclaw/extensions/web-readability/openclaw.plugin.json
Vincent Koc 86099ec62a refactor(web-fetch): move readability extraction to plugin
* refactor(web-fetch): move readability extraction to plugin

* fix(web-fetch): cache extractor resolution by config

* fix(test): remove redundant stat assertions
2026-04-24 13:34:37 -07:00

15 lines
357 B
JSON

{
"id": "web-readability",
"enabledByDefault": true,
"name": "Web Readability Extraction",
"description": "Extract readable article content from local HTML web fetch responses.",
"contracts": {
"webContentExtractors": ["readability"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}