milaidy 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.
Files changed (253) hide show
  1. package/LICENSE +8 -0
  2. package/README.md +538 -0
  3. package/dist/argv-CfSowvEA.js +63 -0
  4. package/dist/config-B-mboG4v.js +4 -0
  5. package/dist/eliza-CPJjgw-e.js +1491 -0
  6. package/dist/eliza.js +2192 -0
  7. package/dist/entry.js +232 -0
  8. package/dist/index.js +209 -0
  9. package/dist/links-BFKlWqSe.js +15 -0
  10. package/dist/paths-D_yh1DEJ.js +69 -0
  11. package/dist/plugins-cli-B7kSre2c.js +134 -0
  12. package/dist/program-6KwWwKKh.js +510 -0
  13. package/dist/register.agents-CPVmSjMG.js +17 -0
  14. package/dist/register.browser-B2ooXxNx.js +15 -0
  15. package/dist/register.channels-CMYQ6K6Y.js +42 -0
  16. package/dist/register.cron-D91lY1_Y.js +9 -0
  17. package/dist/register.devices-rU5I5L_y.js +13 -0
  18. package/dist/register.gateway-82SLAvw3.js +22 -0
  19. package/dist/register.hooks-B_XTBEkt.js +9 -0
  20. package/dist/register.logs-BgEGcPd8.js +10 -0
  21. package/dist/register.models-BJt9eVgZ.js +26 -0
  22. package/dist/register.nodes-B5xY1s8a.js +9 -0
  23. package/dist/register.skills-SFQqYIhg.js +10 -0
  24. package/dist/register.subclis-uF_AsbWR.js +187 -0
  25. package/dist/run-main-XODklzS-.js +56 -0
  26. package/dist/theme-DBvtuGeq.js +36 -0
  27. package/dist/utils-C1AUpp_V.js +42 -0
  28. package/dist/version-Cpn3yr5D.js +26 -0
  29. package/dist/workspace-Co3Wul2D.js +206 -0
  30. package/dist/workspace-DCA6MNVK.js +350 -0
  31. package/docs/.i18n/README.md +31 -0
  32. package/docs/.i18n/glossary.zh-CN.json +210 -0
  33. package/docs/.i18n/zh-CN.tm.jsonl +1329 -0
  34. package/docs/CNAME +1 -0
  35. package/docs/automation/cron-jobs.md +468 -0
  36. package/docs/automation/cron-vs-heartbeat.md +254 -0
  37. package/docs/automation/gmail-pubsub.md +256 -0
  38. package/docs/automation/poll.md +69 -0
  39. package/docs/automation/webhook.md +163 -0
  40. package/docs/bedrock.md +176 -0
  41. package/docs/brave-search.md +41 -0
  42. package/docs/broadcast-groups.md +442 -0
  43. package/docs/cli/acp.md +170 -0
  44. package/docs/cli/agent.md +24 -0
  45. package/docs/cli/agents.md +75 -0
  46. package/docs/cli/approvals.md +50 -0
  47. package/docs/cli/browser.md +107 -0
  48. package/docs/cli/channels.md +79 -0
  49. package/docs/cli/config.md +50 -0
  50. package/docs/cli/configure.md +33 -0
  51. package/docs/cli/cron.md +42 -0
  52. package/docs/cli/dashboard.md +16 -0
  53. package/docs/cli/devices.md +67 -0
  54. package/docs/cli/directory.md +63 -0
  55. package/docs/cli/dns.md +23 -0
  56. package/docs/cli/docs.md +15 -0
  57. package/docs/cli/doctor.md +41 -0
  58. package/docs/cli/gateway.md +199 -0
  59. package/docs/cli/health.md +21 -0
  60. package/docs/cli/hooks.md +291 -0
  61. package/docs/cli/index.md +1029 -0
  62. package/docs/cli/logs.md +24 -0
  63. package/docs/cli/memory.md +45 -0
  64. package/docs/cli/message.md +239 -0
  65. package/docs/cli/models.md +79 -0
  66. package/docs/cli/node.md +112 -0
  67. package/docs/cli/nodes.md +73 -0
  68. package/docs/cli/onboard.md +29 -0
  69. package/docs/cli/pairing.md +21 -0
  70. package/docs/cli/plugins.md +62 -0
  71. package/docs/cli/reset.md +17 -0
  72. package/docs/cli/sandbox.md +152 -0
  73. package/docs/cli/security.md +26 -0
  74. package/docs/cli/sessions.md +16 -0
  75. package/docs/cli/setup.md +29 -0
  76. package/docs/cli/skills.md +26 -0
  77. package/docs/cli/status.md +26 -0
  78. package/docs/cli/system.md +60 -0
  79. package/docs/cli/tui.md +23 -0
  80. package/docs/cli/uninstall.md +17 -0
  81. package/docs/cli/update.md +98 -0
  82. package/docs/cli/voicecall.md +34 -0
  83. package/docs/cli/webhooks.md +25 -0
  84. package/docs/concepts/agent-loop.md +146 -0
  85. package/docs/concepts/agent-workspace.md +229 -0
  86. package/docs/concepts/agent.md +122 -0
  87. package/docs/concepts/architecture.md +129 -0
  88. package/docs/concepts/channel-routing.md +114 -0
  89. package/docs/concepts/compaction.md +61 -0
  90. package/docs/concepts/context.md +159 -0
  91. package/docs/concepts/features.md +53 -0
  92. package/docs/concepts/group-messages.md +84 -0
  93. package/docs/concepts/groups.md +373 -0
  94. package/docs/concepts/markdown-formatting.md +130 -0
  95. package/docs/concepts/memory.md +546 -0
  96. package/docs/concepts/messages.md +154 -0
  97. package/docs/concepts/model-failover.md +149 -0
  98. package/docs/concepts/model-providers.md +315 -0
  99. package/docs/concepts/models.md +208 -0
  100. package/docs/concepts/multi-agent.md +376 -0
  101. package/docs/concepts/oauth.md +145 -0
  102. package/docs/concepts/plugins.md +454 -0
  103. package/docs/concepts/presence.md +102 -0
  104. package/docs/concepts/queue.md +89 -0
  105. package/docs/concepts/retry.md +69 -0
  106. package/docs/concepts/secrets.md +300 -0
  107. package/docs/concepts/session-pruning.md +122 -0
  108. package/docs/concepts/session-tool.md +193 -0
  109. package/docs/concepts/session.md +188 -0
  110. package/docs/concepts/sessions.md +10 -0
  111. package/docs/concepts/skills.md +392 -0
  112. package/docs/concepts/streaming.md +135 -0
  113. package/docs/concepts/system-prompt.md +114 -0
  114. package/docs/concepts/timezone.md +91 -0
  115. package/docs/concepts/typebox.md +289 -0
  116. package/docs/concepts/typing-indicators.md +68 -0
  117. package/docs/concepts/usage-tracking.md +35 -0
  118. package/docs/custom.css +4 -0
  119. package/docs/date-time.md +128 -0
  120. package/docs/debugging.md +162 -0
  121. package/docs/docs.json +1599 -0
  122. package/docs/environment.md +81 -0
  123. package/docs/hooks.md +876 -0
  124. package/docs/index.md +179 -0
  125. package/docs/install/ansible.md +208 -0
  126. package/docs/install/bun.md +59 -0
  127. package/docs/install/development-channels.md +75 -0
  128. package/docs/install/docker.md +567 -0
  129. package/docs/install/index.md +185 -0
  130. package/docs/install/installer.md +123 -0
  131. package/docs/install/migrating.md +192 -0
  132. package/docs/install/nix.md +96 -0
  133. package/docs/install/node.md +78 -0
  134. package/docs/install/uninstall.md +128 -0
  135. package/docs/install/updating.md +228 -0
  136. package/docs/logging.md +350 -0
  137. package/docs/multi-agent-sandbox-tools.md +395 -0
  138. package/docs/network.md +54 -0
  139. package/docs/nodes/audio.md +114 -0
  140. package/docs/nodes/camera.md +156 -0
  141. package/docs/nodes/images.md +72 -0
  142. package/docs/nodes/index.md +341 -0
  143. package/docs/nodes/location-command.md +113 -0
  144. package/docs/nodes/media-understanding.md +379 -0
  145. package/docs/nodes/talk.md +90 -0
  146. package/docs/nodes/voicewake.md +65 -0
  147. package/docs/northflank.mdx +53 -0
  148. package/docs/perplexity.md +80 -0
  149. package/docs/platforms/android.md +129 -0
  150. package/docs/platforms/digitalocean.md +262 -0
  151. package/docs/platforms/exe-dev.md +125 -0
  152. package/docs/platforms/fly.md +486 -0
  153. package/docs/platforms/gcp.md +503 -0
  154. package/docs/platforms/hetzner.md +330 -0
  155. package/docs/platforms/index.md +53 -0
  156. package/docs/platforms/ios.md +106 -0
  157. package/docs/platforms/linux.md +94 -0
  158. package/docs/platforms/mac/bundled-gateway.md +73 -0
  159. package/docs/platforms/mac/canvas.md +125 -0
  160. package/docs/platforms/mac/child-process.md +69 -0
  161. package/docs/platforms/mac/dev-setup.md +102 -0
  162. package/docs/platforms/mac/health.md +34 -0
  163. package/docs/platforms/mac/icon.md +31 -0
  164. package/docs/platforms/mac/logging.md +57 -0
  165. package/docs/platforms/mac/menu-bar.md +81 -0
  166. package/docs/platforms/mac/peekaboo.md +65 -0
  167. package/docs/platforms/mac/permissions.md +44 -0
  168. package/docs/platforms/mac/release.md +85 -0
  169. package/docs/platforms/mac/remote.md +83 -0
  170. package/docs/platforms/mac/signing.md +47 -0
  171. package/docs/platforms/mac/skills.md +33 -0
  172. package/docs/platforms/mac/voice-overlay.md +60 -0
  173. package/docs/platforms/mac/voicewake.md +67 -0
  174. package/docs/platforms/mac/webchat.md +41 -0
  175. package/docs/platforms/mac/xpc.md +61 -0
  176. package/docs/platforms/macos-vm.md +281 -0
  177. package/docs/platforms/macos.md +203 -0
  178. package/docs/platforms/oracle.md +303 -0
  179. package/docs/platforms/raspberry-pi.md +358 -0
  180. package/docs/platforms/windows.md +159 -0
  181. package/docs/plugin.md +651 -0
  182. package/docs/plugins/agent-tools.md +99 -0
  183. package/docs/plugins/manifest.md +71 -0
  184. package/docs/plugins/voice-call.md +273 -0
  185. package/docs/plugins/zalouser.md +70 -0
  186. package/docs/providers/anthropic.md +152 -0
  187. package/docs/providers/claude-max-api-proxy.md +148 -0
  188. package/docs/providers/cloudflare-ai-gateway.md +71 -0
  189. package/docs/providers/deepgram.md +93 -0
  190. package/docs/providers/glm.md +33 -0
  191. package/docs/providers/index.md +63 -0
  192. package/docs/providers/minimax.md +208 -0
  193. package/docs/providers/models.md +51 -0
  194. package/docs/providers/moonshot.md +142 -0
  195. package/docs/providers/ollama.md +223 -0
  196. package/docs/providers/openai.md +62 -0
  197. package/docs/providers/opencode.md +36 -0
  198. package/docs/providers/openrouter.md +37 -0
  199. package/docs/providers/qwen.md +53 -0
  200. package/docs/providers/synthetic.md +99 -0
  201. package/docs/providers/venice.md +267 -0
  202. package/docs/providers/vercel-ai-gateway.md +50 -0
  203. package/docs/providers/xiaomi.md +64 -0
  204. package/docs/providers/zai.md +36 -0
  205. package/docs/railway.mdx +99 -0
  206. package/docs/reference/templates/AGENTS.md +9 -0
  207. package/docs/reference/templates/BOOTSTRAP.md +3 -0
  208. package/docs/reference/templates/HEARTBEAT.md +3 -0
  209. package/docs/reference/templates/IDENTITY.md +3 -0
  210. package/docs/reference/templates/TOOLS.md +3 -0
  211. package/docs/reference/templates/USER.md +3 -0
  212. package/docs/render.mdx +165 -0
  213. package/docs/start/docs-directory.md +63 -0
  214. package/docs/start/getting-started.md +212 -0
  215. package/docs/start/milaidy.md +247 -0
  216. package/docs/start/onboarding.md +258 -0
  217. package/docs/start/pairing.md +86 -0
  218. package/docs/start/quickstart.md +81 -0
  219. package/docs/start/setup.md +149 -0
  220. package/docs/start/showcase.md +416 -0
  221. package/docs/start/wizard.md +418 -0
  222. package/docs/testing.md +368 -0
  223. package/docs/token-use.md +112 -0
  224. package/docs/tools/agent-send.md +53 -0
  225. package/docs/tools/apply-patch.md +50 -0
  226. package/docs/tools/browser-linux-troubleshooting.md +139 -0
  227. package/docs/tools/browser-login.md +68 -0
  228. package/docs/tools/browser.md +576 -0
  229. package/docs/tools/chrome-extension.md +178 -0
  230. package/docs/tools/clawhub.md +257 -0
  231. package/docs/tools/creating-skills.md +54 -0
  232. package/docs/tools/elevated.md +57 -0
  233. package/docs/tools/exec-approvals.md +246 -0
  234. package/docs/tools/exec.md +179 -0
  235. package/docs/tools/firecrawl.md +61 -0
  236. package/docs/tools/index.md +508 -0
  237. package/docs/tools/llm-task.md +115 -0
  238. package/docs/tools/reactions.md +22 -0
  239. package/docs/tools/skills-config.md +76 -0
  240. package/docs/tools/skills.md +300 -0
  241. package/docs/tools/slash-commands.md +196 -0
  242. package/docs/tools/subagents.md +151 -0
  243. package/docs/tools/thinking.md +73 -0
  244. package/docs/tools/web.md +261 -0
  245. package/docs/tui.md +159 -0
  246. package/docs/vps.md +43 -0
  247. package/docs/web/control-ui.md +221 -0
  248. package/docs/web/dashboard.md +46 -0
  249. package/docs/web/index.md +116 -0
  250. package/docs/web/webchat.md +49 -0
  251. package/milaidy.mjs +14 -0
  252. package/package.json +271 -0
  253. package/skills/.cache/catalog.json +88519 -0
