Agent Skills
› openclaw/gogcli
› gog-youtube
gog-youtube
GitHub通过 gog CLI 工具执行 YouTube 相关操作,包括视频搜索、频道管理、播放列表及订阅等。强调安全启动、只读模式及显式账户选择,确保数据操作的安全性与准确性。
Trigger Scenarios
需要搜索或列出 YouTube 视频/频道
管理 YouTube 播放列表或订阅
获取 YouTube 活动或评论信息
Install
npx skills add openclaw/gogcli --skill gog-youtube -g -y
SKILL.md
Frontmatter
{
"name": "gog-youtube",
"description": "YouTube operations through gog."
}
YouTube
Use gog for YouTube operations. Read ../gog/SKILL.md first for shared auth,
output, safety, and live-write rules.
Safe start
gog auth list --check --json --no-input
gog schema youtube --json
gog --readonly --account user@example.com youtube --help
- Select the account explicitly with
--account. - Use
--json --wrap-untrustedfor agent-readable Google content. - Use
--readonlywhen the task must not mutate Google data. - Use
--no-inputin automation and--dry-runbefore supported writes. - Confirm the exact account, object, and mutation before any write or delete.
Commands
| Command | Purpose |
|---|---|
activities |
List channel activities |
channels |
List channels |
comments |
List comment threads |
playlists |
Manage playlists |
search |
Search YouTube for videos, channels, or playlists |
subscriptions |
Manage channel subscriptions |
videos |
List or get videos |
Run gog youtube <command> --help for flags and gog schema youtube <command> --json
for the machine-readable contract. Do not guess command syntax.
Version History
- eb85a99 Current 2026-08-20 12:40


