hyperclaw 5.2.1 → 5.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.
Files changed (47) hide show
  1. package/README.md +235 -0
  2. package/dist/chat-Bgyq3-wI.js +324 -0
  3. package/dist/chat-R_NuOa1v.js +324 -0
  4. package/dist/daemon-BhAitpVR.js +404 -0
  5. package/dist/daemon-BwspQtiu.js +7 -0
  6. package/dist/daemon-Bx5HTGjk.js +404 -0
  7. package/dist/daemon-Cy7iD9au.js +7 -0
  8. package/dist/daemon-DD7qc2LI.js +7 -0
  9. package/dist/daemon-DwxPYrb6.js +404 -0
  10. package/dist/engine-BXqijc79.js +7 -0
  11. package/dist/engine-CSX8AcAZ.js +7 -0
  12. package/dist/engine-CkGhm_WF.js +323 -0
  13. package/dist/engine-DJSfl_Hc.js +323 -0
  14. package/dist/hyperclawbot-BFRUbPK-.js +508 -0
  15. package/dist/hyperclawbot-xcastgTV.js +508 -0
  16. package/dist/mcp-loader-CecsT-3O.js +93 -0
  17. package/dist/mcp-loader-SiJk_kV8.js +93 -0
  18. package/dist/onboard-BVYo6E_l.js +3865 -0
  19. package/dist/onboard-Cw85LmyN.js +13 -0
  20. package/dist/onboard-D4O-orEF.js +13 -0
  21. package/dist/onboard-DN3bnyoq.js +3865 -0
  22. package/dist/onboard-DfYWM7yN.js +13 -0
  23. package/dist/onboard-r2hLYfsL.js +3865 -0
  24. package/dist/orchestrator-Baz5cuUr.js +189 -0
  25. package/dist/orchestrator-C9I6EVhh.js +189 -0
  26. package/dist/orchestrator-DfyK-2bP.js +6 -0
  27. package/dist/orchestrator-f6IjivCr.js +6 -0
  28. package/dist/run-main.js +26 -26
  29. package/dist/server-B0k_pCt5.js +4 -0
  30. package/dist/server-Buqn3qvG.js +1294 -0
  31. package/dist/server-Cj45rxn-.js +1292 -0
  32. package/dist/server-D03HVwtV.js +4 -0
  33. package/dist/server-D9q-3mLF.js +1292 -0
  34. package/dist/server-wXCH_TCU.js +4 -0
  35. package/dist/skill-runtime-BGNtPD_L.js +102 -0
  36. package/dist/skill-runtime-D-vgx1zp.js +5 -0
  37. package/dist/skill-runtime-DUAt8JM_.js +5 -0
  38. package/dist/skill-runtime-Dt3Zoj8M.js +102 -0
  39. package/dist/src-BncJl7wS.js +458 -0
  40. package/dist/src-PPagVWuK.js +63 -0
  41. package/dist/src-prH27XOV.js +63 -0
  42. package/dist/src-zUHOCQgl.js +458 -0
  43. package/dist/sub-agent-tools-DrSkn7Ns.js +39 -0
  44. package/dist/sub-agent-tools-F-04gxf8.js +39 -0
  45. package/package.json +2 -1
  46. package/static/chat.html +213 -0
  47. package/static/dashboard.html +33 -0
package/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ <a name="top"></a>
1
2
  <div align="center">
2
3
  <img src="assets/icon.png" width="140" alt="HyperClaw">
3
4
  <h1>🦅 HyperClaw</h1>
@@ -34,6 +35,28 @@
34
35
 
35
36
  ---
36
37
 
