# Tubeify

> AI video editor for YouTube — removes pauses, filler words, and dead air from raw recordings via API

- Skill: `rohitg00/tubeify` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rohitg00/tubeify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rohitg00/tubeify/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: rohitg00 (https://skillmd.com/u/rohitg00)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rohitg00/tubeify

---


# 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

1. Authenticates to Tubeify with a wallet address
2. Submits the raw video URL with processing options
3. Polls for completion and returns a download link

## Usage

```bash
# 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

