{ "name": "system-date", "version": "1.0.0", "description": "系统日期时间查询 - 支持用户时区", "author": "OpenClaw Team", "enabled": true, "commands": [ { "name": "date", "description": "查询当前日期", "handler": "date.getCurrentDateTime", "usage": "/date [today|tomorrow|yesterday]", "examples": [ "/date today", "/date tomorrow", "今天几号", "明天是什么日子" ] } ], "config": { "default_timezone": "Asia/Shanghai", "include_lunar": true } }