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.
28 lines
650 B
28 lines
650 B
|
1 month ago
|
{
|
||
|
|
"name": "chinese-almanac",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "中国传统黄历查询 - 使用 Tavily API 获取每日宜忌",
|
||
|
|
"author": "OpenClaw Team",
|
||
|
|
"enabled": true,
|
||
|
|
"commands": [
|
||
|
|
{
|
||
|
|
"name": "almanac",
|
||
|
|
"description": "查询黄历",
|
||
|
|
"handler": "almanac.queryAlmanac",
|
||
|
|
"usage": "/almanac [日期 YYYY-MM-DD]",
|
||
|
|
"examples": [
|
||
|
|
"/almanac",
|
||
|
|
"/almanac 2026-02-24",
|
||
|
|
"明天黄历",
|
||
|
|
"查询 2 月 24 日宜忌"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"config": {
|
||
|
|
"tavily_api_key": "${TAVILY_API_KEY}",
|
||
|
|
"default_search_depth": "basic",
|
||
|
|
"max_results": 5
|
||
|
|
},
|
||
|
|
"dependencies": []
|
||
|
|
}
|