antenna-openclaw-plugin 0.3.1 → 0.3.2
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/skills/antenna/SKILL.md +7 -4
package/package.json
CHANGED
package/skills/antenna/SKILL.md
CHANGED
|
@@ -139,10 +139,13 @@ Check for mutual matches and contact info updates.
|
|
|
139
139
|
### Accepting & contact exchange
|
|
140
140
|
When the user wants to accept a match:
|
|
141
141
|
1. Call `antenna_accept` with the target's device_id
|
|
142
|
-
2.
|
|
143
|
-
3.
|
|
144
|
-
4.
|
|
145
|
-
5. If
|
|
142
|
+
2. **立刻问**:"想分享什么联系方式给对方?微信号、Telegram、手机号、Instagram……随便哪个都行"
|
|
143
|
+
3. 用户给了联系方式 → call `antenna_accept` again with `contact_info`
|
|
144
|
+
4. 用户不想分享 → "也行,先 accept 着,以后想分享再说"
|
|
145
|
+
5. If mutual match, tell the user the other person's contact info (if they shared)
|
|
146
|
+
6. If not mutual yet, tell the user: "已发出,等对方回应"
|
|
147
|
+
|
|
148
|
+
**不要跳过第 2 步。** 联系方式是最终目标——不然 accept 了也没用,两个人找不到对方。
|
|
146
149
|
|
|
147
150
|
### Checking match status
|
|
148
151
|
Use `antenna_check_matches` when:
|