{
    "name": "system_maintenance",
    "title": "系统维护",
    "description": "用于日常系统维护和优化，保障系统长期稳定运行。触发关键词：系统维护、故障排查、性能优化、日志分析",
    "version": "1.0.0",
    "type": "default",
    "prompt_file": "./skill.md",
    "group": "default",
    "knowledges": ["logging_standards"],
    "works": ["system_maintenance"],
    "tools": [
        "shell",
        "run_command",
        "read_text",
        "write_text",
        "exec_code",
        "edit_file",
        "search_dir",
        "search_file",
        "notify_user",
        "call_agent"
    ],
    "main": "",
    "func_name": "main",
    "scope": "sys",
    "sort": 10,
    "state": 1,
    "show": 0,
    "end": false
}