auto: sync OpenClaw config 2026-08-04 23:16

This commit is contained in:
2026-08-04 23:16:58 +08:00
parent 0f4f61af2b
commit 37af0a6a52
4 changed files with 8938 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Skills define _how_ tools work. This file is for _your_ specifics — the stuff
## 🔴 红线(不可违反)
1. **🚫 绝不直接执行 SQL 操作数据库!**
- 所有 SQL 查询、修改、DDL 操作必须通过 **Opencode** 完成
- 所有 SQL 查询、修改、DDL 操作必须通过 **sql-toolkit 技能** 完成
- 禁止直接使用 `mysql` 客户端、`docker exec``python``curl` 等工具操作数据库
- 违反红线的主请求将被拒绝