YouTube Memberships Level

v0.10.7-dev

Manage YouTube memberships levels. Use this skill to list information about channel membership levels. Useful when working with YouTube memberships level — p...

0· 194·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description target listing YouTube membership levels and the skill requires the yutu CLI, OAuth client secret and cached token — all directly relevant to calling the YouTube API via a local CLI.
Instruction Scope
SKILL.md only instructs use of the yutu CLI and the documented OAuth setup. It does not ask the agent to read unrelated files, contact unexpected endpoints, or exfiltrate data beyond using the provided OAuth flow and token files.
Install Mechanism
Install is via a named Node package (@eat-pray-ai/yutu) producing a yutu binary, which is a standard and expected delivery mechanism for a CLI. No untoward download URLs or archive extraction are used in the provided spec.
Credentials
Required env vars and config paths (YUTU_CREDENTIAL, YUTU_CACHE_TOKEN, client_secret.json, youtube.token.json) are appropriate for an OAuth-based YouTube CLI. There are no additional unrelated credentials requested.
Persistence & Privilege
Skill is not always-enabled and defaults allow user invocation; it does not request unusual persistent privileges or to modify other skills/system settings.
Assessment
This skill delegates work to the external 'yutu' CLI and requires your YouTube OAuth client_secret and cached token files. Only install if you trust the @eat-pray-ai/yutu package and its GitHub repo (review authors, recent releases, and npm/sha integrity). Installing the npm package will place a binary on your PATH and runs code from that package — if you prefer, you can manually install yutu from the project releases and run the auth flow locally (yutu auth) to create youtube.token.json rather than providing secrets directly to an unfamiliar environment. Do not share client_secret.json or youtube.token.json publicly and consider using least-privilege test credentials if you want to evaluate the skill first.

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

0.10.6-3vk97918r57e6b41k9a96f7646tx82r2ne0.10.7-devvk97f110jpnwydte1bbb6mnwdxs82w5g1latestvk97f110jpnwydte1bbb6mnwdxs82w5g1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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

Comments