YouTube Member

v0.10.7-dev

Manage YouTube channel members. Use this skill to list information about channel members. Useful when working with YouTube member — provides commands to list...

0· 242·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-member.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install youtube-member
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill is a thin wrapper around the yutu CLI for listing YouTube channel members. Required binary (yutu), OAuth client_secret.json, cached token (youtube.token.json), and environment variables (YUTU_CREDENTIAL, YUTU_CACHE_TOKEN) are consistent with using the YouTube API via OAuth.
Instruction Scope
SKILL.md and the reference docs limit runtime actions to installing/using yutu, performing 'yutu member list', and the OAuth flow (opening a browser to obtain a token). The instructions do not request unrelated files, system paths, or other service credentials.
Install Mechanism
Install spec uses the npm package @eat-pray-ai/yutu (creates a 'yutu' binary), which is a reasonable distribution method for this tool. npm packages carry moderate supply-chain risk compared to system packages, and the setup docs also mention prebuilt binaries/releases (GitHub) and other package managers — these are expected but should be verified from the official repo before installing.
Credentials
The two required environment variables and the two config files correspond directly to OAuth credentials and token caching for YouTube API access. No unrelated secrets or broad privileges are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or cross-skill persistence. It does not attempt to modify other skills or system-wide agent settings.
Assessment
This skill appears coherent for listing YouTube members via the yutu CLI. Before installing, verify the publisher and package (check the GitHub repo and the npm package @eat-pray-ai/yutu) to ensure you're using the legitimate project. Only provide OAuth credentials you control; follow the setup flow locally (it opens a browser to obtain a token). Be aware npm packages can carry supply-chain risk — if you prefer, install a prebuilt binary from the project's official releases page and review its code or release artifacts before use.

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-3vk97e0fjzz26dpqckb0509fc07h82r3w30.10.7-devvk971bath9mx9m8nxgjw809yqt182w0c2latestvk971bath9mx9m8nxgjw809yqt182w0c2
242downloads
0stars
2versions
Updated 1mo ago
v0.10.7-dev
MIT-0

YouTube Member

Manage YouTube channel members. Use this skill to list information about channel members.

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 membersdetails

Quick Start

# Show all member commands
yutu member --help

# List member
yutu member list

Comments

Loading comments...