Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

youtube-creator-opsYouTube 创作者操作

Agent Skill

youtube-creator-ops 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,425

周安装

276

GitHub Stars

1

下载量

2,252
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:youtube-creator-ops(YouTube 创作者操作)
来源仓库:https://github.com/zack-dev-cm/youtube-creator-ops
安装命令:
openclaw skills install youtube-creator-ops
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install youtube-creator-ops

简介

OpenClaw 公共技能,用于 YouTube 内容发布与研究任务。

  • 当用户提及“YouTube 发布者”或相关操作时自动触发调用。
  • 集成发布流程与内容检查,提升自动化发布可靠性。
  • 需绑定有效 YouTube 账号与 OAuth 授权,定期检查凭证有效性。
  • 建议在非高峰时段执行批量操作以减少 API 限流影响。

SKILL.md

name
youtube-creator-ops
description
OpenClaw YouTube Publisher is a public ClawHub YouTube publishing skill. Use it when the user says "youtube creator ops", "youtube publisher", "YouTube Studio publish", or wants to publish a YouTube Short through a logged-in browser profile with a reusable run report.
version
1.1.5
homepage
https://github.com/zack-dev-cm/youtube-creator-ops
license
MIT-0
user-invocable
true
metadata
{"openclaw":{"homepage":"https://github.com/zack-dev-cm/youtube-creator-ops","skillKey":"youtube-creator-ops","requires":{"anyBins":["python3","python"]}}}

OpenClaw YouTube Publisher

Search intent: youtube creator ops, youtube publisher, youtube studio publish, shorts publisher

Goal

Use OpenClaw to publish a YouTube Short in a logged-in browser session and save a reusable record of the run:

  • one machine-readable run manifest
  • one structured provenance block for sources such as Midjourney, Suno, or local editors
  • one ordered publish log with screenshots and URLs
  • one structural bundle check
  • one shareable markdown report

This skill is for YouTube Studio publishing through OpenClaw. It assumes the browser profile is already authenticated.

Use This Skill When

  • the user wants to publish a YouTube Short through OpenClaw
  • the short was assembled from Midjourney visuals, Suno audio, or local edits and that provenance should stay in the same bundle
  • you need one clean record of upload, checks, visibility, and final URL
  • the same YouTube Studio workflow keeps getting repeated from memory
  • a failed publish needs screenshots, expected-versus-actual steps, and a reusable report
  • the run should stay visible instead of hidden background automation

Quick Start

  1. Initialize the run manifest.

- Use python3 {baseDir}/scripts/init_youtube_creator_run.py --out <json> --run-id <id> --channel <channel> --goal <goal>. - Add --browser-profile, --stage dry_run|live, --visibility, --video-file, --title, repeatable --asset-source, repeatable --provenance, and repeatable --surface fields. - Recommended asset source labels: - visual:midjourney:<job-or-board> - audio:suno:<track-or-project> - edit:<tool>:<timeline-or-export> - Recommended structured provenance JSON: - {"role":"visual","provider":"midjourney","asset_id":"job-123","source_url":"https://midjourney.com/jobs/job-123","prompt_ref":"board-a","model":"v7","license":"internal-review","public_credits_required":false} - {"role":"audio","provider":"suno","asset_id":"track-04","source_url":"https://suno.com/song/track-04","prompt_ref":"chorus-a","model":"v4","license":"creator-plan","attribution_text":"Music draft from Suno.","public_credits_required":true}

  1. Execute the YouTube Studio flow through OpenClaw.

- Open the Studio page in a logged-in profile. - Record each meaningful step with append_youtube_creator_step.py. - Capture screenshots and public URLs as the run progresses.

  1. Default to dry_run.

- Keep the manifest in dry_run stage until the final publish click is intentionally approved. - Switch to live only when the user wants the run to reach a public or unlisted post.

  1. Pause for manual auth if needed.

- If YouTube shows CAPTCHA, passkey, login, or 2FA, stop the automated step log and let the user complete it in the same browser profile. - Resume only after the authenticated Studio session is back.

  1. Check the bundle before sharing it.

- Use python3 {baseDir}/scripts/check_youtube_creator_bundle.py --manifest <json> --repo-root <repo> --out <json>. - Fix missing screenshots, incomplete failed steps, or private/absolute asset paths before sharing the bundle.

  1. Render the report.

- Use python3 {baseDir}/scripts/render_youtube_creator_report.py --manifest <json> --out <md>. - The default report keeps only public YouTube, Midjourney, and Suno URLs and redacts browser profile labels, private artifact paths, and non-public URLs found inside step text or provenance notes. - Share the report instead of loose screenshots and chat fragments.

Operating Rules

Profile rules

  • Use a logged-in browser profile dedicated to the publishing context when possible.
  • Do not claim a run is autonomous if login, CAPTCHA, passkey, or 2FA still requires a manual step.
  • Keep the publish run in one visible browser session.
  • Treat the final publish click as a deliberate user-approved action, even when the earlier steps are automated.

Publish rules

  • Record expected result and actual result for every step that matters.
  • Capture a screenshot for failed or blocked steps and important checkpoints.
  • Store final published URL when the run succeeds.
  • Record upstream asset provenance when Midjourney, Suno, CapCut, or another editor was part of the content chain.
  • If public credits or attribution are required for Midjourney, Suno, or another provider, keep that text in provenance and make sure the publish metadata includes it where needed.
  • Prefer relative artifact paths so the bundle can move between machines.

Safety rules

  • Do not store cookies, secrets, or access tokens in notes or artifacts.
  • Do not use private absolute filesystem paths in the final bundle.
  • Treat moderation delays and post-processing lag as publish outcomes to record, not as silent success.

Bundled Scripts

  • scripts/init_youtube_creator_run.py

- Create a machine-readable manifest for one YouTube publish run.

  • scripts/append_youtube_creator_step.py

- Append one publish step to the manifest.

  • scripts/check_youtube_creator_bundle.py

- Validate the resulting run bundle before sharing or final review.

  • scripts/render_youtube_creator_report.py

- Render a concise markdown report from the publish manifest.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.58%
按下载量换算1,747

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills