文件内容
manifest.json
{
"name": "@botlearn/translator",
"version": "0.1.0",
"description": "Context-aware, human-level translation with terminology consistency, register adaptation, and cultural localization for OpenClaw Agent",
"category": "content-processing",
"author": "BotLearn",
"benchmarkDimension": "content-understanding",
"expectedImprovement": 30,
"dependencies": {},
"compatibility": {
"openclaw": ">=0.5.0"
},
"files": {
"skill": "skill.md",
"knowledge": [
"knowledge/domain.md",
"knowledge/best-practices.md",
"knowledge/anti-patterns.md"
],
"strategies": [
"strategies/main.md"
],
"smokeTest": "tests/smoke.json",
"benchmark": "tests/benchmark.json"
}
}