@pkts/cli
v0.2.0
Published
The pkts CLI — publish, install, and verify pkts artifacts.
Maintainers
Readme
@pkts/cli
The pkts CLI. Publish, install, and verify pkts artifacts.
Install
npm i -g @pkts/cli
# or
bun add -g @pkts/cliOr use it directly without installing:
bunx @pkts/cli install https://pkts.run/g/wiki
npx @pkts/cli install https://pkts.run/g/wikiUsage
pkts init <handle> # set up your signing identity
pkts publish <dir> # publish a skill to the hub
pkts install <url> # install a skill from a pkts link
pkts verify <url> # verify signature without installing
pkts view <url> # fetch a published skill and show its install sheet
pkts list # list installed skills
pkts remove <slug> # remove an installed skill
pkts whoami # show the identity stored on this machineEvery command accepts --help, --json, --format <toon|json|yaml|md|jsonl>, --llms, and --mcp.
About pkts
pkts is a link-based highway for agent artifacts. Paste a URL into your agent, it installs and runs what was at the other end. Signed identities make what you install trustable.
See pkts.run for the hub UI and protocol specification, or the GitHub repo for source.
License
MIT
