antenna-fyi 1.3.29 → 1.3.30

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/skill/SKILL.md +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antenna-fyi",
3
- "version": "1.3.29",
3
+ "version": "1.3.30",
4
4
  "description": "Antenna \u2014 nearby people discovery. CLI + MCP server + OpenClaw skill & plugin, all in one package.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -26,4 +26,4 @@
26
26
  "@modelcontextprotocol/sdk": "^1.12.1",
27
27
  "zod": "^3.24.4"
28
28
  }
29
- }
29
+ }
package/skill/SKILL.md CHANGED
@@ -43,7 +43,7 @@ Plugin 安装后,agent **主动**开始引导,不要等用户问。
43
43
 
44
44
  跟用户聊几句,了解他们是谁、做什么、想认识什么人。然后 agent 自己生成:
45
45
  - more_information(~200 字,给 agent 匹配用的私密上下文,不展示给别人)
46
- - 从中提炼 line1/2/3 + display_name
46
+ - 从中提炼 personal_description/looking_for/conversation_style + display_name
47
47
 
48
48
  展示预览给用户确认:
49
49
  > 你的名片:
@@ -146,14 +146,14 @@ openclaw cron add --every 1h --message "Check antenna matches: call antenna_chec
146
146
  查看或更新用户名片。
147
147
  - `action`:"get" 或 "set"
148
148
  - `sender_id`, `channel`, `chat_id`
149
- - "set" 时传:`display_name`, `line1`, `line2`, `line3`, `visible`, `matching_context`
149
+ - "set" 时传:`display_name`, `personal_description`, `looking_for`, `conversation_style`, `visible`, `matching_context`
150
150
 
151
151
  名片内容:
152
152
  - **display_name**:显示名称
153
- - **line1**:个人描述(谁 / 做什么)
154
- - **line2**:想认识的人
155
- - **line3**:想要的交流方式
156
- - **matching_context**(more_information,不展示给别人):agent 基于对用户的了解生成的详细描述,~200 字。**这是匹配的核心数据源。** line1/2/3 从它提炼出来,不是反过来。
153
+ - **personal_description**:个人描述(谁 / 做什么)
154
+ - **looking_for**:想认识的人
155
+ - **conversation_style**:想要的交流方式
156
+ - **matching_context**(more_information,不展示给别人):agent 基于对用户的了解生成的详细描述,~200 字。**这是匹配的核心数据源。** personal_description/looking_for/conversation_style 从它提炼出来,不是反过来。
157
157
 
158
158
  ### `antenna_accept`
159
159
  接受一个匹配。**不需要先 scan**--任何发现路径都可以触发 accept。
@@ -229,7 +229,7 @@ openclaw cron add --every 1h --message "Check antenna matches: call antenna_chec
229
229
  - **每次只问一个问题。**
230
230
  - **用户说的原话尽量保留。** 帮缩短但让用户确认。
231
231
  - **不要在名片里写联系方式。** 联系方式在 accept 时分享。
232
- - **line1 必填。**
232
+ - **personal_description 必填。**
233
233
  - **确认后才存。**
234
234
 
235
235
  ### Showing results - 你来判断