twentythree-skills 1.1.0 → 1.3.0

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twentythree-skills",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "description": "AI agent skills for the TwentyThree CLI",
5
5
  "license": "MIT",
6
6
  "author": "TwentyThree",
package/skills/SKILL.md CHANGED
@@ -4,7 +4,7 @@ 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 235+ API commands
7
+ presentations, or any TwentyThree platform operation. Covers 238+ API commands
8
8
  across 22 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).
@@ -25,7 +25,7 @@ compatibility: Requires twentythree-cli installed globally (npm install -g twent
25
25
 
26
26
  # TwentyThree CLI
27
27
 
28
- > Terminal access to the full TwentyThree video platform API — videos, webinars, analytics, audiences, and every related resource. 235+ commands across 22 resource groups.
28
+ > Terminal access to the full TwentyThree video platform API — videos, webinars, analytics, audiences, and every related resource. 238+ commands across 22 resource groups.
29
29
  >
30
30
  > 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.
31
31
 
@@ -145,11 +145,11 @@ All 22 resource groups. Every topic supports `--agent`, `--json`, and `--workspa
145
145
  | `action` | `list`, `create`, `get`, `update`, `delete` + subtypes | Interactive overlays, CTAs inside videos |
146
146
  | `collector` | `list`, `create`, `delete` | Lead capture forms |
147
147
  | `comment` | `list`, `create`, `get`, `update`, `delete` | Video comments moderation |
148
- | `player` | `list`, `create`, `get`, `update`, `delete` | Player configuration and theming |
148
+ | `player` | `list`, `create`, `get`, `update`, `delete`, `set-thumbnail`, `remove-thumbnail` | Player configuration, theming, and custom thumbnails |
149
149
  | `poll` | `list`, `create`, `get`, `update`, `delete` | In-video polls |
150
150
  | `spot` | `list`, `create`, `get`, `update`, `delete` | Hotspot annotations on videos |
151
151
  | `tag` | `list`, `create` | Content tagging |
152
- | `thumbnail` | `list`, `create`, `get`, `update`, `delete` | Video thumbnail management |
152
+ | `thumbnail` | `list`, `create`, `get`, `update`, `delete`, `preview-scss` | Video thumbnail and template management |
153
153
  | `webhook` | `list`, `create`, `get`, `update`, `delete` | Event webhooks |
154
154
  | `app` | `list`, `thumbnail`, `create`, `get`, `update`, `delete` | App/integration management |
155
155
  | `presentation` | `list` + page/setting subtopics | Presentation content |