Skill v1.0.1
currentAutomated scan100/100+2 new
version: "1.0.1"
<!-- GENERATED by scripts/build-docs.mjs from the live Commander tree (src/cli/program.ts). Do not edit by hand. -->
pai skill
Skill telemetry and (future) discovery for the self-educating skill system
Synopsis
pai skill <subcommand> [options]
Subcommands
| Command | Description | |
|---|---|---|
| `pai skill telemetry` | Show skill-invocation telemetry (triggers, last used, projects) |
pai skill telemetry
Show skill-invocation telemetry (triggers, last used, projects)
Options
| Option | Description | Default | |||
|---|---|---|---|---|---|
--scope <scope> | Governance scope | default | |||
--status <status> | Filter by status: trial \ | active \ | archived | ||
--limit <n> | Maximum rows | 50 | |||
--json | Output raw JSON |
Examples
# Which skills have actually been triggered, most-used firstpai skill telemetry# Only skills still in trial (quarantined, not yet promoted)pai skill telemetry --status trial# Machine-readable output for dashboardspai skill telemetry --json
See Notes/swarm/skills-self-educating.md for the full self-educating loop (discovery, sandbox trial, telemetry, adaptation).
See also
`pai backup` · `pai clear-names` · `pai daemon` · `pai db` · `pai end` · `pai help` · `pai identity` · `pai kg` · `pai mcp` · `pai memory` · `pai notify` · `pai observation` · `pai obsidian` · `pai pause` · `pai project` · `pai projects` · `pai registry` · `pai restore` · `pai session` · `pai sessions` · `pai setup` · `pai shell-init` · `pai task` · `pai topic` · `pai update` · `pai zettel`
Run pai help <area> to read any of these in the terminal.