@plosson/agentio 0.1.4 → 0.1.7
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 +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -137,6 +137,24 @@ agentio gmail profile add --profile personal
|
|
|
137
137
|
agentio gmail list --profile work
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
+
## Claude Code Integration
|
|
141
|
+
|
|
142
|
+
agentio provides a plugin for [Claude Code](https://claude.com/claude-code) with skills for Gmail, Telegram, and Google Chat operations.
|
|
143
|
+
|
|
144
|
+
### Add the Marketplace
|
|
145
|
+
|
|
146
|
+
```bash
|
|
147
|
+
/plugin marketplace add plosson/agentio
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
### Install the Plugin
|
|
151
|
+
|
|
152
|
+
```bash
|
|
153
|
+
/plugin install agentio@agentio
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
Once installed, Claude Code can use the agentio CLI skills to help you manage emails, send Telegram messages, and more.
|
|
157
|
+
|
|
140
158
|
## Design
|
|
141
159
|
|
|
142
160
|
agentio is designed for LLM consumption:
|