← 返回
未分类 中文

Tubeify

AI video editor for YouTube creators — removes pauses, filler words, and dead air automatically via API
面向YouTube创作者的AI视频编辑工具,通过API自动删除停顿、填充词和无效片段
esokullu
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 405
下载
💾 0
安装
1
版本
#ai#editing#filler-words#latest#media#pauses#video#youtube

概述

Tubeify

> AI-powered video editing for solo YouTube creators. Upload a raw recording, get back a tight, polished video — no manual editing required.

Tubeify automatically removes dead air, filler words, and awkward pauses from raw video recordings. It accepts a video URL, processes it with GPU-accelerated AI, and returns a cleaned-up version in minutes.

What This Skill Does

Use this skill to automate video cleanup workflows end-to-end via Tubeify's agent API:

  • Authenticate using a Web3 wallet address (no passwords or email required)
  • Submit a raw video URL with processing options
  • Poll for completion and retrieve the processed video
  • Payment is 2 USDC on Ethereum per video (under 15 minutes)

API Reference

Base URL: https://tubeify.xyz

Authenticate

curl -c session.txt -X POST https://tubeify.xyz/index.php \
  -d "wallet=<YOUR_WALLET_ADDRESS>"

Submit Video for Processing

curl -b session.txt -X POST https://tubeify.xyz/process.php \
  -d "video_url=<VIDEO_URL>" \
  -d "tx_hash=<USDC_TX_HASH>" \
  -d "speed=1.0" \
  -d "remove_pauses=true" \
  -d "remove_fillers=true"
ParameterTypeDescription
------------------------------
video_urlstringPublicly accessible URL of the raw video
tx_hashstringEthereum transaction hash for 2 USDC payment
speedfloatPlayback speed multiplier (1.0–2.0)
remove_pausesboolRemove dead air and long pauses
remove_fillersboolRemove filler words (um, uh, etc.)

Check Status

curl -b session.txt https://tubeify.xyz/status.php

Returns JSON with status (processing | done | error) and a download_url when complete.

Pricing

  • $2 per video (videos under 15 minutes)
  • Pay in USDC (ERC-20) on Ethereum

Example Workflow

# 1. Authenticate
curl -c session.txt -X POST https://tubeify.xyz/index.php \
  -d "wallet=0xYOUR_WALLET"

# 2. Submit video (include your 2 USDC tx hash)
curl -b session.txt -X POST https://tubeify.xyz/process.php \
  -d "video_url=https://example.com/raw-recording.mp4" \
  -d "tx_hash=0xABC123..." \
  -d "remove_pauses=true" \
  -d "remove_fillers=true"

# 3. Poll until done
curl -b session.txt https://tubeify.xyz/status.php

Setup

No API keys or environment variables required. Authentication is wallet-based — connect with MetaMask, Rainbow, or any Web3-compatible wallet.

Links

  • Website: https://tubeify.xyz
  • Pricing: $2/video, no subscription

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 19:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,211
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,467
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,215 📥 266,574