Skip to content

Commit 52a36d7

Browse files
committed
Docs
1 parent 966abda commit 52a36d7

3 files changed

Lines changed: 41 additions & 1 deletion

File tree

docs/demo.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,51 @@
22

33
Demonstration of `remnote-cli` against a live RemNote + RemNote Automation Bridge plugin setup.
44

5+
## Use RemNote from Any Coding Harness
6+
7+
No MCP server config needed. In any coding harness — Claude Code, GitHub Copilot CLI, Codex CLI, or similar — you
8+
can interact with RemNote by pasting a single prompt that loads the skill and drives the CLI.
9+
10+
**Prerequisites:** `remnote-cli` installed globally, RemNote Automation Bridge plugin running in RemNote.
11+
12+
### How it works
13+
14+
1. Paste the prompt below into your coding harness.
15+
2. The harness fetches
16+
[SKILL.md](https://github.com/robert7/remnote-cli/blob/main/skills/remnote/SKILL.md) — a concise guide that tells
17+
the agent how to use `remnote-cli`.
18+
3. The agent runs CLI commands against your local RemNote bridge.
19+
20+
No config files, no MCP server setup.
21+
22+
### Example prompt
23+
24+
```text
25+
read https://github.com/robert7/remnote-cli/blob/main/skills/remnote/SKILL.md
26+
27+
check remnote status using remnote CLI
28+
search remnote for "AI assisted coding"
29+
```
30+
31+
### Claude Code
32+
33+
![remnote-cli from Claude Code](images/remnote-cli-coding-harness-claude-code.jpg)
34+
35+
Claude Code fetches SKILL.md via an agent subcommand, verifies daemon and bridge status, then searches RemNote — all
36+
in one turn, no prior MCP configuration.
37+
38+
### GitHub Copilot CLI
39+
40+
![remnote-cli from GitHub Copilot CLI](images/remnote-cli-coding-harness-copilot-cli.jpg)
41+
42+
Same prompt in GitHub Copilot CLI. It fetches SKILL.md via the GitHub MCP tool, checks daemon and bridge status, and
43+
runs the search. The same approach works in VS Code Copilot and other harnesses that can read URLs.
44+
545
## Example of OpenClaw Chat Workflow with `remnote-cli`
646

747
![remnote-cli with OpenClaw](images/remnote-cli-openclaw-1.jpg)
848

9-
This screenshot shows [OpenClaw](https://github.com/openclaw/openclaw) driving
49+
This screenshot shows [OpenClaw](https://github.com/openclaw/openclaw) driving
1050
`remnote-cli` from a WhatsApp chat: it checks bridge connectivity, runs a
1151
`search` for "blue light", returns matching note IDs, and then attempts a `read`-based summary. The flow highlights
1252
agent-to-CLI orchestration, quick status verification, and transparent handling when note content is incomplete.
719 KB
Loading
814 KB
Loading

0 commit comments

Comments
 (0)