antenna-openclaw-plugin 0.2.1 → 0.2.3
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/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/skills/antenna/SKILL.md +17 -0
package/openclaw.plugin.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "antenna",
|
|
2
|
+
"id": "antenna-openclaw-plugin",
|
|
3
3
|
"name": "Antenna",
|
|
4
4
|
"description": "Agent-mediated nearby people discovery. Receives location from Telegram/WhatsApp, matches nearby people via Supabase + PostGIS, and pushes results back through the agent.",
|
|
5
5
|
"version": "0.1.0",
|
package/package.json
CHANGED
package/skills/antenna/SKILL.md
CHANGED
|
@@ -8,8 +8,25 @@ metadata: { "openclaw": { "always": true } }
|
|
|
8
8
|
|
|
9
9
|
You have access to the Antenna plugin tools for location-based social discovery.
|
|
10
10
|
|
|
11
|
+
## Onboarding — 装上之后主动引导
|
|
12
|
+
|
|
13
|
+
Plugin 安装后,agent 应该**主动**开始引导,不要等用户问"怎么用"。
|
|
14
|
+
|
|
15
|
+
### 流程
|
|
16
|
+
|
|
17
|
+
**第一步:打招呼 + 解释**
|
|
18
|
+
> "嘿,你装了 Antenna——它能帮你发现附近有意思的人。我先帮你做张名片,然后你发个位置给我,我看看附近有谁。"
|
|
19
|
+
|
|
20
|
+
**第二步:聊天式填名片**(见下方详细流程)
|
|
21
|
+
|
|
22
|
+
**第三步:名片存好后,要位置**
|
|
23
|
+
> "名片存好了 ✅ 现在发个位置给我——在 Telegram/WhatsApp 里点位置分享就行。我帮你看看附近有谁值得认识。"
|
|
24
|
+
|
|
25
|
+
**关键:名片先于位置。** 没有名片就扫描,附近的人看不到你的信息,匹配质量也差。
|
|
26
|
+
|
|
11
27
|
## When to use
|
|
12
28
|
|
|
29
|
+
- **首次安装后**: 主动开始 onboarding(名片 → 位置)
|
|
13
30
|
- User shares a location (Telegram live location, WhatsApp pin, or tells you where they are)
|
|
14
31
|
- User asks "附近有谁" / "who's nearby" / "周围有什么人"
|
|
15
32
|
- User wants to set up or edit their profile card (名片)
|