Tubeify

v1.0.0

AI video editor for YouTube creators — removes pauses, filler words, and dead air automatically via API

0· 151·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for esokullu/tubeify.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Tubeify" (esokullu/tubeify) from ClawHub.
Skill page: https://clawhub.ai/esokullu/tubeify
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: curl
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install tubeify

ClawHub CLI

Package manager switcher

npx clawhub@latest install tubeify
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (AI video editor) align with the instructions: the SKILL.md shows a web API that accepts a video URL, processes it, and returns a download URL. Required binary (curl) is appropriate for the documented workflow.
Instruction Scope
Instructions direct the agent to POST wallet addresses and a USDC tx hash and to save session cookies to session.txt (curl -c/-b). Writing/reading a local cookie file is within scope for interacting with the service, but the skill will cause video URLs and payment tx hashes to be transmitted to an external endpoint (https://tubeify.xyz). The skill does not request private keys or other unrelated system data.
Install Mechanism
Instruction-only skill with no install step and only requiring curl. This is low-risk from an install perspective because nothing is downloaded or written by an installer.
Credentials
No environment variables, secrets, or unrelated credentials are requested. The documented inputs (wallet address and USDC tx hash) are proportional to the payment/authentication flow described. However, the user must not supply private keys or seed phrases — the skill does not need them.
Persistence & Privilege
Skill is not always-enabled and can be invoked by the user. It does instruct use of a local cookie file (session.txt) for session state, which is normal for curl-based interactions and scoped to the skill's API.
Assessment
This skill appears coherent with its stated purpose, but take these precautions before using it: (1) Do not paste or upload private keys/seed phrases — the API only needs a wallet address and a transaction hash, not private credentials. (2) Be aware that providing a video URL and payment tx hash will transmit that data to https://tubeify.xyz — only send content you are comfortable uploading to a third party. (3) Verify the site reputation and HTTPS certificate; consider using a throwaway wallet for payments to limit exposure. (4) The curl commands create a local cookie file (session.txt); delete it when finished if you don't want session data stored. (5) Confirm on-chain payment actually settled (on etherscan) before trusting the service to process and return files.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🎬 Clawdis
Binscurl
aivk971z6zksrn7h32waxx24vvtqx8342mqeditingvk971z6zksrn7h32waxx24vvtqx8342mqfiller-wordsvk971z6zksrn7h32waxx24vvtqx8342mqlatestvk971z6zksrn7h32waxx24vvtqx8342mqmediavk971z6zksrn7h32waxx24vvtqx8342mqpausesvk971z6zksrn7h32waxx24vvtqx8342mqvideovk971z6zksrn7h32waxx24vvtqx8342mqyoutubevk971z6zksrn7h32waxx24vvtqx8342mq
151downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

Comments

Loading comments...