skill-candidates/repo-b-comfy-amuse-capcut-pipeline/SKILL.md
Operate profile-driven ComfyUI pipelines with optional AMUSE enhancement and CapCut export guidance in <PRIVATE_REPO_B>. Use when validating /api/comfy/pipelines/*, /api/amuse/*, or CapCut handoff metadata.
npx skillsauth add grtninja/skill-arbiter repo-b-comfy-amuse-capcut-pipelineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for end-to-end media-pipeline operations that go beyond basic MCP/Comfy health checks.
Use this skill for /api/comfy/pipelines/*, /api/comfy/workflows/*, /api/amuse/*, and CapCut export guidance payload verification.
Do not use this skill for:
repo-b-mcp-comfy-bridge).repo-b-agent-bridge-safety).repo-b-wsl-hybrid-ops).$env:SHIM_ENABLE_MCP = "1"
$env:SHIM_MCP_HOST = "127.0.0.1"
$env:SHIM_MCP_PORT = "9550"
$env:SHIM_MCP_ALLOW_LAN = "0"
$env:MX3_COMFYUI_ENABLED = "1"
$env:MX3_COMFYUI_BASE_URL = "http://127.0.0.1:8188"
$env:MX3_COMFYUI_TIMEOUT_S = "10"
$env:MX3_COMFYUI_DEFAULT_WORKFLOW_PROFILE = "small_video"
$env:MX3_AMUSE_ENABLED = "1"
$env:MX3_AMUSE_BASE_URL = "http://127.0.0.1:3001"
$env:MX3_AMUSE_TIMEOUT_S = "15"
python3 "$CODEX_HOME/skills/repo-b-comfy-amuse-capcut-pipeline/scripts/comfy_media_pipeline_check.py" \
--base-url http://127.0.0.1:9000 \
--require-profile small_video_capcut \
--require-profile quality_video_capcut \
--require-capcut \
--require-amuse \
--json-out /tmp/repo-b-comfy-media-preflight.json
curl http://127.0.0.1:9000/api/comfy/pipelines/profiles
curl http://127.0.0.1:9000/api/comfy/workflows/templates
curl http://127.0.0.1:9000/api/amuse/status
curl http://127.0.0.1:9000/api/amuse/capabilities
Pipeline run example:
curl -X POST http://127.0.0.1:9000/api/comfy/pipelines/run \
-H "content-type: application/json" \
-d '{"profile":"small_video_capcut","wait_for_state":"RUNNING","capcut_preset":true}'
Expected response contract:
profile, submit, status, wait_for_state.capcut_export present when capcut_preset=true.amuse present when amuse_enhance=true.references/pipeline-contract.mdscripts/comfy_media_pipeline_check.pyIf this lane is unresolved, blocked, or ambiguous:
$skill-hub for chain recalculation.tools
Run a defender-first security sweep on code, configs, prompts, model/tooling surfaces, or third-party contribution lanes. Use when a request involves safe bug, leak, zero-day-class, exploit, or hack hunting for protection, when contributing to outside repositories and you want a focused security pass, or when touching auth, secrets, permissions, network exposure, prompt/tool boundaries, data flow, or update/build surfaces. This skill is defensive only and must never be used for weaponization or unauthorized access.
development
Validate and repair VRM Sandbox startup acceptance with shim-first local model authority, frontend/backend bring-up, and avatar-runtime launch proof. Use when launch behavior, chat handoff, voice fallback, or runtime bridge acceptance must be verified end to end.
documentation
Align documented voice-command catalogs, endpoint action allowances, and live runtime handlers so operator-visible voice surfaces match what the stack can actually execute. Use when voice command docs, parser matrices, endpoint permissions, or runtime action routing drift apart.
development
Track SkillHub trend and topic drift, maintain a bounded rewrite watchlist, and surface emerging gaps worth turning into repo-owned skills. Use when the marketplace query set shows new families or when the current shortlist has gone stale.