Agent Skills
› openclaw/gogcli
› gog-youtube
gog-youtube
GitHub基于 gog 工具执行 YouTube 平台操作,涵盖频道管理、视频搜索、播放列表及评论互动等。强调安全启动、只读模式及自动化规范,确保数据操作的可控性与准确性。
Trigger Scenarios
需要管理 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


