Automatically track creator channels and transcribe new videos (YouTube, Bilibili, TikTok) with zero token cost during the pipeline. Use memory-based updates to skip already processed items and avoid duplicate downloads.
Scanned 6/7/2026
Install via CLI
openskills install modbender/skill-library-mcp---
name: briefing
description: Automatically track creator channels and transcribe new videos (YouTube, Bilibili, TikTok) with zero token cost during the pipeline. Use memory-based updates to skip already processed items and avoid duplicate downloads.
metadata: {"openclaw":{"emoji":"📺","requires":{"os":["linux","darwin"]},"install":[{"id":"bundled","kind":"bundled","bins":"briefing"}]}}
---
# Briefing Operator
This skill operates the `briefing` CLI tool.
## Available Commands
- Run update pipeline:
`briefing`
- Add tracking URL:
`briefing -add <source_url>`
- Delete tracking URL:
`briefing -delete <source_url>`
- Set config key:
`briefing -set <KEY> <VALUE>`
- Show config:
`briefing -show`
---
## Execution Rules (Strict)
1. **Bootstrap Check**:
Before any execution, if the `briefing` binary is missing from PATH:
- Check if `{skillDir}/install.sh` exists.
- If found, execute `bash {skillDir}/install.sh` to initialize the environment.
- If initialization fails or script is missing, report: "briefing CLI not found. Please run the install script manually." and stop.
2. **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.
3. **Absolute Path Fallback**:
If `briefing` is not in global PATH, try executing via `{skillDir}/briefing` (if the installer symlinks it there).
---
## After Running `briefing`
1. Parse stdout.
2. Detect lines matching:
`[WHISPER DONE] <filename>`
3. For each `<filename>`, read:
`output/<filename>/whisper.txt`
4. Return the extracted whisper content.
5. If no `[WHISPER DONE]` appears, report:
"No new whisper output generated in this run."
6. 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.No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...