|
2 | 2 |
|
3 | 3 | Demonstration of `remnote-cli` against a live RemNote + RemNote Automation Bridge plugin setup. |
4 | 4 |
|
| 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 | + |
| 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 | + |
| 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 | + |
5 | 45 | ## Example of OpenClaw Chat Workflow with `remnote-cli` |
6 | 46 |
|
7 | 47 |  |
8 | 48 |
|
9 | | -This screenshot shows [OpenClaw](https://github.com/openclaw/openclaw) driving |
| 49 | +This screenshot shows [OpenClaw](https://github.com/openclaw/openclaw) driving |
10 | 50 | `remnote-cli` from a WhatsApp chat: it checks bridge connectivity, runs a |
11 | 51 | `search` for "blue light", returns matching note IDs, and then attempts a `read`-based summary. The flow highlights |
12 | 52 | agent-to-CLI orchestration, quick status verification, and transparent handling when note content is incomplete. |
|
0 commit comments