Shared local runtime for the VideoCut paid skill
Project description
VideoCut Skill Runtime
VideoCut Skill Runtime is the local CLI used by the public VideoCut paid skill. It keeps hosted rendering, account binding, and point deduction on the VideoCut server, while giving technical users a local command for login, submit, wait, and download.
This package is published on PyPI as videocut-skill.
PyPI publishing is prepared but still waiting on Trusted Publisher setup in PyPI. Until the first PyPI release is live, install from GitHub with:
python3 -m pip install --user --break-system-packages pipx && python3 -m pipx install "git+https://github.com/maxiusi3/videocut-skill-runtime.git"
Requirements
- Python
3.10+ pipx- A VideoCut account with available points
Install
python3 -m pip install --user --break-system-packages pipx && python3 -m pipx install videocut-skill
If videocut-skill is not found after installation, run python3 -m pipx ensurepath, reopen your shell, and retry.
First Login
Claude Code:
videocut-skill login --host claude_code --base-url https://<your-videocut-host>
Codex:
videocut-skill login --host codex --base-url https://<your-videocut-host>
The CLI opens a browser window to complete VideoCut account binding and then stores a local client token.
Common Commands
Submit a task asynchronously:
videocut-skill generate "/path/to/task-directory" --host claude_code --base-url https://<your-videocut-host>
Wait for completion and download automatically:
videocut-skill generate "/path/to/task-directory" --host claude_code --base-url https://<your-videocut-host> --wait
Check job status:
videocut-skill status 123 --host claude_code --base-url https://<your-videocut-host>
Download a finished result:
videocut-skill download 123 --host claude_code --base-url https://<your-videocut-host> --output ./final.mp4
Supported Task Layouts
Script mode:
task-directory/
script/main.txt
clip/
001.mp4
002.mp4
Scriptless mode:
task-directory/
001.mp4
002.mov
Update
python3 -m pipx upgrade videocut-skill || python3 -m pipx install videocut-skill
Uninstall
pipx uninstall videocut-skill
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file videocut_skill-0.1.0.tar.gz.
File metadata
- Download URL: videocut_skill-0.1.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e76c02f6230afebd114ba06afdcd179049302953842ce69203d2ae63df28e9b
|
|
| MD5 |
98f9a7044ff19aa3940345dc546a2342
|
|
| BLAKE2b-256 |
4bf3e1717ece2beaf66d6f8bd2199654bba8bea96a0bd32a5be4fa0dddb51ee8
|
File details
Details for the file videocut_skill-0.1.0-py3-none-any.whl.
File metadata
- Download URL: videocut_skill-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3493d1bb7505e4d8e5302b86f9d1cf412beff305f47e63e2cf115537136f6722
|
|
| MD5 |
b5f03a683dae80226e7fd3383e36de95
|
|
| BLAKE2b-256 |
b3299f485537488df4f6f570fc5699612911b3774a718ac6f4e7c77a4fbfc365
|