You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
576 B
25 lines
576 B
{ |
|
"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 |
|
} |
|
}
|
|
|