You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track billable time against the [Keito](https://keito.ai) platform — from the terminal or from an AI agent.
4
6
5
7
<palign="center">
@@ -87,6 +89,17 @@ keito time stop --json
87
89
88
90
Exit codes tell you exactly what happened — no need to parse error messages. See [Exit Codes](#exit-codes) below.
89
91
92
+
## Agent Skill
93
+
94
+
The Keito Agent Skill is installed from the GitHub skill repo, not from an npm package:
95
+
96
+
```sh
97
+
keito auth login
98
+
keito skill install
99
+
```
100
+
101
+
`keito skill install` uses `npx` only to run the open skills installer. The installer package is pinned to `skills@1.5.6` by default and can be overridden intentionally with `KEITO_SKILLS_PACKAGE`.
0 commit comments