{
    "name": "system_configuration",
    "title": "系统配置",
    "description": "用于配置系统环境和参数，确保系统根据需求正确运行。触发关键词：系统配置、环境配置、参数配置、配置文件",
    "version": "1.0.0",
    "type": "default",
    "prompt_file": "./skill.md",
    "group": "default",
    "knowledges": ["logging_standards"],
    "works": ["system_configuration","system_deployment","system_maintenance"],
    "tools": [
        "read_text",
        "write_text",
        "edit_file",
        "shell",
        "run_command",
        "search_file",
        "search_dir",
        "make_dir",
        "notify_user"
    ],
    "main": "",
    "func_name": "main",
    "scope": "sys",
    "sort": 10,
    "state": 1,
    "show": 0,
    "end": false
}