Initial commit: workspace files including MEMORY.md, skills, and core configs

This commit is contained in:
2026-04-03 19:13:29 +08:00
commit 73ed53d531
33 changed files with 2443 additions and 0 deletions

77
TOOLS.md Normal file
View File

@@ -0,0 +1,77 @@
# 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
- 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.
---
## feishu
- **App ID**: cli_a94fdbf0b978dcbd
- **App Secret**: hpGEw9ONQirQEAxwWkzmLcxYKQurOLhr
- **uid**: ou_ac5d6d23827df6ae9d63805be47b05eb
## MiniMax
- **API Key**: `sk-cp-WDKUJN0CM7byxgNX8nzr5E8JOe0c3jZP_YVBt200sbYt9bEqsRAeY4O7VldTSg0RBYhNvneKLIttYHDy3YM6m04XWAz4JRW0ABlFHSKXKpuPgZPU02k0MfY`(当前使用)
- **TTS 接口**: `https://api.minimaxi.com/v1/t2a_v2`(可用)
- **克隆声音 ID**: `xiaocun_tianmei`(罗小寸的声音,已成功克隆)
## 铱云易订货
- **技术支持**: lgc@77ircloud.com
- **API 地址**: https://openapi.77ircloud.com
- **文档**: http://openapi-doc.77ircloud.com/
- **文件服务器**: http://43.164.129.126:5000 (需开放端口)
### API 凭证
- **clientid**: 6767358
- **client_secret**: 1gk9ApiWV8IA2QrVDnU6Dx7uUo7CLuN2
- **账号**: 112983083
- **密码**: 77ircloud
### 两套认证体系
1. **openapi.77ircloud.com**(订单、客户、库存等):用 client_id + client_secret 获取 access_token有效期30天
2. **suite.77ircloud.com**(商品搜索):用 accounts.77ircloud.com 登录获取 jwtToken有效期约7天
### suite.77ircloud.com 认证
```
POST https://accounts.77ircloud.com/api/v2/accounts/login
Body: {"userName":"112983083","password":"77ircloud","loginServerType":4}
```
返回 `data.jwtToken`,请求商品接口时带请求头:
- `authorization: {jwtToken}` (无 Bearer 前缀)
- `x-exclude-login-mutex: 77ircloud`
Add whatever helps you do your job. This is your cheat sheet.