capcut-cli 0.1.4 → 0.1.5
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/README.md +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,6 +29,17 @@ Or run directly:
|
|
|
29
29
|
npx capcut-cli info ./my-project/
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
+
### Claude Code plugin
|
|
33
|
+
|
|
34
|
+
Add the marketplace, then enable the plugin:
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
/plugin marketplace add https://github.com/renezander030/capcut-cli
|
|
38
|
+
/plugin enable capcut-cli
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
This gives Claude Code the `/capcut-cli:capcut-edit` skill -- it learns every command, the progressive disclosure navigation pattern, and how to find your CapCut projects on macOS/Windows. Auto-installs the CLI on first enable.
|
|
42
|
+
|
|
32
43
|
## Output modes
|
|
33
44
|
|
|
34
45
|
**JSON (default)** -- pipe to `jq`, feed to scripts, consume from agents:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "capcut-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "CLI to edit CapCut and JianYing project files — subtitles, timing, speed, volume, templates, cut long-form to shorts. Reads and writes draft_content.json / draft_info.json directly.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|