-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity-modules.json
More file actions
125 lines (125 loc) · 4.14 KB
/
community-modules.json
File metadata and controls
125 lines (125 loc) · 4.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"lastUpdated": "2026-03-24",
"modules": [
{
"name": "google-bridge",
"repo": "seldonrios/google-bridge-module",
"certified": true,
"category": "bridge",
"description": "Unified Google Workspace bridge for Calendar, Tasks, Gmail, Drive, Contacts, Keep, Chat, Meet, Docs, and Sheets.",
"tags": ["google", "bridge", "calendar", "tasks", "gmail"],
"resourceHint": "medium",
"subFeatures": [
"calendar",
"tasks",
"gmail",
"drive",
"contacts",
"keep",
"chat",
"meet",
"docs",
"sheets"
]
},
{
"name": "research",
"repo": "lifeos-community/research-module",
"certified": true,
"category": "knowledge",
"description": "Research assistant with local context and follow-up memory.",
"tags": ["research", "knowledge"],
"resourceHint": "high"
},
{
"name": "weather",
"repo": "lifeos-community/weather-module",
"certified": true,
"category": "utilities",
"description": "Offline-first weather snapshots and spoken forecasts.",
"tags": ["weather", "daily"],
"resourceHint": "low"
},
{
"name": "news",
"repo": "lifeos-community/news-module",
"certified": true,
"category": "information",
"description": "RSS-powered daily digest with local summarization fallback.",
"tags": ["news", "digest"],
"resourceHint": "medium"
},
{
"name": "health-tracker",
"repo": "lifeos-community/health-tracker",
"certified": false,
"category": "health",
"description": "Local-first logging for steps, sleep, weight, heart rate, and custom health metrics.",
"tags": ["health", "metrics", "tracking", "habit"],
"resourceHint": "low"
},
{
"name": "habit-streak",
"repo": "lifeos-community/habit-streak",
"certified": false,
"category": "productivity",
"description": "Track daily habits and streaks. Voice check-in. Milestone celebrations.",
"tags": ["habit", "streak", "tracking", "daily"],
"resourceHint": "low"
},
{
"name": "home-state",
"repo": "lifeos-community/home-state",
"certified": false,
"category": "household",
"description": "Home Assistant bridge and presence event adapter for household state changes.",
"tags": ["home-assistant", "presence", "household", "privacy"],
"resourceHint": "low"
},
{
"name": "planning-assistant",
"repo": "lifeos-community/planning-assistant",
"certified": false,
"category": "productivity",
"description": "Personal planning assistant with goal decomposition, scheduling, and life-graph writes.",
"tags": ["planning", "goals", "scheduling", "tasks"],
"resourceHint": "low"
},
{
"name": "notification-bridge",
"repo": "lifeos-community/notification-bridge",
"certified": false,
"category": "integration",
"description": "Event-driven webhook bridge for fan-in topic subscriptions and outbound notification delivery.",
"tags": ["notifications", "webhooks", "integration", "events"],
"resourceHint": "low"
},
{
"name": "email-summarizer",
"repo": "lifeos-community/email-summarizer",
"certified": false,
"category": "productivity",
"description": "Fetch and summarize unread emails locally via IMAP. No cloud required.",
"tags": ["email", "imap", "summarizer", "inbox"],
"resourceHint": "medium"
},
{
"name": "voice",
"repo": "lifeos-community/voice",
"certified": false,
"category": "assistant",
"description": "Voice session lifecycle adapter - start, stop, and transcribe via the home-node voice pipeline.",
"tags": ["voice", "assistant", "ambient"],
"resourceHint": "medium"
},
{
"name": "smart-home",
"repo": "lifeos-community/smart-home-module",
"certified": false,
"category": "automation",
"description": "Bridge LifeOS intents to Home Assistant and MQTT devices.",
"tags": ["automation", "home"],
"resourceHint": "medium"
}
]
}