AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Mixcut

skill-garroshub-mixcut-skill-mixcut-skill · by garroshub

>

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-garroshub-mixcut-skill-mixcut-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-garroshub-mixcut-skill-mixcut-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
8mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mixcut? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MixCut Skill

CRITICAL INSTRUCTION: MANDATORY CONFIGURATION

You MUST NOT proceed to downloading or processing until the Project Configuration is fully defined.

Step 1: The Configuration Gate Check if the user has provided ALL of the following:

  • Video Title: Main title for intro and segment cards.
  • Caption Language: Target language for subtitles (e.g., English, etc.). Crucial: No bilingual output.
  • Aspect Ratio: 16:9 (Desktop), 9:16 (Shorts/TikTok), or 1:1.
  • Target Duration: 30s, 60s, 120s, or 180s.
  • Pace: Fast, Medium, or Slow.
  • Style: Highlight Montage or Beat-cut.
  • Transitions: none, fade, slide, flash, or glitch.

If ANY of these are missing, you MUST use the AskUserQuestion tool to obtain them. DO NOT assume defaults. DO NOT start downloading until configuration is complete.


Workflow

Phase 1: Sources & Workspace Setup

  1. Gather Sources: Ask for YouTube URLs from the user.
  2. Setup Workspace:
  • Ensure the directory ./work exists in the project root.
  • Prepare ./work/assets and ./work/outputs subdirectories.

Phase 2: Content Analysis

For each YouTube URL provided:

  1. Download:
  • Run python skills/Youtube-clipper-skill/scripts/download_video.py "./work/assets/youtube"
  1. Analyze:
  • Run python skills/Youtube-clipper-skill/scripts/analyze_subtitles.py
  1. Selection:
  • Present analyzed chapters/highlights to the user.
  • Confirm which segments to include in the final cut.

Phase 3: Assembly & Processing

  1. Configuration: Create ./work/mixcut_config.json with global settings and source clip metadata (start, end, title).
  2. Processing:
  • Run python skills/mixcut/scripts/process_mixcut.py "./work/mixcut_config.json"
  • This script automates clipping, media normalization (ffmpeg), and generates the initial timeline.json and final.srt.

Phase 4: Professional Subtitle Cleaning (Agent-Driven)

This phase ensures high-quality, professional subtitles.

  1. Read Timeline: Access ./work/timeline.json.
  2. Subtitle Optimization:

Iterate through all subtitle entries and apply the following cleaning logic:

  • Remove Noise: Strip speaker markers (e.g., >>, >>>) and sound cues (e.g., [Music], [Applause]).
  • Deduplication: Remove repeated words, stutters, and verbal fillers ("uh", "um", "you know").
  • Flow Improvement: Merge fragmented phrases into natural, readable sentences.
  • Professional Polish: Refine text into the target language using appropriate technical terminology.
  1. Update: Save the optimized content back to ./work/timeline.json.
  2. Synchronize: Run python skills/mixcut/scripts/process_mixcut.py "./work/mixcut_config.json" --action generate_srt to sync changes to final.srt.

Phase 5: Rendering

  1. Delegate to Remotion:
  • Use the remotion skill to render the project located in skills/mixcut/remotion.
  • Provide the absolute path to ./work/timeline.json as input props.
  • Set output to ./work/outputs/final_mixcut.mp4.

Phase 6: Delivery Guard & Verification

Mandatory verification before completion.

  1. Integrity Check:
  • Verify ./work/outputs/final_mixcut.mp4 exists and has a file size > 0.
  • Verify ./work/outputs/final.srt exists and has a file size > 0.
  1. Troubleshooting: If files are missing or empty, identify the failure point in previous phases and re-run the necessary steps.

Phase 7: Completion & Cleanup

  1. Report: Provide the paths to the final video and subtitle files.
  2. Retention Policy: Do NOT delete the ./work directory until the user explicitly confirms the results or you have verified the outputs physically.

Technical Guidelines

  • Path Management: Always use absolute paths when delegating tasks to external skills.
  • Cross-Platform: Avoid hardcoding drive letters; use system-agnostic path resolution.
  • Performance: Use parallel tool calls for independent download/analysis tasks where supported.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.