You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: rewrite root README with ToC and all 6 plugins
* docs: split Status Hub description into two paragraphs
* docs: add marketplace step and first-run cmd to remote-layout README
* docs: consolidate installation block in local-brain README
* docs: add badges and marketplace step to vibes README
---------
Co-authored-by: OpenClaw Bot <bot@openclaw.local>
@@ -22,12 +43,16 @@ Track PRs, calendar, Slack, stocks, music—all in your statusline.
22
43
/hub-setup
23
44
```
24
45
25
-
→ [Full documentation](plugins/claude-status-hub) — workflow examples, all services, commands
46
+
→ [Full documentation](plugins/claude-status-hub)
47
+
48
+
---
26
49
27
50
## TradingView
28
51
29
52
**AI-powered market screening, without leaving the terminal.**
30
53
54
+
Screen stocks, forex, crypto, and ETFs using TradingView's 75+ fundamental and technical indicators. Check market regime across global indexes before running a screening strategy.
55
+
31
56
```
32
57
/market-regime
33
58
@@ -38,12 +63,8 @@ Track PRs, calendar, Slack, stocks, music—all in your statusline.
**Browse any website as markdown, without leaving the terminal.**
99
+
100
+
One-shot fetch converts any URL to clean markdown. Interactive sessions let you click links, fill forms, and navigate — all through Claude's tool calls.
101
+
102
+
```
103
+
/browse https://news.ycombinator.com
104
+
105
+
# Hacker News
106
+
107
+
- [Show HN: I built a thing](https://example.com) — 142 points
108
+
- [Why Rust is eating the world](https://example.com) — 89 points
Plays a short musical phrase whenever Claude finishes a task or needs your attention. Mood is inferred from the transcript: triumphant on success, gentle descend on errors, unresolved on notifications, settled when neutral.
61
-
62
-
Pure-Python synthesis — no audio files, no dependencies. Requires macOS (`afplay`).
126
+
Plays a short musical phrase whenever Claude finishes a task or needs your attention. Mood is inferred from the transcript: triumphant on success, gentle descent on errors, unresolved on notifications. Pure-Python synthesis — no audio files, no dependencies. Requires macOS (`afplay`).
63
127
64
128
**Install:**
65
129
```bash
@@ -69,40 +133,31 @@ Pure-Python synthesis — no audio files, no dependencies. Requires macOS (`afpl
69
133
70
134
→ [Full documentation](plugins/vibes)
71
135
136
+
---
137
+
72
138
## Remote Layout
73
139
74
140
**Mobile-friendly responses for Claude Code remote control sessions.**
75
141
76
-
Switch Claude's response format for small screens with `/remote-layout <mode>`:
142
+
Switch Claude's response format for small screens. Three modes: `code` (hard 28-char lines), `code-wrap` (zoom-mode autowrap), `watch` (ultra-terse with one-tap numbered replies). Persists across sessions.
0 commit comments