@@ -0,0 +1,416 @@
1
+ ---
2
+ title: "Showcase"
3
+ description: "Real-world Milaidy projects from the community"
4
+ summary: "Community-built projects and integrations powered by Milaidy"
5
+ ---
6
+
7
+ # Showcase
8
+
9
+ Real projects from the community. See what people are building with Milaidy.
10
+
11
+ <Info>
12
+ **Want to be featured?** Share your project in [#showcase on Discord](https://discord.gg/clawd) or [tag @milaidy on X](https://x.com/milaidy).
13
+ </Info>
14
+
15
+ ## 🎥 Milaidy in Action
16
+
17
+ Full setup walkthrough (28m) by VelvetShark.
18
+
19
+ <div
20
+ style={{
21
+ position: "relative",
22
+ paddingBottom: "56.25%",
23
+ height: 0,
24
+ overflow: "hidden",
25
+ borderRadius: 16,
26
+ }}
27
+ >
28
+ <iframe
29
+ src="https://www.youtube-nocookie.com/embed/SaWSPZoPX34"
30
+ title="Milaidy: The self-hosted AI that Siri should have been (Full setup)"
31
+ style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%" }}
32
+ frameBorder="0"
33
+ loading="lazy"
34
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
35
+ allowFullScreen
36
+ />
37
+ </div>
38
+
39
+ [Watch on YouTube](https://www.youtube.com/watch?v=SaWSPZoPX34)
40
+
41
+ <div
42
+ style={{
43
+ position: "relative",
44
+ paddingBottom: "56.25%",
45
+ height: 0,
46
+ overflow: "hidden",
47
+ borderRadius: 16,
48
+ }}
49
+ >
50
+ <iframe
51
+ src="https://www.youtube-nocookie.com/embed/mMSKQvlmFuQ"
52
+ title="Milaidy showcase video"
53
+ style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%" }}
54
+ frameBorder="0"
55
+ loading="lazy"
56
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
57
+ allowFullScreen
58
+ />
59
+ </div>
60
+
61
+ [Watch on YouTube](https://www.youtube.com/watch?v=mMSKQvlmFuQ)
62
+
63
+ <div
64
+ style={{
65
+ position: "relative",
66
+ paddingBottom: "56.25%",
67
+ height: 0,
68
+ overflow: "hidden",
69
+ borderRadius: 16,
70
+ }}
71
+ >
72
+ <iframe
73
+ src="https://www.youtube-nocookie.com/embed/5kkIJNUGFho"
74
+ title="Milaidy community showcase"
75
+ style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%" }}
76
+ frameBorder="0"
77
+ loading="lazy"
78
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
79
+ allowFullScreen
80
+ />
81
+ </div>
82
+
83
+ [Watch on YouTube](https://www.youtube.com/watch?v=5kkIJNUGFho)
84
+
85
+ ## 🆕 Fresh from Discord
86
+
87
+ <CardGroup cols={2}>
88
+
89
+ <Card title="PR Review → Telegram Feedback" icon="code-pull-request" href="https://x.com/i/status/2010878524543131691">
90
+ **@bangnokia** • `review` `github` `telegram`
91
+
92
+ OpenCode finishes the change → opens a PR → Milaidy reviews the diff and replies in Telegram with “minor suggestions” plus a clear merge verdict (including critical fixes to apply first).
93
+
94
+ <img src="/assets/showcase/pr-review-telegram.jpg" alt="Milaidy PR review feedback delivered in Telegram" />
95
+ </Card>
96
+
97
+ <Card title="Wine Cellar Skill in Minutes" icon="wine-glass" href="https://x.com/i/status/2010916352454791216">
98
+ **@prades_maxime** • `skills` `local` `csv`
99
+
100
+ Asked “Robby” (@milaidy) for a local wine cellar skill. It requests a sample CSV export + where to store it, then builds/tests the skill fast (962 bottles in the example).
101
+
102
+ <img src="/assets/showcase/wine-cellar-skill.jpg" alt="Milaidy building a local wine cellar skill from CSV" />
103
+ </Card>
104
+
105
+ <Card title="Tesco Shop Autopilot" icon="cart-shopping" href="https://x.com/i/status/2009724862470689131">
106
+ **@marchattonhere** • `automation` `browser` `shopping`
107
+
108
+ Weekly meal plan → regulars → book delivery slot → confirm order. No APIs, just browser control.
109
+
110
+ <img src="/assets/showcase/tesco-shop.jpg" alt="Tesco shop automation via chat" />
111
+ </Card>
112
+
113
+ <Card title="SNAG Screenshot-to-Markdown" icon="scissors" href="https://github.com/am-will/snag">
114
+ **@am-will** • `devtools` `screenshots` `markdown`
115
+
116
+ Hotkey a screen region → Gemini vision → instant Markdown in your clipboard.
117
+
118
+ <img src="/assets/showcase/snag.png" alt="SNAG screenshot-to-markdown tool" />
119
+ </Card>
120
+
121
+ <Card title="Agents UI" icon="window-maximize" href="https://releaseflow.net/kitze/agents-ui">
122
+ **@kitze** • `ui` `skills` `sync`
123
+
124
+ Desktop app to manage skills/commands across Agents, Claude, Codex, and Milaidy.
125
+
126
+ <img src="/assets/showcase/agents-ui.jpg" alt="Agents UI app" />
127
+ </Card>
128
+
129
+ <Card title="Telegram Voice Notes (papla.media)" icon="microphone" href="https://papla.media/docs">
130
+ **Community** • `voice` `tts` `telegram`
131
+
132
+ Wraps papla.media TTS and sends results as Telegram voice notes (no annoying autoplay).
133
+
134
+ <img src="/assets/showcase/papla-tts.jpg" alt="Telegram voice note output from TTS" />
135
+ </Card>
136
+
137
+ <Card title="CodexMonitor" icon="eye" href="https://clawhub.com/odrobnik/codexmonitor">
138
+ **@odrobnik** • `devtools` `codex` `brew`
139
+
140
+ Homebrew-installed helper to list/inspect/watch local OpenAI Codex sessions (CLI + VS Code).
141
+
142
+ <img src="/assets/showcase/codexmonitor.png" alt="CodexMonitor on ClawHub" />
143
+ </Card>
144
+
145
+ <Card title="Bambu 3D Printer Control" icon="print" href="https://clawhub.com/tobiasbischoff/bambu-cli">
146
+ **@tobiasbischoff** • `hardware` `3d-printing` `skill`
147
+
148
+ Control and troubleshoot BambuLab printers: status, jobs, camera, AMS, calibration, and more.
149
+
150
+ <img src="/assets/showcase/bambu-cli.png" alt="Bambu CLI skill on ClawHub" />
151
+ </Card>
152
+
153
+ <Card title="Vienna Transport (Wiener Linien)" icon="train" href="https://clawhub.com/hjanuschka/wienerlinien">
154
+ **@hjanuschka** • `travel` `transport` `skill`
155
+
156
+ Real-time departures, disruptions, elevator status, and routing for Vienna's public transport.
157
+
158
+ <img src="/assets/showcase/wienerlinien.png" alt="Wiener Linien skill on ClawHub" />
159
+ </Card>
160
+
161
+ <Card title="ParentPay School Meals" icon="utensils" href="#">
162
+ **@George5562** • `automation` `browser` `parenting`
163
+
164
+ Automated UK school meal booking via ParentPay. Uses mouse coordinates for reliable table cell clicking.
165
+ </Card>
166
+
167
+ <Card title="R2 Upload (Send Me My Files)" icon="cloud-arrow-up" href="https://clawhub.com/skills/r2-upload">
168
+ **@julianengel** • `files` `r2` `presigned-urls`
169
+
170
+ Upload to Cloudflare R2/S3 and generate secure presigned download links. Perfect for remote Milaidy instances.
171
+ </Card>
172
+
173
+ <Card title="iOS App via Telegram" icon="mobile" href="#">
174
+ **@coard** • `ios` `xcode` `testflight`
175
+
176
+ Built a complete iOS app with maps and voice recording, deployed to TestFlight entirely via Telegram chat.
177
+
178
+ <img src="/assets/showcase/ios-testflight.jpg" alt="iOS app on TestFlight" />
179
+ </Card>
180
+
181
+ <Card title="Oura Ring Health Assistant" icon="heart-pulse" href="#">
182
+ **@AS** • `health` `oura` `calendar`
183
+
184
+ Personal AI health assistant integrating Oura ring data with calendar, appointments, and gym schedule.
185
+
186
+ <img src="/assets/showcase/oura-health.png" alt="Oura ring health assistant" />
187
+ </Card>
188
+ <Card title="Kev's Dream Team (14+ Agents)" icon="robot" href="https://github.com/adam91holt/orchestrated-ai-articles">
189
+ **@adam91holt** • `multi-agent` `orchestration` `architecture` `manifesto`
190
+
191
+ 14+ agents under one gateway with Opus 4.5 orchestrator delegating to Codex workers. Comprehensive [technical write-up](https://github.com/adam91holt/orchestrated-ai-articles) covering the Dream Team roster, model selection, sandboxing, webhooks, heartbeats, and delegation flows. [Clawdspace](https://github.com/adam91holt/clawdspace) for agent sandboxing. [Blog post](https://adams-ai-journey.ghost.io/2026-the-year-of-the-orchestrator/).
192
+ </Card>
193
+
194
+ <Card title="Linear CLI" icon="terminal" href="https://github.com/Finesssee/linear-cli">
195
+ **@NessZerra** • `devtools` `linear` `cli` `issues`
196
+
197
+ CLI for Linear that integrates with agentic workflows (Claude Code, Milaidy). Manage issues, projects, and workflows from the terminal. First external PR merged!
198
+ </Card>
199
+
200
+ <Card title="Beeper CLI" icon="message" href="https://github.com/blqke/beepcli">
201
+ **@jules** • `messaging` `beeper` `cli` `automation`
202
+
203
+ Read, send, and archive messages via Beeper Desktop. Uses Beeper local MCP API so agents can manage all your chats (iMessage, WhatsApp, etc.) in one place.
204
+ </Card>
205
+
206
+ </CardGroup>
207
+
208
+ ## 🤖 Automation & Workflows
209
+
210
+ <CardGroup cols={2}>
211
+
212
+ <Card title="Winix Air Purifier Control" icon="wind" href="https://x.com/antonplex/status/2010518442471006253">
213
+ **@antonplex** • `automation` `hardware` `air-quality`
214
+
215
+ Claude Code discovered and confirmed the purifier controls, then Milaidy takes over to manage room air quality.
216
+
217
+ <img src="/assets/showcase/winix-air-purifier.jpg" alt="Winix air purifier control via Milaidy" />
218
+ </Card>
219
+
220
+ <Card title="Pretty Sky Camera Shots" icon="camera" href="https://x.com/signalgaining/status/2010523120604746151">
221
+ **@signalgaining** • `automation` `camera` `skill` `images`
222
+
223
+ Triggered by a roof camera: ask Milaidy to snap a sky photo whenever it looks pretty — it designed a skill and took the shot.
224
+
225
+ <img src="/assets/showcase/roof-camera-sky.jpg" alt="Roof camera sky snapshot captured by Milaidy" />
226
+ </Card>
227
+
228
+ <Card title="Visual Morning Briefing Scene" icon="robot" href="https://x.com/buddyhadry/status/2010005331925954739">
229
+ **@buddyhadry** • `automation` `briefing` `images` `telegram`
230
+
231
+ A scheduled prompt generates a single "scene" image each morning (weather, tasks, date, favorite post/quote) via a Milaidy persona.
232
+ </Card>
233
+
234
+ <Card title="Padel Court Booking" icon="calendar-check" href="https://github.com/joshp123/padel-cli">
235
+ **@joshp123** • `automation` `booking` `cli`
236
+
237
+ Playtomic availability checker + booking CLI. Never miss an open court again.
238
+
239
+ <img src="/assets/showcase/padel-screenshot.jpg" alt="padel-cli screenshot" />
240
+ </Card>
241
+
242
+ <Card title="Accounting Intake" icon="file-invoice-dollar">
243
+ **Community** • `automation` `email` `pdf`
244
+
245
+ Collects PDFs from email, preps documents for tax consultant. Monthly accounting on autopilot.
246
+ </Card>
247
+
248
+ <Card title="Couch Potato Dev Mode" icon="couch" href="https://davekiss.com">
249
+ **@davekiss** • `telegram` `website` `migration` `astro`
250
+
251
+ Rebuilt entire personal site via Telegram while watching Netflix — Notion → Astro, 18 posts migrated, DNS to Cloudflare. Never opened a laptop.
252
+ </Card>
253
+
254
+ <Card title="Job Search Agent" icon="briefcase">
255
+ **@attol8** • `automation` `api` `skill`
256
+
257
+ Searches job listings, matches against CV keywords, and returns relevant opportunities with links. Built in 30 minutes using JSearch API.
258
+ </Card>
259
+
260
+ <Card title="Jira Skill Builder" icon="diagram-project" href="https://x.com/jdrhyne/status/2008336434827002232">
261
+ **@jdrhyne** • `automation` `jira` `skill` `devtools`
262
+
263
+ Milaidy connected to Jira, then generated a new skill on the fly (before it existed on ClawHub).
264
+ </Card>
265
+
266
+ <Card title="Todoist Skill via Telegram" icon="list-check" href="https://x.com/iamsubhrajyoti/status/2009949389884920153">
267
+ **@iamsubhrajyoti** • `automation` `todoist` `skill` `telegram`
268
+
269
+ Automated Todoist tasks and had Milaidy generate the skill directly in Telegram chat.
270
+ </Card>
271
+
272
+ <Card title="TradingView Analysis" icon="chart-line">
273
+ **@bheem1798** • `finance` `browser` `automation`
274
+
275
+ Logs into TradingView via browser automation, screenshots charts, and performs technical analysis on demand. No API needed—just browser control.
276
+ </Card>
277
+
278
+ <Card title="Slack Auto-Support" icon="slack">
279
+ **@henrymascot** • `slack` `automation` `support`
280
+
281
+ Watches company Slack channel, responds helpfully, and forwards notifications to Telegram. Autonomously fixed a production bug in a deployed app without being asked.
282
+ </Card>
283
+
284
+ </CardGroup>
285
+
286
+ ## 🧠 Knowledge & Memory
287
+
288
+ <CardGroup cols={2}>
289
+
290
+ <Card title="xuezh Chinese Learning" icon="language" href="https://github.com/joshp123/xuezh">
291
+ **@joshp123** • `learning` `voice` `skill`
292
+
293
+ Chinese learning engine with pronunciation feedback and study flows via Milaidy.
294
+
295
+ <img src="/assets/showcase/xuezh-pronunciation.jpeg" alt="xuezh pronunciation feedback" />
296
+ </Card>
297
+
298
+ <Card title="WhatsApp Memory Vault" icon="vault">
299
+ **Community** • `memory` `transcription` `indexing`
300
+
301
+ Ingests full WhatsApp exports, transcribes 1k+ voice notes, cross-checks with git logs, outputs linked markdown reports.
302
+ </Card>
303
+
304
+ <Card title="Karakeep Semantic Search" icon="magnifying-glass" href="https://github.com/jamesbrooksco/karakeep-semantic-search">
305
+ **@jamesbrooksco** • `search` `vector` `bookmarks`
306
+
307
+ Adds vector search to Karakeep bookmarks using Qdrant + OpenAI/Ollama embeddings.
308
+ </Card>
309
+
310
+ <Card title="Inside-Out-2 Memory" icon="brain">
311
+ **Community** • `memory` `beliefs` `self-model`
312
+
313
+ Separate memory manager that turns session files into memories → beliefs → evolving self model.
314
+ </Card>
315
+
316
+ </CardGroup>
317
+
318
+ ## 🎙️ Voice & Phone
319
+
320
+ <CardGroup cols={2}>
321
+
322
+ <Card title="Clawdia Phone Bridge" icon="phone" href="https://github.com/alejandroOPI/clawdia-bridge">
323
+ **@alejandroOPI** • `voice` `vapi` `bridge`
324
+
325
+ Vapi voice assistant ↔ Milaidy HTTP bridge. Near real-time phone calls with your agent.
326
+ </Card>
327
+
328
+ <Card title="OpenRouter Transcription" icon="microphone" href="https://clawhub.com/obviyus/openrouter-transcribe">
329
+ **@obviyus** • `transcription` `multilingual` `skill`
330
+
331
+ Multi-lingual audio transcription via OpenRouter (Gemini, etc). Available on ClawHub.
332
+ </Card>
333
+
334
+ </CardGroup>
335
+
336
+ ## 🏗️ Infrastructure & Deployment
337
+
338
+ <CardGroup cols={2}>
339
+
340
+ <Card title="Home Assistant Add-on" icon="home" href="https://github.com/ngutman/milaidy-ha-addon">
341
+ **@ngutman** • `homeassistant` `docker` `raspberry-pi`
342
+
343
+ Milaidy gateway running on Home Assistant OS with SSH tunnel support and persistent state.
344
+ </Card>
345
+
346
+ <Card title="Home Assistant Skill" icon="toggle-on" href="https://clawhub.com/skills/homeassistant">
347
+ **ClawHub** • `homeassistant` `skill` `automation`
348
+
349
+ Control and automate Home Assistant devices via natural language.
350
+ </Card>
351
+
352
+ <Card title="Nix Packaging" icon="snowflake" href="https://github.com/milaidy/nix-milaidy">
353
+ **@milaidy** • `nix` `packaging` `deployment`
354
+
355
+ Batteries-included nixified Milaidy configuration for reproducible deployments.
356
+ </Card>
357
+
358
+ <Card title="CalDAV Calendar" icon="calendar" href="https://clawhub.com/skills/caldav-calendar">
359
+ **ClawHub** • `calendar` `caldav` `skill`
360
+
361
+ Calendar skill using khal/vdirsyncer. Self-hosted calendar integration.
362
+ </Card>
363
+
364
+ </CardGroup>
365
+
366
+ ## 🏠 Home & Hardware
367
+
368
+ <CardGroup cols={2}>
369
+
370
+ <Card title="GoHome Automation" icon="house-signal" href="https://github.com/joshp123/gohome">
371
+ **@joshp123** • `home` `nix` `grafana`
372
+
373
+ Nix-native home automation with Milaidy as the interface, plus beautiful Grafana dashboards.
374
+
375
+ <img src="/assets/showcase/gohome-grafana.png" alt="GoHome Grafana dashboard" />
376
+ </Card>
377
+
378
+ <Card title="Roborock Vacuum" icon="robot" href="https://github.com/joshp123/gohome/tree/main/plugins/roborock">
379
+ **@joshp123** • `vacuum` `iot` `plugin`
380
+
381
+ Control your Roborock robot vacuum through natural conversation.
382
+
383
+ <img src="/assets/showcase/roborock-screenshot.jpg" alt="Roborock status" />
384
+ </Card>
385
+
386
+ </CardGroup>
387
+
388
+ ## 🌟 Community Projects
389
+
390
+ <CardGroup cols={2}>
391
+
392
+ <Card title="StarSwap Marketplace" icon="star" href="https://star-swap.com/">
393
+ **Community** • `marketplace` `astronomy` `webapp`
394
+
395
+ Full astronomy gear marketplace. Built with/around the Milaidy ecosystem.
396
+ </Card>
397
+
398
+ </CardGroup>
399
+
400
+ ---
401
+
402
+ ## Submit Your Project
403
+
404
+ Have something to share? We'd love to feature it!
405
+
406
+ <Steps>
407
+ <Step title="Share It">
408
+ Post in [#showcase on Discord](https://discord.gg/clawd) or [tweet @milaidy](https://x.com/milaidy)
409
+ </Step>
410
+ <Step title="Include Details">
411
+ Tell us what it does, link to the repo/demo, share a screenshot if you have one
412
+ </Step>
413
+ <Step title="Get Featured">
414
+ We'll add standout projects to this page
415
+ </Step>
416
+ </Steps>