← 返回 Skills 市场
news-writing
作者
RichardCao06
· GitHub ↗
· v1.0.0
1218
总下载
4
收藏
15
当前安装
1
版本数
在 OpenClaw 中安装
/install news-writing
功能描述
新闻素材收集、整理、写作、排版与校对的完整工作流。用于用户需要生成新闻稿、快讯、深度稿、企业新闻、活动报道,或需要对现有新闻内容进行事实核实、结构优化、标题导语改写、版式统一与发布前审校时。
使用说明 (SKILL.md)
News Writing
按以下流程执行,确保内容可发布、可追溯、可复核。
1) 明确任务约束
先确认并记录:
- 新闻类型:快讯 / 通稿 / 深度稿 / 采访稿 / 活动报道
- 发布渠道:网站、公众号、邮件、内刊、社媒
- 目标读者:行业、地区、专业程度
- 输出要求:字数、语气、发布时间、是否需要中英双语
缺少约束时,先用保守默认:中性客观语气、标准新闻结构、便于二次排版的 Markdown。
2) 收集并整理素材
先建立“素材清单”再写作,素材至少包含:
- 原始来源:公告、采访记录、会议纪要、监管文件、统计数据
- 二级来源:权威媒体、机构网站、公开数据库
- 背景信息:时间线、关键人物/机构、历史对比数据
用表格整理素材,字段固定为:
编号事实陈述来源链接/出处时间地点可核实状态备注
需要完整规范时,读取 references/fact-check.md。
3) 写作前核实
仅把“已核实”事实写入正文;未核实内容放入“待确认列表”。
执行最小核实标准:
- 关键事实至少双来源交叉验证(原始来源优先)
- 时间、地名、人名、头衔、数字逐项核对
- 引述必须标注来源与语境,不改写原意
- 争议点显式标注“尚无独立证实”
4) 生成新闻正文
默认采用“倒金字塔结构”:
- 标题:结果导向,不堆砌形容词
- 导语:一句话交代
谁-何时-何地-发生了什么-影响 - 主体:按重要性递减展开,补充背景和数据
- 结尾:后续安排、官方回应或可执行信息
可直接基于模板产出:
需要更多标题、导语、段落节奏规则时,读取 references/writing-style.md。
5) 排版与可读性优化
在不改变事实前提下统一格式:
- 单段表达单一信息点
- 数字统一单位与格式(货币、百分比、同比/环比)
- 引用、数据、时间线使用小标题或列表分隔
- 保持“可扫描结构”:标题、小标题、短段、必要列表
6) 审校与发布前检查
发布前执行终检并输出两部分:
最终稿核实记录(来源与未确认项)
终检清单:
- 事实准确:无未标注推测
- 逻辑完整:导语与正文一致
- 法律与合规:不含诽谤、隐私泄露、未经证实指控
- 语言质量:无错别字、病句、歧义指代
- 版式统一:标题层级、标点、空格、日期格式一致
输出格式
默认输出为以下三段:
新闻正文事实核验摘要待补充信息(如果为空,写“无”)
安全使用建议
This skill appears internally consistent for drafting and fact-checking news pieces. Before installing, consider: 1) the agent will produce copy that may need human editorial review—always verify sources and legal/privacy implications before publishing; 2) the skill does not fetch sources automatically, so provide/confirm your sources and links; 3) no credentials or external endpoints are requested, but still review generated drafts for PII, defamation, or confidential content; 4) if you do not want the agent to act autonomously, keep it user-invocable only or disable autonomous invocation at the agent/platform level.
功能分析
Type: OpenClaw Skill
Name: news-writing
Version: 1.0.0
This skill bundle is benign. It consists entirely of documentation and configuration files (Markdown, YAML) outlining a structured workflow for news writing, fact-checking, and content generation. There is no executable code, no evidence of prompt injection attempts to subvert the agent's purpose, no data exfiltration, no unauthorized command execution, and no other high-risk behaviors. The instructions in SKILL.md actively promote ethical content creation, fact verification, and adherence to legal/compliance standards.
能力评估
Purpose & Capability
The name/description (news writing, fact-checking, formatting) match the SKILL.md, templates, and reference guides. The skill does not request unrelated binaries, env vars, or external services.
Instruction Scope
Runtime instructions are narrowly scoped to journalism tasks: collect sources, keep a materials ledger, perform cross-checking, produce a draft + fact-check summary. All referenced assets are local (templates and guidance). The instructions do not direct the agent to read unrelated system files, exfiltrate data, or call external endpoints.
Install Mechanism
No install spec and no code files — this is instruction-only, so nothing is written to disk or downloaded during install.
Credentials
The skill declares no environment variables, credentials, or config paths. There is no request for unrelated secrets or system access.
Persistence & Privilege
always is false and the skill is user-invocable; model invocation is allowed by default (normal platform behavior). The skill does not request permanent presence or modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install news-writing - 安装完成后,直接呼叫该 Skill 的名称或使用
/news-writing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wirte news
元数据
常见问题
news-writing 是什么?
新闻素材收集、整理、写作、排版与校对的完整工作流。用于用户需要生成新闻稿、快讯、深度稿、企业新闻、活动报道,或需要对现有新闻内容进行事实核实、结构优化、标题导语改写、版式统一与发布前审校时。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1218 次。
如何安装 news-writing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-writing」即可一键安装,无需额外配置。
news-writing 是免费的吗?
是的,news-writing 完全免费(开源免费),可自由下载、安装和使用。
news-writing 支持哪些平台?
news-writing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 news-writing?
由 RichardCao06(@richardcao06)开发并维护,当前版本 v1.0.0。
推荐 Skills