/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install briefing-skill - After installation, invoke the skill by name or use
/briefing-skill - Provide required inputs per the skill's parameter spec and get structured output
What is briefing?
Automatically track creator channels and transcribe new videos (YouTube, Bilibili, TikTok) with zero token cost during the pipeline. Use memory-based updates... It is an AI Agent Skill for Claude Code / OpenClaw, with 479 downloads so far.
How do I install briefing?
Run "/install briefing-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is briefing free?
Yes, briefing is completely free (open-source). You can download, install and use it at no cost.
Which platforms does briefing support?
briefing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created briefing?
It is built and maintained by Yutai Gu (@yutaigu); the current version is v1.0.9.