← 返回 Skills 市场
eisonme

Newspaper Brief

作者 EisonMe · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
804
总下载
2
收藏
8
当前安装
2
版本数
在 OpenClaw 中安装
/install newspaper-brief
功能描述
Create mobile-friendly newspaper-style long images from raw text or summaries by extracting key points and rendering structured content in a clean HTML/PNG f...
安全使用建议
This skill appears to be what it says: a local renderer that turns structured or extracted text into a newspaper-style HTML/PNG. Before using: (1) be aware the agent (or you) will process any text you supply to produce highlights/sections — do not supply secrets you don't want rendered into files; (2) the script will try to invoke a local Chrome/Edge for headless screenshots and will write output files (e.g., output/newspaper-brief/demo.*) to disk, so ensure the runtime environment has a browser or accept only HTML output; (3) no network exfiltration or external endpoints are present in the code, but always inspect generated HTML/PNG before sharing publicly. If you need higher assurance, run the script in a sandboxed environment or review the full script locally (it is included).
功能分析
Type: OpenClaw Skill Name: newspaper-brief Version: 1.1.0 The skill bundle is a utility for converting text or chat summaries into a mobile-friendly 'newspaper-style' image. The core logic in `scripts/render_newspaper.py` generates an HTML template and uses a local headless browser (Edge or Chrome) via `subprocess` to capture a PNG screenshot. The script and the instructions in `SKILL.md` are well-aligned with the stated purpose, containing no evidence of data exfiltration, obfuscation, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description (newspaper-style mobile long images) match the included SKILL.md and the render_newspaper.py script. The script and example JSON are exactly what a formatter/renderer would need; no unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
SKILL.md instructs the agent to extract key points from user-provided text (or accept pre-made summaries) and then run the provided script to produce HTML/PNG. The instructions reference only local files and a local browser for headless screenshots. There are no directives to read unrelated system files, send data to external endpoints, or collect additional secrets.
Install Mechanism
No install spec is present (instruction-only skill with a helper script). The script is pure Python and uses standard libs plus optional Pillow; it does not download arbitrary archives or run network installs. This is a low-risk install posture.
Credentials
The skill requires no environment variables, credentials, or config paths. The script attempts to locate local Edge/Chrome executables (common for converting HTML to PNG) and can use Pillow if available; this is proportional to rendering functionality and does not imply access to unrelated secrets.
Persistence & Privilege
Flags show always:false and normal user-invocable/autonomous settings. The skill does not request persistent or elevated system privileges, nor does it modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install newspaper-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /newspaper-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Update 1.1: floating right rail newspaper layout, refined title handling (rewrite instead of ellipsis), better separator behavior, and improved visual alignment.
v1.0.0
Initial open-source release: mobile-first newspaper-style brief image skill with Chinese triggers and HTML-to-PNG renderer.
元数据
Slug newspaper-brief
版本 1.1.0
许可证
累计安装 10
当前安装数 8
历史版本数 2
常见问题

Newspaper Brief 是什么?

Create mobile-friendly newspaper-style long images from raw text or summaries by extracting key points and rendering structured content in a clean HTML/PNG f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 804 次。

如何安装 Newspaper Brief?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install newspaper-brief」即可一键安装,无需额外配置。

Newspaper Brief 是免费的吗?

是的,Newspaper Brief 完全免费(开源免费),可自由下载、安装和使用。

Newspaper Brief 支持哪些平台?

Newspaper Brief 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Newspaper Brief?

由 EisonMe(@eisonme)开发并维护,当前版本 v1.1.0。

💬 留言讨论