Files
openclaw-config/workspace-backend/TOOLS.md
T

52 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# TOOLS.md —— 本地记录
技能文件(Skills)定义的是工具**如何工作**。而这个文件是为**你的具体情况**准备的——那些你个人环境独有的信息。
## 这里可以放什么
例如:
- 摄像头名称和位置
- SSH 主机和别名
- 偏好的 TTS 语音
- 扬声器/房间名称
- 设备昵称
- 任何与环境相关的特定信息
## 为什么要分开?
技能是共享的。你的配置是你自己的。把它们分开意味着你可以在更新技能时不丢失你的笔记,也可以在不泄露基础设施的情况下分享技能。
---
## 项目别名
- `wit``/root/projects/wit`(前端 mica-web / 后端 mica-server / 文档 mica-doc
### 🔴 mica 项目 git 操作红线
- **禁止 git push** - 只能 commitpush 操作必须由用户手动执行
- **禁止擅自提交项目代码到 git** - 必须先询问用户确认后再提交
## mica 项目数据库配置
**连接信息:**
- 主机:`47.99.209.185:50036`
- 用户:`witsoftd`
- 密码:见密码管理器
**数据库列表:**
| 数据库 | 用途 |
|--------|------|
| `dmp_serp` | ERP 相关 |
| `dmp_smdm` | 主数据管理 |
| `dmp_smes` | 制造执行系统 |
| `dmp_spom` | 订单管理 |
| `dmp_secm` | 安全管理 |
| `dmp_sportal` | 门户系统 |
**相关系统:** `witdmp_edge/scheduler/workflow``witdn_lcdp/server``witprint``nacos_k8s``tenant`
**技能:** sql-toolkit`/root/.openclaw/workspace-backend/skills/sql-toolkit/SKILL.md`