chengfeng-videocut-install

September 13, 2026 · View on GitHub

Install selected video-editing Skills with verifiable local receipts.

Plan, install and check explicitly selected local Skill packages. This is an installation guide plus file installers, not the video workbench itself.

中文:核对固定来源并安装、复用指定 Skills,分别核验文件与依赖。 独立 Skill 文件包,不包含 Runtime、Studio、FFmpeg 或渲染浏览器。

Product entry: chengfeng-videocut owns the workbench, overall installation guide and suite version manifest. This repository owns the installation Skill method; the main Plugin references a fixed snapshot. The legacy chengfeng-videocut-skills preserves history and migration guidance, not a second new installer. No repositories are being merged.

中文分工:主仓管产品与组合清单;本仓管唯一安装方法;旧仓只做迁移指引。

Quick Start

Unpublished local candidate 0.1.0-beta.2. Run in this verified source checkout with Node.js 18+. No GitHub tag or remote installation of this candidate is claimed; use an empty isolated target first. These commands install Skill files only; they do not install or start a workbench. Review the package before executing it.

node bin/install.cjs plan --host codex --target-root "<existing-test-directory>"
node bin/install.cjs install --host codex --target-root "<existing-test-directory>"
node bin/install.cjs doctor --host codex --target-root "<existing-test-directory>"

The default target is your user home. For an isolated test, create an empty directory first and include --target-root "<existing-test-directory>" in all three commands. Omit --host codex to install only the neutral Agent directory. For published versions, use the documented version tag and verify its commit plus the installed file hashes. On npm 10.9.2, the shorthand with a full 40-character commit instead of the tag failed with GitFetcher requires an Arborist constructor; do not assume that form works on every npm version.

Files go to .agents/skills/chengfeng-videocut-install under the target home; Codex mode also creates a precise .codex/skills/chengfeng-videocut-install entry. Matching ID, version and file hashes are reused. A conflicting name, version or locally modified copy is rejected without overwriting it. The local receipt does not yet store repository commit, suite ownership or Runtime compatibility. No automatic upgrade or uninstall is provided.

Published preview identities are listed in the product installation guide. That table records verified tag-to-commit mappings, not a signed release or a compatible full-suite manifest. Local candidates are not covered by those published identities.

Use with an Agent

Once your host discovers the Skill, ask it to use $chengfeng-videocut-install for your task. The actual method is SKILL.md; the root SKILL.md is an installer entry, not a duplicate business method. A new host session may be needed. Installing files is not proof that a host has loaded them.

For project operations, this Skill uses the workbench contract and probes actual CLI capabilities. Runtime >=0.5.9 alone does not guarantee every command; use a compatible workbench and an explicit project/endpoint. Other workbenches require their own verified adapter. Missing software is not silently downloaded.

The bundled suite installer accepts explicit local catalogs and package directories. It does not automatically download an entire GitHub suite or install Runtime. This command installs the installation Skill itself, not all business Skills.

Preview limits

  • File installation, host loading, Runtime compatibility and a completed video workflow are separate checks.
  • doctor reports runtime: not-checked and hostLoaded: not-checked; these fields are not a claim of readiness.
  • Windows and real host/business end-to-end validation are not claimed by this source preview.
  • No cloud transcription, account access, telemetry, media upload or automatic Issue submission runs during installation.
  • Source previews do not publish an entire workbench release or promise a one-command full suite.

Package maintenance

The canonical method lives at .agents/skills/chengfeng-videocut-install/. Shared contracts and installer/audit helpers are generated snapshots from the workbench, with provenance where applicable. See PUBLISHING.md for upload boundaries. In a source checkout run npm run check:package and npm run check:upload before a release. Tests of file boundaries do not replace manual content/license review.

This repository is intentionally private: true in package.json to prevent accidental npm-registry publication. GitHub installation and npm pack --ignore-scripts are still supported. For changes, open a focused Issue or pull request with a minimal reproducible example; never attach secrets or private media.

Community & Support / 官方来源

Created and maintained by 成峰 / AI产品自由.

License

Project-owned material is provided under Apache-2.0. Preserve LICENSE, NOTICE.md, CITATION.cff and any bundled third-party notices. Upstream provenance does not imply endorsement. Runtime and optional animation assets have their own distribution and licensing scope.