@readwise/cli 0.5.1 → 0.5.2
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.
- package/README.md +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -125,6 +125,21 @@ Pipe results to `jq`:
|
|
|
125
125
|
readwise reader-list-documents --limit 3 --json | jq '.results[].title'
|
|
126
126
|
```
|
|
127
127
|
|
|
128
|
+
## Skills
|
|
129
|
+
|
|
130
|
+
Pre-built workflows your AI agent can run. Install them with one command:
|
|
131
|
+
|
|
132
|
+
```bash
|
|
133
|
+
readwise skills install claude # or codex, opencode
|
|
134
|
+
readwise skills list # see all available skills
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
Browse and contribute skills at [github.com/readwiseio/readwise-skills](https://github.com/readwiseio/readwise-skills).
|
|
138
|
+
|
|
139
|
+
## Looking for MCP?
|
|
140
|
+
|
|
141
|
+
Using Claude Desktop, ChatGPT, or another AI app? Connect Readwise via MCP — no terminal needed. [Set up Readwise MCP →](https://readwise.io/mcp)
|
|
142
|
+
|
|
128
143
|
## How it works
|
|
129
144
|
|
|
130
145
|
The CLI connects to the [Readwise MCP server](https://mcp2.readwise.io) internally, auto-discovers available tools, and exposes each one as a CLI command. The tool list is cached locally for 24 hours.
|