{
  "name": "batch_processing",
  "title": "批量处理",
  "description": "批量文件处理。触发词：批量处理、批量重命名、批量转换",
  "version": "1.0.0",
  "type": "default",
  "prompt_file": "./skill.md",
  "group": "system",
  "knowledges": ["naming_conventions"],
  "works": ["batch_processing"],
  "tools": [
    "read_text",
    "write_text",
    "search_file",
    "make_dir"
  ],
  "main": "",
  "func_name": "main",
  "scope": "sys",
  "sort": 10,
  "state": 1,
  "show": 0,
  "end": false
}