@yixinkj/priority-buyer-alert-cli 0.1.6 → 0.1.8
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/package.json +1 -1
- package/skill/SKILL.md +3 -1
- package/skills.json +3 -4
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 哨兵预警-0812
|
|
3
3
|
description: 重点买家未回复预警。只读扫描阿里国际站询盘列表,挑出 L2 及以上(出口通店铺为 L1+)的重点买家,判断买家最后一句是否超过 SLA 仍没有真人业务员回复,并输出中文预警清单;机器人自动接待不算人工回复。Use when 用户要求检查重点买家有没有超时未回复、查询盘超时提醒、看 L3/L4 有没有快凉的,或要求运行重点买家预警。
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.8"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# 重点买家预警
|
|
@@ -104,6 +104,8 @@ npx -y @yixinkj/priority-buyer-alert-cli@latest \
|
|
|
104
104
|
|
|
105
105
|
- `authorization_failed`:停止并提示用户先完成译心授权。
|
|
106
106
|
- `bridge_offline`:停止并提示用户打开浏览器、确认译心插件已连接后重试。
|
|
107
|
+
- `extension_outdated`:译心浏览器插件版本过旧。提示用户在 Chrome 扩展管理页重新加载译心插件后重试;插件由共享运行时统一管理,本 Skill 不会也不应绕过该要求。
|
|
108
|
+
- `bridge_outdated`:共享译心桥版本过旧。提示用户升级共享译心桥后重试,不要自行重启或覆盖共享运行时。
|
|
107
109
|
- `login_required`:停止本轮,提示用户在浏览器重新登录后重跑;不得读取旧产物反推结论。
|
|
108
110
|
- `account_risk_detected`:停止并提示用户先在页面完成安全校验。
|
|
109
111
|
- `browser_profile_ambiguous`:请用户只保留目标 Profile 已连接,或只在目标 Profile 打开消息中心后重试。
|
package/skills.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"runtimeVersion": "0.1.
|
|
2
|
+
"runtimeVersion": "0.1.2",
|
|
3
3
|
"platforms": {
|
|
4
4
|
"darwin-arm64": {
|
|
5
5
|
"id": "mac-arm64",
|
|
@@ -19,13 +19,12 @@
|
|
|
19
19
|
},
|
|
20
20
|
"bridge": {
|
|
21
21
|
"package": "@yixinkj/yixin-bridge-cli",
|
|
22
|
-
"minVersion": "1.0.6"
|
|
23
|
-
"requiredCapabilities": ["frame_url_v1"]
|
|
22
|
+
"minVersion": "1.0.6"
|
|
24
23
|
},
|
|
25
24
|
"skill": {
|
|
26
25
|
"name": "哨兵预警-0812",
|
|
27
26
|
"id": "priority-buyer-alert",
|
|
28
|
-
"version": "0.1.
|
|
27
|
+
"version": "0.1.8",
|
|
29
28
|
"bin": "priority-buyer-alert-cli"
|
|
30
29
|
}
|
|
31
30
|
}
|