ai_member_xiaoxi/TOOLS.md
小溪 037a620798 更新:新增数据库连接信息和业务知识库
- 新增 TOOLS.md 包含所有数据库连接信息
- 新增 business_knowledge/ 目录,包含:
  * 13个 SQL 查询文档
  * 业务术语表
  * 数据表说明
  * 16个数据抽取脚本
  * 知识总结文档
2026-03-02 18:29:55 +08:00

106 lines
3.0 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 - Local Notes
Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup.
## What Goes Here
Things like:
- Camera names and locations
- SSH hosts and aliases
- Preferred voices for TTS
- Speaker/room names
- Device nicknames
- Database connections and access methods
- Anything environment-specific
## Examples
```markdown
### Cameras
- living-room → Main area, 180° wide angle
- front-door → Entrance, motion-triggered
### SSH
- home-server → 192.168.1.100, user: admin
### TTS
- Preferred voice: "Nova" (warm, slightly British)
- Default speaker: Kitchen HomePod
```
## Why Separate?
Skills are shared. Your setup is yours. Keeping them apart means you can update skills without losing your notes, and share skills without leaking your infrastructure.
## Database Connections
### MySQL Databases
#### Online MySQL (线上版本)
- **描述:** 包含不同发布版本的配置数据,以及线上用户订单/用户信息等数据
- **主机:** bj-cdb-dh2fkqa0.sql.tencentcdb.com
- **端口:** 27751
- **用户名:** read_only
- **密码:** fsdo45ijfmfmuu77$%^&
- **访问权限:** 只读
- **注意:** 永远只读取,不进行写入/删除操作
#### Test MySQL (测试环境)
- **描述:** 包含最新版本的配置数据test环境的内部开发用户数据
- **主机:** bj-cdb-8frbdwju.sql.tencentcdb.com
- **端口:** 25413
- **用户名:** read_only
- **密码:** fdsfiidier^$*hjfdijjd232
- **访问权限:** 只读
- **注意:** 永远只读取,不进行写入/删除操作
### PostgreSQL Databases
#### Online PostgreSQL (正式环境用户行为数据)
- **描述:** 存储正式环境的用户行为等数据
- **主机:** bj-postgres-16pob4sg.sql.tencentcdb.com
- **端口:** 28591
- **用户名:** ai_member
- **密码:** LdfjdjL83h3h3^$&**YGG*
- **访问权限:** 只读
- **注意:** 永远只读取,不进行写入/删除操作
#### Test PostgreSQL (测试环境行为数据)
- **描述:** 存储test环境的测试行为等数据
- **主机:** bj-postgres-642mcico.sql.tencentcdb.com
- **端口:** 21531
- **用户名:** ai_member
- **密码:** dsjsLGU&%$%FG*((yy9y8
- **访问权限:** 只读
- **注意:** 永远只读取,不进行写入/删除操作
### Elasticsearch (ES)
#### Test ES (测试环境服务日志)
- **描述:** 存储测试环境的服务日志数据
- **主机:** es-o79jsx9i.public.tencentelasticsearch.com
- **端口:** 9200
- **协议:** https
- **用户名:** elastic
- **密码:** lPLYr2!ap%^4UQb#
- **访问权限:** 只读
- **注意:** 永远只读取,不进行写入/删除操作
#### Online ES (正式环境服务日志)
- **描述:** 存储正式环境的服务日志数据
- **主机:** es-7vd7jcu9.public.tencentelasticsearch.com
- **端口:** 9200
- **协议:** https
- **用户名:** elastic
- **密码:** F%?QDcWes7N2WTuiYD11
- **访问权限:** 只读
- **注意:** 永远只读取,不进行写入/删除操作
---
Add whatever helps you do your job. This is your cheat sheet.