YouTube Channel

v0.10.7-dev

Manage YouTube channels. Use this skill to list or update channels. Useful when working with YouTube channel — provides commands to list and update channel v...

0· 270·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-channel.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "YouTube Channel" (openwaygate/youtube-channel) from ClawHub.
Skill page: https://clawhub.ai/openwaygate/youtube-channel
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-channel

ClawHub CLI

Package manager switcher

npx clawhub@latest install youtube-channel
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (YouTube channel management) align with required binary (yutu), the declared env vars (OAuth credential and cached token), and the declared config files (client_secret.json, youtube.token.json). These are expected for a YouTube API CLI.
Instruction Scope
SKILL.md instructs the agent to run the yutu CLI and to perform OAuth auth that opens a browser and saves a token locally. It does not instruct reading unrelated system files or exfiltrating data to third-party endpoints beyond Google's OAuth flow.
Install Mechanism
Install spec uses an npm package (@eat-pray-ai/yutu) which is a reasonable delivery mechanism for a CLI. Installing code from a public package registry carries normal supply-chain risk — verify the package publisher and GitHub releases. SKILL.md also documents alternate install methods (brew, winget, go), while the registry install entry lists only the node package; this minor inconsistency is not a security red flag but worth noting.
Credentials
Only YUTU_CREDENTIAL and YUTU_CACHE_TOKEN are required (primaryEnv is the OAuth credential). These variables map directly to the declared purpose. Other optional environment variables are documented but not required. No unrelated service credentials are requested.
Persistence & Privilege
always is false (default) and model invocation is allowed (platform default). The skill does not request elevated or persistent platform-wide privileges. It requires storing an OAuth token locally (standard for API clients).
Assessment
This skill appears to do what it says: it wraps the yutu CLI to list and update YouTube channels. Before installing, verify the @eat-pray-ai/yutu package and GitHub repo are legitimate (check publisher, release artifacts, and recent activity). Keep client_secret.json and youtube.token.json private — they are sensitive OAuth credentials/tokens. If you plan to install the npm package, prefer installing from the official GitHub releases or the package registry over arbitrary binaries, and consider reviewing the package source if you don't trust the publisher. Finally, be aware that the CLI will open a browser for OAuth consent and will write a token file locally; rotate credentials if you suspect misuse.

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-3vk970kza5f6pnyxb2jqazyey9g582sycm0.10.7-devvk973ggj613qg0fbptzham6saax82xkswlatestvk973ggj613qg0fbptzham6saax82xksw
270downloads
0stars
2versions
Updated 1mo ago
v0.10.7-dev
MIT-0

YouTube Channel

Manage YouTube channels. Use this skill to list or update channels.

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
listList channel informationdetails
updateUpdate channel informationdetails

Quick Start

# Show all channel commands
yutu channel --help

# List channel
yutu channel list

Comments

Loading comments...