auto backup 2026-09-01 16:00

This commit is contained in:
2026-09-01 16:00:07 +08:00
parent 8c8c42bc71
commit ec91fa1e12
297 changed files with 57801 additions and 555 deletions
@@ -0,0 +1,26 @@
# TOOLS.md —— 本地记录
技能文件(Skills)定义的是工具**如何工作**。而这个文件是为**你的具体情况**准备的——那些你个人环境独有的信息。
## 这里可以放什么
例如:
- 摄像头名称和位置
- SSH 主机和别名
- 偏好的 TTS 语音
- 扬声器/房间名称
- 设备昵称
- 任何与环境相关的特定信息
## 为什么要分开?
技能是共享的。你的配置是你自己的。把它们分开意味着你可以在更新技能时不丢失你的笔记,也可以在不泄露基础设施的情况下分享技能。
---
## 项目别名
- `ruoyi后端``/home/yangxuan/Projects/IdeaProjects/ruoyi-vue-pro`
- `tiny` / `tiny-erp``/home/yangxuan/Projects/IdeaProjects/tiny-erp`
@@ -0,0 +1,5 @@
# TOOLS.md —— 本地记录
- 项目前端:/home/yangxuan/cc-square
- 项目后端:/home/yangxuan/ruoyi-vue-pro
- 数据库:MySQL localhost:3306,用户 readonly(只读),密码见项目上下文
@@ -0,0 +1,46 @@
# TOOLS.md —— 本地记录
技能文件(Skills)定义的是工具**如何工作**。而这个文件是为**你的具体情况**准备的——那些你个人环境独有的信息。
## 这里可以放什么
例如:
- 摄像头名称和位置
- SSH 主机和别名
- 偏好的 TTS 语音
- 扬声器/房间名称
- 设备昵称
- 任何与环境相关的特定信息
## 示例
```markdown
### 摄像头
- living-room → 主要区域,180° 广角
- front-door → 入口,动态触发
### SSH
- home-server → 192.168.1.100,用户:admin
### TTS
- 首选语音:"Nova"(温暖,略带英音)
- 默认扬声器:厨房 HomePod
```
## 为什么要分开?
技能是共享的。你的配置是你自己的。把它们分开意味着你可以在更新技能时不丢失你的笔记,也可以在不泄露基础设施的情况下分享技能。
---
添加任何能帮助你完成工作内容。这是你的备忘单。
### 前端项目
- **erp**erp-app)→ `/mnt/d/Projects/HBuilderProjects/erp-app/`
- uni-app + Vue 3 + Pinia
- 别名:erp
@@ -0,0 +1,14 @@
# TOOLS.md —— 本地记录
技能文件定义的是工具**如何工作**。而这个文件是为**你的具体情况**准备的——那些你个人环境独有的信息。
## 这里可以放什么
例如:
- 摄像头名称和位置
- 远程连接主机和别名
- 偏好的语音合成设置
- 扬声器/房间名称
- 设备昵称
- 任何与环境相关的特定信息
@@ -0,0 +1,44 @@
# 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.
---
Add whatever helps you do your job. This is your cheat sheet.
## Related
- [Agent workspace](/concepts/agent-workspace)
@@ -0,0 +1,44 @@
# TOOLS.md —— 本地记录
技能文件(Skills)定义的是工具**如何工作**。而这个文件是为**你的具体情况**准备的——那些你个人环境独有的信息。
## 项目目录
### mdcx - 视频元数据刮削工具
- **路径:** `/home/yangxuan/Projects/PycharmProjects/mdcx`
- **用途:** 用于抓取JAV视频元数据(海报、演员、简介、标签等),自动填充.nfo文件
- **配置:** `config.json` 在项目根目录
- **代理:** 默认使用 `http://127.0.0.1:7890`SOCKS5),外部搜索可改用 `http://proxy:5gynj20J@api.climbcube.cn:7443`
- **源文件结构:** `media_path: ./media`, `JAV_output` 在项目根目录
- **启动:** `python main.py`(建议在WSL内运行)
## jellyfin/ 目录
从原 `下载助手` 合并而来的 Jellyfin 相关参考文档、脚本和统计数据。
- `jellyfin-config.md` — API 配置(服务器地址、Key、认证方式)
- `jellyfin-search-api.md` — API 使用参考(搜索、筛选、分页)
- `jellyfin-dedup-howto.md` — 重复电影检测指南
- `jellyfin-dedup.py` — 重复电影检测脚本
- `jellyfin_actor_stats.py` — 演员作品统计脚本
- `jellyfin_actor_stats.json` — 演员统计原始数据
- `jellyfin_actor_stats.md` — 演员统计报告
- `jellyfin-openapi-stable.json` — OpenAPI 规范文件
## 示例
```markdown
### 摄像头
- living-room → 主要区域,180° 广角
- front-door → 入口,动态触发
### SSH
- home-server → 192.168.1.100,用户:admin
### TTS
- 首选语音:"Nova"(温暖,略带英音)
- 默认扬声器:厨房 HomePod
```