antenna-openclaw-plugin 0.11.0 → 1.0.0
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 +20 -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 — 聊天式引导(不要让用户填表)
|