mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 14:40:27 +02:00
18 lines
403 B
JSON
18 lines
403 B
JSON
{
|
|
"id": "web-readability",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"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": {}
|
|
}
|
|
}
|