capto-agent-skill
v0.5.0
Published
Agent Skills package for driving Capto screen capture via the local `capto` CLI
Maintainers
Readme
capto-agent-skill
Agent Skills package for Capto — a local-only Windows screen recorder.
Agents drive Capto with the capto CLI (JSON over a localhost control plane). This package ships skill docs only; install Capto from Releases — the installer includes the CLI and adds it to PATH (capto in new terminals).
Install
npm install capto-agent-skillSkill entry (agentskills / skills-npm):
node_modules/capto-agent-skill/skills/capto/SKILL.mdReference contract: skills/capto/references/cli.md.
Requirements
- Windows Capto desktop with bundled FFmpeg
captoonPATH, or in-repo:cargo run -p capto-cli -- …- Dev: set
CAPTO_APP_PATHtocapto-app.exeif needed - If exit code
2: runcapto open, or ask the user to open Capto from the Start menu
Publish checklist (maintainers)
Skill npm version usually tracks Capto app releases when CLI/skill contracts change together (e.g. both 0.5.0).
Publish path:
package.jsonlives inpackages/capto-agent-skill/(not repo root, notskills/capto/).
Publishing from the Capto monorepo root hits the privatecapto-workspacepackage and will fail.
- Bump skill
versioninpackage.jsonandskills/capto/SKILL.mdmetadata together (only when the skill docs/contract change). - Keep
references/cli.mdaligned with repodocs/CLI.md. - Dry-run pack from repo root:
npm pack ./packages/capto-agent-skill
# or:
npm run skill:pack- Publish (pick one):
# from repo root
npm publish ./packages/capto-agent-skill --access public
# or from the package directory
cd packages/capto-agent-skill
npm publish --access publicnpm name
captois taken by an unrelated package — publish ascapto-agent-skill.
Spec
- Format: Agent Skills specification
- Distribution: skills inside npm
skills/
