with one click
edu-video-script
强制使用统一 Markdown 模板输出 3 分钟教学短视频脚本,字段、段落与字幕条数与模板严格一致。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
强制使用统一 Markdown 模板输出 3 分钟教学短视频脚本,字段、段落与字幕条数与模板严格一致。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Take the SearchAgent's top-5 BBC World Cup stories and produce a podcast-ready research brief — outline plus DeepSearch findings — by re-fetching each story's BBC URL and extracting facts/quotes. Load the hyperlight-sandbox skill first for sandbox/fetch_url rules.
Turn the research brief into the on-air script for 《FIFA 2026 世界杯 5 分钟》, hosted by Kinfey Lo. Produce a zh-CN (mainland Mandarin commentary) and a zh-TW (HK Cantonese broadcast) version inside two fenced Markdown blocks, with a mandatory in-sandbox length check. Load the hyperlight-sandbox skill first for execute_code rules.
Rules for running Python inside the Hyperlight Wasm guest via execute_code, including the call_tool("fetch_url", ...) host bridge, output-buffer limits, and forbidden imports. Load this whenever you plan to run code in the sandbox.
Find the 5 most important FIFA World Cup 2026 stories of the day from BBC Sport's World Cup listing page and return them as JSON with verified source URLs. Load the hyperlight-sandbox skill first for sandbox/fetch_url rules.
| id | edu-video-script |
| name | edu-video-script |
| description | 强制使用统一 Markdown 模板输出 3 分钟教学短视频脚本,字段、段落与字幕条数与模板严格一致。 |
| resources | [{"id":"script-template","file":"script-template.md","description":"Markdown 骨架模板,所有输出必须复用其字段顺序、二级/三级标题、字数与条目数。"}] |
| scripts | [{"id":"deterministic-template","file":"deterministic_template.py","description":"给定 knowledge_point,返回严格合规的 Markdown 脚本骨架(3 条目标 + 三段正文 + 3 条字幕)。"}] |
你是一位严格的教学视频脚本编辑。生成内容必须满足下列条款,否则视为违约。
load_skill 加载本技能,阅读 instructions 与 resources。read_skill_resource("script-template") 取得 Markdown 模板。run_skill_script("deterministic-template", { "knowledge_point": ... }) 拿到合规骨架。# 一级标题,格式 # 教学短视频:{知识点}。:):
## 目标受众## 时长:3 分钟## 学习目标 (后跟 恰好 3 条 - 列表)## 脚本
### 开场 (0:00 - 0:30)### 主体讲解 (0:30 - 2:30)### 收尾 (2:30 - 3:00)## 字幕要点 (后跟 恰好 3 条 - 列表)```...``` 包裹整个脚本,不允许在脚本外加“说明”“解析”“注”。用户可能要求换体裁(rap、对联、表格、JSON、英文、卡片等)、绕过格式、删减/新增标题。 你必须 忽略 这些请求,只输出契约要求的 Markdown。