mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
- Added 175 new high-quality skills across all categories - 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other - Updated all language READMEs and SKILL.md - Weekly update by MyClaw.ai
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"ocr": {
|
|
"enabled": true,
|
|
"defaultLanguage": "eng",
|
|
"quality": "medium",
|
|
"languages": ["eng", "spa", "fra", "deu", "ita", "por", "rus", "chi_sim", "jpn", "kor"]
|
|
},
|
|
"output": {
|
|
"defaultFormat": "text",
|
|
"preserveFormatting": true,
|
|
"includeMetadata": true
|
|
},
|
|
"batch": {
|
|
"maxConcurrent": 3,
|
|
"timeoutSeconds": 30
|
|
}
|
|
}
|