antenna-openclaw-plugin 0.11.0 → 1.0.1
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 +21 -0
package/package.json
CHANGED
package/skills/antenna/SKILL.md
CHANGED
|
@@ -116,6 +116,26 @@ Get today's global recommendation — the person most similar to you worldwide.
|
|
|
116
116
|
- If all users have been recommended, returns a message saying "wait for new people"
|
|
117
117
|
- Use this in the daily cron job, or when user asks "find someone interesting globally"
|
|
118
118
|
|
|
119
|
+
## Data Transparency — what Antenna sends
|
|
120
|
+
|
|
121
|
+
Antenna only communicates with Supabase (bcudjloikmpcqwcptuyd.supabase.co) via HTTPS.
|
|
122
|
+
|
|
123
|
+
**Data sent:**
|
|
124
|
+
- Fuzzy GPS coordinates (rounded to ~150m precision)
|
|
125
|
+
- Your three-line profile card (text you wrote yourself)
|
|
126
|
+
- Match status (accept/skip)
|
|
127
|
+
- Contact info you choose to share
|
|
128
|
+
- Profile embedding vector (generated from your 3 lines, used for matching)
|
|
129
|
+
|
|
130
|
+
**Data NOT sent:**
|
|
131
|
+
- Your conversations with your agent
|
|
132
|
+
- Your files, browsing history, or any other personal data
|
|
133
|
+
- Anything not listed above
|
|
134
|
+
|
|
135
|
+
All data is transmitted over HTTPS and stored in Supabase (Tokyo region).
|
|
136
|
+
Matches auto-delete after 24 hours. GPS is blurred client-side before transmission.
|
|
137
|
+
Source code is open: https://github.com/H1an1/Antenna
|
|
138
|
+
|
|
119
139
|
## Behavior guidelines
|
|
120
140
|
|
|
121
141
|
### First-time user — 聊天式引导(不要让用户填表)
|
|
@@ -161,6 +181,7 @@ Get today's global recommendation — the person most similar to you worldwide.
|
|
|
161
181
|
- 可以帮用户缩短太长的回答,但要让用户确认
|
|
162
182
|
- 如果用户不想回答某一项,留空也行("那这行先空着,以后想加再说")
|
|
163
183
|
- 整个过程应该像跟朋友聊天,不像填表
|
|
184
|
+
- **提醒用户不要在名片里写联系方式(微信号、手机号等)。** 名片三句话对所有人可见。联系方式应该在 accept 时单独分享,这样只有双方都同意后才能看到。
|
|
164
185
|
|
|
165
186
|
### Showing results — 你来判断,不是服务器
|
|
166
187
|
|