38
+ ## 📋 Table of Contents
39
+
40
+ | | |
41
+ |---|---|
42
+ | [Why HyperClaw?](#why-hyperclaw) | [Use cases](#use-cases) |
43
+ | [Screenshots](#screenshots) | [🚀 Get started in 60 seconds](#-get-started-in-60-seconds) |
44
+ | [▶️ Running your bot](#️-running-your-bot) | [Channels](#channels) |
45
+ | [Architecture](#architecture) | [AI Models](#ai-models) |
46
+ | [Channels](#channels) | [Configuration](#configuration) |
47
+ | [Security defaults](#security-defaults) | [Features](#features) |
48
+ | [Apps (optional)](#apps-optional) | [Integrations (Skills & Tools)](#integrations-skills--tools) |
49
+ | [Agent-to-Agent](#agent-to-agent-sessions-tools) | [Terminal chat](#terminal-chat-hyperclaw-chat) |
50
+ | [Chat commands](#chat-commands) | [SkillHub](#skillhub) |
51
+ | [HyperClaw Bot commands](#hyperclaw-bot-commands) | [From source](#from-source) |
52
+ | [Docker](#docker) | [Monorepo structure](#monorepo-structure) |
53
+ | [Documentation](#documentation) | [Contributing](#contributing) |
54
+ | [Roadmap](#roadmap) | [Changelog](#changelog) |
55
+ | [Community](#community) | [License](#license) |
56
+
57
+ <div align="right"><a href="#top">▲ Back to top</a></div>
58
+ ---
59
+
37
60
  ## Why HyperClaw?
38
61
 
39
62
  | Feature | HyperClaw | Cloud assistants | Self-hosted alternatives |
@@ -51,6 +74,7 @@
51
74
  | One-command wizard (`hyperclaw onboard`) | ✅ | — | ❌ |
52
75
  | OSINT / Ethical hacking mode (`hyperclaw osint`) | ✅ | ❌ | ❌ |
53
76
 
77
+ <div align="right"><a href="#top">▲ Back to top</a></div>
54
78
  ---
55
79
 
56
80
  ## Use cases
@@ -66,6 +90,140 @@
66
90
 
67
91
  > HyperClaw runs **locally on your machine** — your data, your keys, your control.
68
92
 
93
+ <div align="right"><a href="#top">▲ Back to top</a></div>
94
+
95
+ ---
96
+
97
+ ## Screenshots
98
+
99
+ ### Main banner (`hyperclaw`)
100
+
101
+ <div align="center">
102
+ <img src="assets/screenshot-banner.png" width="700" alt="HyperClaw main banner with quick actions">
103
+ </div>
104
+
105
+ ---
106
+
107
+ ### Daemon mode (`hyperclaw daemon start`)
108
+
109
+ <div align="center">
110
+ <img src="assets/screenshot-daemon-mode.png" width="700" alt="HyperClaw daemon mode — ALWAYS WATCHING">
111
+ </div>
112
+
113
+ > Red `🩸 DAEMON MODE - ALWAYS WATCHING 🩸` banner activates when running with full PC access.
114
+ > After starting, open `http://127.0.0.1:18789/chat` in your browser to chat with the agent.
115
+
116
+ ---
117
+
118
+ ### Setup wizard — start (`hyperclaw onboard`)
119
+
120
+ <div align="center">
121
+ <img src="assets/screenshot-onboard-start.png" width="700" alt="HyperClaw onboard wizard start">
122
+ </div>
123
+
124
+ ---
125
+
126
+ ### Setup wizard — AI providers
127
+
128
+ <div align="center">
129
+ <img src="assets/screenshot-onboard-providers.png" width="700" alt="HyperClaw onboard AI provider selection">
130
+ </div>
131
+
132
+ ---
133
+
134
+ ### Setup wizard — API key step
135
+
136
+ <div align="center">
137
+ <img src="assets/screenshot-onboard-apikey.png" width="700" alt="HyperClaw onboard API key entry">
138
+ </div>
139
+
140
+ ---
141
+
142
+ ### Daemon install mode (`hyperclaw onboard --install-daemon`)
143
+
144
+ <div align="center">
145
+ <img src="assets/screenshot-onboard-daemon.png" width="700" alt="HyperClaw daemon install mode">
146
+ </div>
147
+
148
+ ---
149
+
150
+ ### Security notice
151
+
152
+ <div align="center">
153
+ <img src="assets/screenshot-security-notice.png" width="700" alt="HyperClaw security notice screen">
154
+ </div>
155
+
156
+ ---
157
+
158
+ ### Theme selection
159
+
160
+ <div align="center">
161
+ <img src="assets/screenshot-theme-select.png" width="700" alt="HyperClaw color theme selector">
162
+ </div>
163
+
164
+ ---
165
+
166
+ ### Gateway Dashboard (`hyperclaw dashboard`)
167
+
168
+ <div align="center">
169
+ <img src="assets/screenshot-dashboard.png" width="700" alt="HyperClaw Gateway Dashboard TUI">
170
+ </div>
171
+
172
+ > Live status, active channels, installed skills, and logs. Press `[d]` daemon · `[h]` hub · `[g]` gateway · `[m]` memory · `[q]` quit.
173
+
174
+ ---
175
+
176
+ ### Terminal chat (`hyperclaw chat`)
177
+
178
+ <div align="center">
179
+ <img src="assets/screenshot-chat.png" width="700" alt="HyperClaw terminal chat interface">
180
+ </div>
181
+
182
+ ---
183
+
184
+ ### All commands (`hyperclaw --help`)
185
+
186
+ <div align="center">
187
+ <img src="assets/screenshot-help.png" width="700" alt="HyperClaw --help output showing all commands">
188
+ </div>
189
+
190
+ ---
191
+
192
+ ### System status (`hyperclaw status`)
193
+
194
+ <div align="center">
195
+ <img src="assets/screenshot-status.png" width="700" alt="HyperClaw status output">
196
+ </div>
197
+
198
+ ---
199
+
200
+ ### Health check (`hyperclaw health`)
201
+
202
+ <div align="center">
203
+ <img src="assets/screenshot-health.png" width="700" alt="HyperClaw health check output">
204
+ </div>
205
+
206
+ ---
207
+
208
+ ### Security tools (`hyperclaw security`)
209
+
210
+ <div align="center">
211
+ <img src="assets/screenshot-security.png" width="700" alt="HyperClaw security tools">
212
+ </div>
213
+
214
+ ---
215
+
216
+ ### OSINT / Ethical Hacking mode (`hyperclaw osint`)
217
+
218
+ <div align="center">
219
+ <img src="assets/screenshot-osint.png" width="700" alt="HyperClaw OSINT mode with recon, bugbounty, pentest workflows">
220
+ </div>
221
+
222
+ > Passive recon, bug bounty, pentest, digital footprint — all from your terminal.
223
+ > For authorized security research only.
224
+
225
+ <div align="right"><a href="#top">▲ Back to top</a></div>
226
+
69
227
  ---
70
228
 
71
229
  ## 🚀 Get started in 60 seconds
@@ -305,6 +463,7 @@ brew install --cask iterm2
305
463
 
306
464
  </details>
307
465
 
466
+ <div align="right"><a href="#top">▲ Back to top</a></div>
308
467
  ---
309
468
 
310
469
  ## Channels
@@ -350,6 +509,7 @@ Add a channel:
350
509
  hyperclaw channels add telegram
351
510
  ```
352
511
 
512
+ <div align="right"><a href="#top">▲ Back to top</a></div>
353
513
  ---
354
514
 
355
515
  ## Architecture
@@ -374,6 +534,7 @@ Google Chat / Matrix / IRC / Mattermost / Teams / Nostr / WebChat
374
534
  OpenAI…)
375
535
  ```
376
536
 
537
+ <div align="right"><a href="#top">▲ Back to top</a></div>
377
538
  ---
378
539
 
379
540
  ## AI Models
@@ -401,6 +562,7 @@ HyperClaw supports 20+ providers. Pick one in the wizard or set `provider.provid
401
562
  | **LM Studio** | `lmstudio` | Local models — enable local server |
402
563
  | **Custom** | `custom` | Any OpenAI-compatible `/chat/completions` |
403
564
 
565
+ <div align="right"><a href="#top">▲ Back to top</a></div>
404
566
  ---
405
567
 
406
568
  ## Configuration
@@ -475,6 +637,7 @@ Isolate DM sessions per channel/peer (useful when multiple people share one gate
475
637
  }
476
638
  ```
477
639
 
640
+ <div align="right"><a href="#top">▲ Back to top</a></div>
478
641
  ---
479
642
 
480
643
  ## Security defaults
@@ -499,6 +662,7 @@ hyperclaw security audit --json # machine-readable output
499
662
 
500
663
  Full guide: [docs/security.md](docs/security.md)
501
664
 
665
+ <div align="right"><a href="#top">▲ Back to top</a></div>
502
666
  ---
503
667
 
504
668
  ## Features
@@ -520,6 +684,7 @@ Full guide: [docs/security.md](docs/security.md)
520
684
  - **Docker** — sandboxed agent execution, browser tools with Puppeteer
521
685
  - **Tailscale** — Serve/Funnel for remote access without port forwarding
522
686
 
687
+ <div align="right"><a href="#top">▲ Back to top</a></div>
523
688
  ---
524
689
 
525
690
  ## Apps (optional)
@@ -545,6 +710,7 @@ The Gateway alone delivers a great experience. Apps add extra features:
545
710
  - Camera, screen capture, device commands
546
711
  - Notifications, contacts, calendar, photos
547
712
 
713
+ <div align="right"><a href="#top">▲ Back to top</a></div>
548
714
  ---
549
715
 
550
716
  ## Development channels
@@ -563,6 +729,7 @@ hyperclaw update --channel dev # moving head of main
563
729
  | `beta` | `beta` | Prerelease — new features, may have rough edges |
564
730
  | `dev` | `dev` | Latest main branch (when published) |
565
731
 
732
+ <div align="right"><a href="#top">▲ Back to top</a></div>
566
733
  ---
567
734
 
568
735
  ## Integrations (Skills & Tools)
@@ -678,6 +845,7 @@ OP_SERVICE_ACCOUNT_TOKEN=ops_xxxx
678
845
 
679
846
  All keys are stored locally in `~/.hyperclaw/.env` — never sent anywhere except the respective service.
680
847
 
848
+ <div align="right"><a href="#top">▲ Back to top</a></div>
681
849
  ---
682
850
 
683
851
  ## Agent-to-Agent (sessions tools)
@@ -695,6 +863,7 @@ Example — ask the agent:
695
863
  "List all connected sessions and send a briefing to the first one"
696
864
  ```
697
865
 
866
+ <div align="right"><a href="#top">▲ Back to top</a></div>
698
867
  ---
699
868
 
700
869
  ## Terminal chat (`hyperclaw chat`)
@@ -720,6 +889,7 @@ hyperclaw chat --model claude-opus-4-6 # override model
720
889
 
721
890
  Responses stream token-by-token as they are generated. The full conversation history is kept for the entire session (true multi-turn context).
722
891
 
892
+ <div align="right"><a href="#top">▲ Back to top</a></div>
723
893
  ---
724
894
 
725
895
  ## Chat commands
@@ -818,6 +988,7 @@ The agent can create fully custom skills on demand:
818
988
 
819
989
  Skills are saved to `~/.hyperclaw/workspace/skills/{id}/` and loaded on the next message.
820
990
 
991
+ <div align="right"><a href="#top">▲ Back to top</a></div>
821
992
  ---
822
993
 
823
994
  ## HyperClaw Bot commands
@@ -857,6 +1028,7 @@ node dist/run-main.js onboard
857
1028
  npm run gateway:watch
858
1029
  ```
859
1030
 
1031
+ <div align="right"><a href="#top">▲ Back to top</a></div>
860
1032
  ---
861
1033
 
862
1034
  ## Docker
@@ -889,6 +1061,7 @@ docker compose --profile full up -d
889
1061
 
890
1062
  See [`docker-compose.yml`](docker-compose.yml) and [`env.example`](env.example) for all options.
891
1063
 
1064
+ <div align="right"><a href="#top">▲ Back to top</a></div>
892
1065
  ---
893
1066
 
894
1067
  ## Monorepo structure
@@ -927,6 +1100,7 @@ hyperclaw/
927
1100
  └── docs/ # Full documentation
928
1101
  ```
929
1102
 
1103
+ <div align="right"><a href="#top">▲ Back to top</a></div>
930
1104
  ---
931
1105
 
932
1106
  ## Documentation
@@ -978,6 +1152,49 @@ hyperclaw/
978
1152
  | Troubleshooting | [docs/troubleshooting.md](docs/troubleshooting.md) |
979
1153
  | Contributing | [docs/contributing.md](docs/contributing.md) |
980
1154
 
1155
+ <div align="right"><a href="#top">▲ Back to top</a></div>
1156
+
1157
+ ---
1158
+
1159
+ ## Roadmap
1160
+
1161
+ > See [ROADMAP.md](ROADMAP.md) for the full plan.
1162
+
1163
+ | Status | Feature |
1164
+ |--------|---------|
1165
+ | ✅ Done | 28+ messaging channels |
1166
+ | ✅ Done | Config hot-reload |
1167
+ | ✅ Done | MCP (Model Context Protocol) |
1168
+ | ✅ Done | OSINT / Ethical hacking mode |
1169
+ | ✅ Done | Docker sandboxing |
1170
+ | ✅ Done | TUI dashboard |
1171
+ | ✅ Done | macOS / iOS / Android companion apps |
1172
+ | 🔄 In progress | Web UI (browser-based dashboard) |
1173
+ | 🔄 In progress | Skill marketplace (HyperClaw Hub) |
1174
+ | 📅 Planned | Voice-first mode (always-on mic) |
1175
+ | 📅 Planned | Multi-agent collaboration |
1176
+ | 📅 Planned | Fine-tuned HyperClaw model |
1177
+ | 📅 Planned | One-click cloud deploy (Railway / Render) |
1178
+
1179
+ <div align="right"><a href="#top">▲ Back to top</a></div>
1180
+
1181
+ ---
1182
+
1183
+ ## Changelog
1184
+
1185
+ > Full history in [CHANGELOG.md](CHANGELOG.md).
1186
+
1187
+ | Version | Highlights |
1188
+ |---------|-----------|
1189
+ | **v5.2.1** | Fix postinstall BOM, clean package-lock, nav links in all docs |
1190
+ | **v5.2.0** | MCP custom servers, OSINT mode, Tlon/Urbit integration |
1191
+ | **v5.1.0** | Config hot-reload, trustedProxies, session.dmScope, Google Chat guide |
1192
+ | **v5.0.7** | Groq model IDs fix, Cohere/HuggingFace baseUrl corrections |
1193
+ | **v5.0.0** | Major rewrite — monorepo, tsdown bundler, 20+ AI providers |
1194
+ | **v4.0.0** | Initial public release |
1195
+
1196
+ <div align="right"><a href="#top">▲ Back to top</a></div>
1197
+
981
1198
  ---
982
1199
 
983
1200
  ## Contributing
@@ -987,6 +1204,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. AI/vibe-coded PRs welcome
987
1204
  Found a bug? [Open an issue](https://github.com/mylo-2001/hyperclaw/issues/new/choose).
988
1205
  Found a vulnerability? Email [securityhyperclaw.ai@gmail.com](mailto:securityhyperclaw.ai@gmail.com) — we respond within 48 h.
989
1206
 
1207
+ <div align="right"><a href="#top">▲ Back to top</a></div>
990
1208
  ---
991
1209
 
992
1210
  ## Community
@@ -997,6 +1215,22 @@ Found a vulnerability? Email [securityhyperclaw.ai@gmail.com](mailto:securityhyp
997
1215
  | 🐛 **Bug reports** | [GitHub Issues](https://github.com/mylo-2001/hyperclaw/issues) — templates for bugs & features |
998
1216
  | 🔒 **Security** | [SECURITY.md](SECURITY.md) — responsible disclosure |
999
1217
 
1218
+ ### Contributors
1219
+
1220
+ <a href="https://github.com/mylo-2001/hyperclaw/graphs/contributors">
1221
+ <img src="https://contrib.rocks/image?repo=mylo-2001/hyperclaw" alt="Contributors" />
1222
+ </a>
1223
+
1224
+ ### Star History
1225
+
1226
+ <a href="https://star-history.com/#mylo-2001/hyperclaw&Date">
1227
+ <picture>
1228
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=mylo-2001/hyperclaw&type=Date&theme=dark" />
1229
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=mylo-2001/hyperclaw&type=Date" />
1230
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=mylo-2001/hyperclaw&type=Date" />
1231
+ </picture>
1232
+ </a>
1233
+
1000
1234
  ---
1001
1235
 
1002
1236
  <div align="center">
@@ -1007,6 +1241,7 @@ Found a vulnerability? Email [securityhyperclaw.ai@gmail.com](mailto:securityhyp
1007
1241
 
1008
1242
  </div>
1009
1243
 
1244
+ <div align="right"><a href="#top">▲ Back to top</a></div>
1010
1245
  ---
1011
1246
 
1012
1247
  ## License