@kolbo/kolbo-code-darwin-arm64 1.0.4 → 1.0.5
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/bin/kolbo +0 -0
- package/package.json +1 -1
- package/skills/kolbo/SKILL.md +16 -0
package/bin/kolbo
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/skills/kolbo/SKILL.md
CHANGED
|
@@ -201,6 +201,22 @@ When the user shares an image and asks about it:
|
|
|
201
201
|
|
|
202
202
|
---
|
|
203
203
|
|
|
204
|
+
## Kolbo Code Documentation
|
|
205
|
+
|
|
206
|
+
Full public documentation for Kolbo Code (the CLI you are running inside) lives at **[docs.kolbo.ai/docs/kolbo-code](https://docs.kolbo.ai/docs/kolbo-code)**. If the user asks about installation, authentication, voice input, supported languages, commands, or how to uninstall, point them to the matching page below rather than guessing:
|
|
207
|
+
|
|
208
|
+
| Topic | Path |
|
|
209
|
+
|-------|------|
|
|
210
|
+
| Overview & quick links | `/docs/kolbo-code` |
|
|
211
|
+
| Installation (npm / bun / brew / scoop / choco) | `/docs/kolbo-code/installation` |
|
|
212
|
+
| Sign in with Kolbo (device-code OAuth) | `/docs/kolbo-code/authentication` |
|
|
213
|
+
| Push-to-talk voice input (hold `space`) | `/docs/kolbo-code/voice-input` |
|
|
214
|
+
| 12 supported UI languages + RTL | `/docs/kolbo-code/languages` |
|
|
215
|
+
| Full CLI command reference | `/docs/kolbo-code/commands` |
|
|
216
|
+
| Uninstall + cleanup | `/docs/kolbo-code/uninstall` |
|
|
217
|
+
|
|
218
|
+
The MDX sources are in the `kolbo-docs` repo under `content/docs/kolbo-code/`. When the user's question has a concrete answer in one of those pages, cite the path and summarize — do not invent new instructions.
|
|
219
|
+
|
|
204
220
|
## Examples
|
|
205
221
|
|
|
206
222
|
Natural-language triggers that should prompt this skill + a tool call:
|