/install briefing-skill
Briefing Operator
This skill operates the briefing CLI tool.
Available Commands
-
Run update pipeline:
briefing -
Add tracking URL:
briefing -add \x3Csource_url> -
Delete tracking URL:
briefing -delete \x3Csource_url> -
Set config key:
briefing -set \x3CKEY> \x3CVALUE> -
Show config:
briefing -show
Execution Rules (Strict)
-
Bootstrap Check: Before any execution, if the
briefingbinary is missing from PATH:- Check if
{skillDir}/install.shexists. - If found, execute
bash {skillDir}/install.shto initialize the environment. - If initialization fails or script is missing, report: "briefing CLI not found. Please run the install script manually." and stop.
- Check if
-
Bash Tool Requirement: Always execute the CLI command using bash/exec. If bash is disabled, report: "bash tool is disabled. Enable commands.bash=true." and stop.
-
Absolute Path Fallback: If
briefingis not in global PATH, try executing via{skillDir}/briefing(if the installer symlinks it there).
After Running briefing
-
Parse stdout.
-
Detect lines matching:
[WHISPER DONE] \x3Cfilename> -
For each
\x3Cfilename>, read:output/\x3Cfilename>/whisper.txt -
Return the extracted whisper content.
-
If no
[WHISPER DONE]appears, report: "No new whisper output generated in this run." -
If a whisper file is missing, report the exact missing path.
Fallback
If briefing is not available on PATH:
- Attempt execution using an absolute path if known.
- If still unavailable, report and stop.
Do not manually edit config.json. Always use CLI commands.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install briefing-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/briefing-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
briefing 是什么?
Automatically track creator channels and transcribe new videos (YouTube, Bilibili, TikTok) with zero token cost during the pipeline. Use memory-based updates... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 479 次。
如何安装 briefing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install briefing-skill」即可一键安装,无需额外配置。
briefing 是免费的吗?
是的,briefing 完全免费(开源免费),可自由下载、安装和使用。
briefing 支持哪些平台?
briefing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 briefing?
由 Yutai Gu(@yutaigu)开发并维护,当前版本 v1.0.9。