twentythree-skills 1.3.1 → 1.3.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skills/SKILL.md +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twentythree-skills",
3
- "version": "1.3.1",
3
+ "version": "1.3.4",
4
4
  "description": "AI agent skills for the TwentyThree CLI",
5
5
  "license": "MIT",
6
6
  "author": "TwentyThree",
package/skills/SKILL.md CHANGED
@@ -4,8 +4,8 @@ description: |
4
4
  Full TwentyThree video platform CLI. Use when the user asks to upload or manage
5
5
  videos, run webinars, query analytics, manage audiences, configure players,
6
6
  create categories, manage tags, spots, thumbnails, webhooks, collectors, polls,
7
- presentations, or any TwentyThree platform operation. Covers 238+ API commands
8
- across 22 resource groups plus meta commands (auth, workspace, autocomplete, doctor).
7
+ presentations, or any TwentyThree platform operation. Covers 241+ API commands
8
+ across 23 resource groups plus meta commands (auth, workspace, autocomplete, doctor).
9
9
  Every command supports --json for machine-readable output and --agent for
10
10
  self-describing metadata (api_endpoint, auth_scope, output_shape, side_effects).
11
11
  triggers:
@@ -28,7 +28,7 @@ compatibility: Requires twentythree-cli installed globally (npm install -g twent
28
28
 
29
29
  # TwentyThree CLI
30
30
 
31
- > Terminal access to the full TwentyThree video platform API — videos, webinars, analytics, audiences, and every related resource. 238+ commands across 22 resource groups.
31
+ > Terminal access to the full TwentyThree video platform API — videos, webinars, analytics, audiences, and every related resource. 241+ commands across 23 resource groups.
32
32
  >
33
33
  > Always use `--json` in agentic contexts for structured output. Always run `twentythree <command> --agent` before calling an unfamiliar command to discover its flags, API endpoint, auth scope, and side effects.
34
34
 
@@ -136,7 +136,7 @@ The guide covers two categories:
136
136
 
137
137
  ## Resource Index
138
138
 
139
- All 22 resource groups. Every topic supports `--agent`, `--json`, and `--workspace`.
139
+ All 23 resource groups. Every topic supports `--agent`, `--json`, and `--workspace`.
140
140
 
141
141
  | Topic | Representative verbs | Use for |
142
142
  |-------|---------------------|---------|
@@ -163,6 +163,7 @@ All 22 resource groups. Every topic supports `--agent`, `--json`, and `--workspa
163
163
  | `site` | `list`, `search` | Site-level operations |
164
164
  | `openupload` | `list`, `create`, `delete` | Open upload tokens |
165
165
  | `user` | `list`, `create`, `get`, `update`, `delete` | User management |
166
+ | `seo` | `get`, `status`, `update` | SEO metadata management |
166
167
 
167
168
  ## Meta Commands
168
169
 
@@ -170,7 +171,7 @@ These are not in the 22 resource groups — they are CLI-local utilities:
170
171
 
171
172
  | Topic | Commands | Purpose |
172
173
  |-------|----------|---------|
173
- | `auth` | `credentials`, `status` | Configure and verify bearer-token auth |
174
+ | `auth` | `credentials`, `status`, `switch` | Configure and verify bearer-token auth |
174
175
  | `workspace` | `list`, `use` | Multi-workspace selection |
175
176
  | `autocomplete` | `bash`, `zsh` | Shell completion (`twentythree autocomplete bash | source`) |
176
177
  | `doctor` | (top-level: `twentythree doctor`) | Diagnose auth, connectivity, dependency issues |