配置中文改造 + 数据库技能集成

- AGENTS.md/USER.md/TOOLS.md 改造为中文
- 添加 mica 项目 MySQL 数据库配置 (47.99.209.185:50036)
- 集成 sql-toolkit 技能使用说明
- 集成 qiushi-openclaw-skill 系统化思考框架
- 创建 memory/2026-08-03.md 记录今日配置工作
- .gitignore 添加 .env 忽略规则
- 清理过期的 memory 文件和 tasks 文件
This commit is contained in:
杨轩
2026-08-03 16:32:53 +08:00
parent cb7079006e
commit 4637b17ca9
66 changed files with 3242 additions and 2960 deletions
+11 -11
View File
@@ -17,7 +17,7 @@
"providers": {
"new-api": {
"baseUrl": "http://192.168.2.74:3000/v1",
"apiKey": "sk-vaYyq9RwzyLlvAvHHUXzOTWkbioP76YW58vKuplq2npSkfZr",
"apiKey": "${NEW_API_KEY}",
"api": "openai-completions",
"request": {
"allowPrivateNetwork": true
@@ -161,6 +161,15 @@
},
"sandbox": {
"mode": "off"
},
"memorySearch": {
"enabled": true,
"provider": "openai-compatible",
"model": "BAAI/bge-m3",
"remote": {
"baseUrl": "https://api.siliconflow.cn/v1",
"apiKey": "$SILICONFLOW_API_KEY"
}
}
},
"list": [
@@ -213,7 +222,7 @@
},
"agentToAgent": {
"enabled": true,
"allow": ["planner", "backend", "sql", "travel", "fitness", "finances", "juaner"]
"allow": ["planner", "backend", "frontend"]
},
"deny": [
"group:web",
@@ -449,15 +458,6 @@
},
"browser": {
"enabled": false
},
"ezviz": {
"enabled": false
},
"openclaw-weixin": {
"enabled": false
},
"dingtalk-connector": {
"enabled": false
}
},
"bundledDiscovery": "compat"