chaimi-keep-mcp 3.3.3-beta.12 → 3.3.3-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SKILL.md +9 -5
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -128,15 +128,19 @@ chaimi-keep-mcp ⭐ 本Skill
|
|
|
128
128
|
└─ get_skill() 获取 SKILL.md 规范
|
|
129
129
|
└─ references/response-templates.md 了解回复模板
|
|
130
130
|
|
|
131
|
-
第2
|
|
132
|
-
└─ 文字记账:get_text_parse_prompt()
|
|
133
|
-
└─ 小票记账:get_parse_prompt()
|
|
131
|
+
第2步:拿凭证
|
|
132
|
+
└─ 文字记账:get_text_parse_prompt() 获取凭证和解析模板
|
|
133
|
+
└─ 小票记账:get_parse_prompt() 获取凭证和解析模板
|
|
134
|
+
|
|
135
|
+
【强制流程】必须先调用此工具,让 AI 解析用户输入
|
|
136
|
+
此工具会返回解析结果,你只需将结果原样传给 save_expense/save_income
|
|
137
|
+
⚠️ 禁止自行解析或提取任何字段,必须让 AI 处理
|
|
134
138
|
|
|
135
139
|
第3步:AI解析
|
|
136
|
-
└─ 按模板解析用户输入,生成结构化数据 +
|
|
140
|
+
└─ 按模板解析用户输入,生成结构化数据 + _flowmate
|
|
137
141
|
|
|
138
142
|
第4步:执行记账
|
|
139
|
-
└─ 调用工具(save_expense/income/receipt,带上
|
|
143
|
+
└─ 调用工具(save_expense/income/receipt,带上 _flowmate)
|
|
140
144
|
└─ 根据 _templateLocation 使用模板渲染美学回复
|
|
141
145
|
```
|
|
142
146
|
|