新闻联播中翻中

v1.0.0

This skill translates CCTV XinWenLianBo (新闻联播) official language into plain Chinese that educated general audiences can understand. It fetches daily XinWenLi...

0· 117·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ltryee/xinwenlianbo-translator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "新闻联播中翻中" (ltryee/xinwenlianbo-translator) from ClawHub.
Skill page: https://clawhub.ai/ltryee/xinwenlianbo-translator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install xinwenlianbo-translator

ClawHub CLI

Package manager switcher

npx clawhub@latest install xinwenlianbo-translator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (translate and decode 新闻联播) match the runtime instructions and included reference files. All required actions (web fetching tv.cctv.com, parsing transcripts, using the provided jargon dictionary and structure guide) are proportionate to the stated purpose.
Instruction Scope
SKILL.md confines runtime behavior to fetching pages from tv.cctv.com, extracting text, consulting bundled reference files, classifying, and producing structured summaries. It does not instruct reading local system files or accessing unrelated environment variables. Note: the skill assumes an available 'web_fetch' capability on the host platform—if that facility forwards additional headers or context, users should be aware.
Install Mechanism
Instruction-only skill with no install spec and no code files to write or execute. Lowest-risk installation footprint.
Credentials
No required environment variables, credentials, or config paths are declared or referenced. The skill does not request secrets or unrelated service tokens.
Persistence & Privilege
always:false and user-invocable. The skill can be invoked autonomously by the agent by default (platform default), which is expected behavior for skills; nothing here requests permanent elevated presence or cross-skill configuration changes.
Assessment
This skill is internally coherent and appears to do what it claims: fetch CCTV 新闻联播 transcripts and produce plain-language, structured summaries using the bundled dictionary and guide. Before installing, consider: (1) network access — the skill will fetch pages from https://tv.cctv.com (ensure you trust that outbound fetch and that the platform's web_fetch does not leak extra context you care about); (2) platform capability — the skill assumes a 'web_fetch' mechanism is available, otherwise it will fail; (3) triggers — the README lists keywords that can auto-activate the skill when mentioned in conversation, so be aware it may run when users ask about related topics; (4) content/legal — it republishes and summarizes third-party transcripts (check any reuse/copyright considerations you must follow). No credentials or installs are required and there are no obvious red flags.

Like a lobster shell, security has layers — review code before you run it.

latestvk978tav7q7v33xjgf9xr3v9gds857m9y
117downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

XinWenLianBo-Translator

Overview

《新闻联播》是央视每日 19:00 播出的旗舰新闻节目,使用自成体系的官方话语体系传递国家政策信号。此 skill 将其内容转换为受过高等教育但对政务不甚了解的普通公众可读的内容。

When to Use

  • 用户要求翻译、解读、总结《新闻联播》内容
  • 用户提及"新闻联播""联播""xwlb""xinwenlianbo"
  • 用户想了解某日国家重大政策动向
  • 用户提供了《新闻联播》文字稿要求解读

Workflow

1. 获取新闻稿

主页地址: https://tv.cctv.com/lm/xwlb/index.shtml

获取方式:

  • 使用 web_fetch 抓取主页,提取当天的新闻链接列表
  • 页面结构:每条新闻以 <a> 链接呈现,URL 格式为 https://tv.cctv.com/YYYY/MM/DD/VIDExxxxxx.shtml
  • 每条链接同时包含视频和完整文字稿
  • 逐条访问链接,提取正文文字内容(以"央视网消息(新闻联播)"开头)
  • 如需历史内容,可修改 URL 中的日期路径或使用页面的日历选择器

获取策略

  • 先抓取主页获取当天所有新闻条目的标题和链接
  • 根据用户需求决定翻译全部新闻还是特定条目
  • 对每条新闻,使用 web_fetch 访问其详情页,提取文字稿正文

2. 识别新闻类型

每条新闻稿需首先归类,不同类型的翻译策略不同:

类型特征翻译重点
领导人活动包含"XX强调""XX指出""XX会见"提取核心政策信号,解释措辞等级
政策发布包含"意见""方案""规划""通知"解释政策内容和影响范围
经济数据包含具体数字、百分比、增长/下降数据可视化,趋势解读
外交活动包含"会见""会谈""访问"分析外交关系走向
突发事件包含"灾害""事故""救援"事件经过和官方应对
典型报道"新思想引领新征程"等系列背后的政策导向
国际新闻不含中国元素的海外事件简要背景说明

3. 翻译与解读

这是核心步骤。对每条新闻执行以下处理:

3.1 话术解码

读取 references/xinwenlianbo-jargon-dictionary.md 获取术语对照表。对新闻稿中出现的官方表述进行解码,将"说的是什么"转化为"实际意味着什么"。

3.2 结构解析

读取 references/xinwenlianbo-structure-guide.md 了解《新闻联播》的叙事结构和信号体系。识别:

  • 该条新闻在节目中的编排位置(头条 vs 中段 vs 尾段)意味着什么
  • 用词选择传达了什么信号强度
  • 与近期其他新闻的关联

3.3 翻译输出

对每条新闻生成结构化输出:

## [简明标题]

**原文标题**: [原标题]

### 一句话解读
[用一句大白话解释这条新闻的核心意思]

### 关键信息
- **是什么**: [事实陈述]
- **意味着什么**: [政策/趋势解读]
- **对你有什么影响**: [对普通人的实际影响]

### 话术对照
| 官方表述 | 通俗翻译 |
|----------|----------|
| ... | ... |

### 背景(可选)
[帮助理解所需的背景知识,仅在必要时提供]

4. 输出日度总结

在所有条目翻译完成后,生成日度总结:

# 《新闻联播》XX年XX月XX日 通俗解读

## 今日要点(3-5条)
[按重要性排序的核心信息]

## 分条解读
[各条新闻的翻译内容]

## 信号雷达
[基于新闻编排和用词,分析当前政策风向]

---
*解读基于《新闻联播》文字稿,仅供参考。*

Key Principles

  1. 忠实原文,不增不减:翻译基于文字稿原文,不添加个人观点,不遗漏重要信息
  2. 通俗但不降智:目标读者受过高等教育,只是不熟悉政务话语体系,不要过度简化
  3. 区分事实与解读:明确标注哪些是新闻事实,哪些是翻译者的分析
  4. 注重信号而非琐碎:重点解读政策信号和大趋势,不过度解读日常报道
  5. 保持中立:不做价值判断,只做语言翻译和背景解读
  6. 标注不确定性:当解读存在多种可能性时,如实标注

Resources

references/

  • xinwenlianbo-jargon-dictionary.md — 官方话术与通俗表达对照词典
  • xinwenlianbo-structure-guide.md — 《新闻联播》节目结构与信号体系指南

Comments

Loading comments...