Skip to content

Commit ced5e7a

Browse files
bearmugOpenClaw Bot
andauthored
docs: README alignment — ToC, all 6 plugins, consistent install blocks (#63)
* 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>
1 parent e020cf6 commit ced5e7a

5 files changed

Lines changed: 91 additions & 36 deletions

File tree

README.md

Lines changed: 82 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,36 @@ Plugins for [Claude Code](https://docs.anthropic.com/en/docs/claude-code).
55
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
66
[![Claude Code](https://img.shields.io/badge/Claude%20Code-Compatible-blueviolet)](https://docs.anthropic.com/en/docs/claude-code)
77

8+
## Plugins
9+
10+
| Plugin | What it does |
11+
|--------|-------------|
12+
| [Status Hub](#status-hub) | Track PRs, calendar, Slack, stocks, music in your statusline |
13+
| [TradingView](#tradingview) | AI-powered market screening via 75+ indicators |
14+
| [local-brain](#local-brain) | Auto-capture sessions into a compounding Obsidian vault |
15+
| [mdbrowser](#mdbrowser) | Browse any URL as clean markdown |
16+
| [Vibes](#vibes) | Sentiment-driven musical phrases on task completion |
17+
| [Remote Layout](#remote-layout) | Mobile-friendly response formatting for remote sessions |
18+
19+
---
20+
821
## Status Hub
922

1023
**Your world at a glance, without leaving the terminal.**
1124

12-
![Status Hub Demo](plugins/claude-status-hub/assets/demo.gif)
25+
Track PRs, calendar, Slack, stocks, and music — all surfaced in your Claude Code statusline.
1326

14-
Track PRs, calendar, Slack, stocks, music—all in your statusline.
27+
Alerts appear non-blocking; `/hub-ack` gives smart context-aware actions (merge PR, join meeting, reply to Slack).
1528

16-
**The flow:** `/hub-setup` → add monitors → alerts appear → `/hub-ack` for smart actions (merge PR, join meeting, reply to Slack).
29+
```
30+
/hub-setup → Configure statusline integration
31+
32+
/hub-<service> → Add monitors (PRs, calendar, Slack, finance)
33+
34+
[statusline alert] → Non-blocking notification appears
35+
36+
/hub-ack → Smart actions based on context
37+
```
1738

1839
**Install:**
1940
```bash
@@ -22,12 +43,16 @@ Track PRs, calendar, Slack, stocks, music—all in your statusline.
2243
/hub-setup
2344
```
2445

25-
[Full documentation](plugins/claude-status-hub) — workflow examples, all services, commands
46+
[Full documentation](plugins/claude-status-hub)
47+
48+
---
2649

2750
## TradingView
2851

2952
**AI-powered market screening, without leaving the terminal.**
3053

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+
3156
```
3257
/market-regime
3358
@@ -38,12 +63,8 @@ Track PRs, calendar, Slack, stocks, music—all in your statusline.
3863
│ OMX Stockholm 30 │ 2,547 │ 2,601 │ -2.08% │ 🟢 │
3964
│ Nikkei 225 │ 38,026 │ 42,426 │ -10.37% │ 🔴 │
4065
└─────────────────────┴──────────┴──────────┴───────────┴────────┘
41-
42-
Overall: 2/3 indexes in normal range
4366
```
4467

45-
Screen stocks, forex, crypto, and ETFs using TradingView's 75+ fundamental and technical indicators.
46-
4768
**Install:**
4869
```bash
4970
/plugin marketplace add fiale-plus/fiale-claude-plugins
@@ -53,13 +74,56 @@ Screen stocks, forex, crypto, and ETFs using TradingView's 75+ fundamental and t
5374

5475
[Full documentation](plugins/tradingview)
5576

77+
---
78+
79+
## local-brain
80+
81+
**Every Claude Code session, synthesized into a compounding Obsidian vault.**
82+
83+
Auto-captures transcripts on session end (zero manual steps), synthesizes them into structured Obsidian notes — summaries, decisions, learnings, alignment signal. Weekly reflections surface patterns across sessions. Knowledge compounds automatically over time.
84+
85+
**Install:**
86+
```bash
87+
/plugin marketplace add fiale-plus/fiale-claude-plugins
88+
/plugin install local-brain
89+
/brain-setup
90+
```
91+
92+
[Full documentation](plugins/local-brain)
93+
94+
---
95+
96+
## mdbrowser
97+
98+
**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
109+
```
110+
111+
**Install:**
112+
```bash
113+
/plugin marketplace add fiale-plus/fiale-claude-plugins
114+
/plugin install mdbrowser
115+
/browse https://example.com
116+
```
117+
118+
[Full documentation](plugins/mdbrowser)
119+
120+
---
121+
56122
## Vibes
57123

58124
**Your session's emotional arc, in sound.**
59125

60-
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`).
63127

64128
**Install:**
65129
```bash
@@ -69,40 +133,31 @@ Pure-Python synthesis — no audio files, no dependencies. Requires macOS (`afpl
69133

70134
[Full documentation](plugins/vibes)
71135

136+
---
137+
72138
## Remote Layout
73139

74140
**Mobile-friendly responses for Claude Code remote control sessions.**
75141

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.
77143

78144
| Mode | Description |
79145
|------|-------------|
80146
| `code` | Fenced code block, 28-char lines — tight monospace |
81147
| `code-wrap` | Fenced code block, no line limit — zoom-mode autowrap |
82-
| `watch` | Ultra-terse, always ends with 3 numbered REPLY options for one-tap responses |
83-
84-
```
85-
STATUS
86-
──────
87-
mode: watch · v1.0.5
88-
89-
REPLY
90-
─────
91-
1: install now
92-
2: read the docs
93-
3: skip
94-
```
95-
96-
*Designed entirely from a phone during a live remote control session (Feb 2026).*
148+
| `watch` | Ultra-terse, always ends with 3 numbered REPLY options |
97149

98150
**Install:**
99151
```bash
100152
/plugin marketplace add fiale-plus/fiale-claude-plugins
101153
/plugin install remote-layout
154+
/remote-layout watch
102155
```
103156

104157
[Full documentation](plugins/remote-layout)
105158

159+
---
160+
106161
## License
107162

108163
MIT

plugins/claude-status-hub/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blueviolet)](https://docs.anthropic.com/en/docs/claude-code)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](../../LICENSE)
77

8-
![Status Hub Demo](assets/demo.gif)
9-
108
Track PRs, calendar, Slack, stocks, music—all surfaced in your Claude Code statusline.
119

1210
## The Workflow

plugins/local-brain/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,9 @@ Claude Code session ends
2727

2828
## Installation
2929

30-
```
30+
```bash
31+
/plugin marketplace add fiale-plus/fiale-claude-plugins
3132
/plugin install local-brain
32-
```
33-
34-
Then run first-time setup:
35-
36-
```
3733
/brain-setup
3834
```
3935

plugins/remote-layout/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Auto-detection signals (best-effort, not guaranteed):
7777

7878
## Install
7979

80-
```
80+
```bash
81+
/plugin marketplace add fiale-plus/fiale-claude-plugins
8182
/plugin install remote-layout
83+
/remote-layout watch
8284
```

plugins/vibes/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# vibes
22

3+
[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blueviolet)](https://docs.anthropic.com/en/docs/claude-code)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](../../LICENSE)
5+
36
Sentiment-driven musical phrases on Claude Code events — triumphant on success, contemplative when waiting.
47

58
## What it does
@@ -45,6 +48,7 @@ with an exponential decay envelope and gentle legato overlap between notes. Outp
4548
## Installation
4649

4750
```bash
51+
/plugin marketplace add fiale-plus/fiale-claude-plugins
4852
/plugin install vibes
4953
```
5054

0 commit comments

Comments
 (0)