Agent skill
tubeify
AI video editor for YouTube — removes pauses, filler words, and dead air from raw recordings via API
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tubeify
SKILL.md
Tubeify
AI-powered video editing for YouTube creators. Submit a raw recording URL, get back a polished, trimmed video automatically — no manual editing required.
When to Use This Skill
- User wants to remove dead air or pauses from a video recording
- User wants to clean up filler words (um, uh, etc.) from a video
- User wants to automate post-recording video editing for YouTube
What This Skill Does
- Authenticates to Tubeify with a wallet address
- Submits the raw video URL with processing options
- Polls for completion and returns a download link
Usage
# Authenticate
curl -c session.txt -X POST https://tubeify.xyz/index.php \
-d "wallet=<YOUR_WALLET>"
# Submit video
curl -b session.txt -X POST https://tubeify.xyz/process.php \
-d "video_url=<URL>" \
-d "remove_pauses=true" \
-d "remove_fillers=true"
# Check status
curl -b session.txt https://tubeify.xyz/status.php
Links
- Website: https://tubeify.xyz
- ClawHub: https://clawhub.ai/esokullu/tubeify
- Full docs: https://tubeify.xyz/skills.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?