twentythree-skills 1.3.3 → 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.
- package/package.json +1 -1
- package/skills/SKILL.md +5 -4
package/package.json
CHANGED
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
|
|
8
|
-
across
|
|
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.
|
|
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
|
|
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
|
|