notas 26.2.1 → 26.4.0
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 +23 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,6 +54,29 @@ notas notion version
|
|
|
54
54
|
|
|
55
55
|
`db` is an alias for `databases`.
|
|
56
56
|
|
|
57
|
+
## Skills
|
|
58
|
+
|
|
59
|
+
| Skill | Description |
|
|
60
|
+
|-------|-------------|
|
|
61
|
+
| **notion** | Reference guide for the notas CLI Notion provider — pages, databases, blocks, users, comments, and search |
|
|
62
|
+
|
|
63
|
+
### Claude Code
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
# Add marketplace
|
|
67
|
+
/plugin marketplace add circlesac/notas-cli
|
|
68
|
+
|
|
69
|
+
# Install plugin
|
|
70
|
+
/plugin install notas
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### Pi
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
pi install git:circlesac/notas-cli
|
|
77
|
+
# or: npx @mariozechner/pi-coding-agent install git:circlesac/notas-cli
|
|
78
|
+
```
|
|
79
|
+
|
|
57
80
|
## Development
|
|
58
81
|
|
|
59
82
|
```bash
|
package/package.json
CHANGED