YouTube Watermark

v0.10.7-dev

Manage YouTube watermarks. Use this skill to set or unset watermarks for channel videos. Useful when working with YouTube watermark — provides commands to se...

0· 237·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 openwaygate/youtube-watermark.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "YouTube Watermark" (openwaygate/youtube-watermark) from ClawHub.
Skill page: https://clawhub.ai/openwaygate/youtube-watermark
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: YUTU_CREDENTIAL, YUTU_CACHE_TOKEN
Required binaries: yutu
Config paths to check: client_secret.json, youtube.token.json
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

Canonical install target

openclaw skills install openwaygate/youtube-watermark

ClawHub CLI

Package manager switcher

npx clawhub@latest install youtube-watermark
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Skill name/description map directly to the yutu CLI binary and to YouTube OAuth artifacts. The required binaries (yutu), env vars (YUTU_CREDENTIAL, YUTU_CACHE_TOKEN) and config files (client_secret.json, youtube.token.json) are exactly what a YouTube-API CLI would need.
Instruction Scope
SKILL.md only instructs installing/using the yutu CLI, running 'yutu auth' to perform OAuth (opens a browser), and the watermark set/unset commands. It does not instruct the agent to read unrelated files, exfiltrate data, or contact endpoints outside of normal OAuth flows and the yutu tool.
Install Mechanism
The install spec is an npm package (@eat-pray-ai/yutu) that provides the yutu binary; the README also documents alternative install methods (brew, winget, go, prebuilt releases). Installing from npm/GitHub releases is typical for a CLI tool. This is a moderate-risk install vector only in the usual sense that external packages install code—nothing unexpected is declared.
Credentials
Requested env vars and config paths relate directly to OAuth client secrets and cached tokens needed to call the YouTube API. The number and naming of variables are proportional to the stated functionality; primaryEnv is set to YUTU_CREDENTIAL which matches the instructions.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. The workflow involves saving an OAuth token to youtube.token.json (normal for OAuth clients). The skill does not modify other skills or global agent configuration.
Assessment
This skill appears to be a thin wrapper around the yutu CLI and is internally consistent. Before installing: verify the @eat-pray-ai/yutu package and GitHub repo are legitimate, inspect the package/release you will install, and review the OAuth scopes yutu requests when you run 'yutu auth'. Store client_secret.json and youtube.token.json securely and prefer using a limited YouTube/GCP account for automation; revoke OAuth tokens if you stop using the tool. If you distrust the package, install from an official release binary or build from source yourself.

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

Runtime requirements

🎬🐰 Clawdis
Binsyutu
EnvYUTU_CREDENTIAL, YUTU_CACHE_TOKEN
Configclient_secret.json, youtube.token.json
Primary envYUTU_CREDENTIAL

Install

Node
Bins: yutu
npm i -g @eat-pray-ai/yutu
0.10.6-3vk9787h96fz2rqgznvehhaxxezx82t4am0.10.7-devvk97754v7fyw89ccwxm97gttngh82x581latestvk97754v7fyw89ccwxm97gttngh82x581
237downloads
0stars
2versions
Updated 1mo ago
v0.10.7-dev
MIT-0

YouTube Watermark

Manage YouTube watermarks. Use this skill to set or unset watermarks for channel videos.

Before You Begin

yutu requires Google Cloud Platform OAuth credentials and a cached token to access the YouTube API. If you haven't set up yutu yet, read the setup guide first.

Operations

Read the linked reference for full flag details and examples.

OperationDescriptionReference
setSet a watermark for channel's videosdetails
unsetUnset a watermark for channel's videosdetails

Quick Start

# Show all watermark commands
yutu watermark --help

Comments

Loading comments...