turnkey_tk 0.4.1

A CLI for machines to use Turnkey for git, ssh, and credential management
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Skills

List, read, and install the `turnkey-tk` agent skills package that ships
inside the `tk` binary. These commands run offline and need no credential.

```bash
# List the package index and every workflow with its description.
tk skills list

# Print one skill as Markdown; `turnkey-tk` is the index and
# `references/NAME` a reference.
tk skills show --name managing-policies

# Install the package as DIR/turnkey-tk, with the docs it links beside it.
tk skills install --into DIR
```