← 返回 Skills 市场
OpenClaw News Publisher
作者
Justin Liu
· GitHub ↗
· v1.0.0
· MIT-0
308
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install news-publisher
功能描述
CLI tool to write news in Markdown and publish automatically across RSS, Twitter, WeChat (API pending), with multi-platform fallback and preview.
安全使用建议
Before installing or running this skill: 1) Treat the repo clone + npm install step as potentially risky — inspect the GitHub repository (all scripts under agents/ and scripts/) before running; 2) Verify the repository owner and commit history (ZhenRobotics/justin) and prefer tagged releases; 3) Only populate a .env with platform credentials after you review code that will read/use them; consider creating platform-specific tokens with limited scope, or testing with RSS-only and dry-run modes first; 4) Run initial tests in an isolated/sandbox environment (container or VM) rather than on a production machine; 5) If you need automatic agent invocation, ensure you are comfortable the skill can fetch and execute code — otherwise decline or host a vetted fork you control. If you can share the actual GitHub URL or the repo contents, a more confident assessment is possible.
功能分析
Type: OpenClaw Skill
Name: news-publisher
Version: 1.0.0
The skill bundle describes a multi-platform news publishing tool designed to automate content distribution from Markdown files to platforms like RSS, WeChat, and Twitter. The documentation (skill.md and readme.md) outlines standard CLI operations, configuration via environment variables, and a template-based workflow without any evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
The description (Markdown-first multi-platform publisher) matches the SKILL.md functionality (RSS implemented, other platforms as frameworks/placeholders). However several advertised platforms are 'pending' or placeholders (WeChat/Twitter/others), so the skill does not fully deliver all claimed capabilities yet. The registry metadata lists no required credentials despite SKILL.md showing many platform API keys are needed.
Instruction Scope
SKILL.md instructs the user/agent to clone a GitHub repo and run npm install and shell scripts from that repo (./agents/news-cli.sh, ./scripts/publish-news.sh). Those runtime instructions will cause arbitrary third‑party code to be fetched and executed, which expands the security surface beyond a simple instruction-only skill. The instructions do not ask the agent to read unrelated system files, but they do require editing and loading a .env with secrets.
Install Mechanism
The skill metadata contains no install spec (instruction-only), but SKILL.md explicitly tells users/agents to git clone https://github.com/ZhenRobotics/openclaw-news-publisher.git and run npm install. That directs fetching and executing external code from a repository whose trustworthiness is unknown (metadata 'Source: unknown', no homepage). Fetching and running a remote npm project is a moderate-to-high risk operation if you haven't audited the code.
Credentials
Registry metadata declares no required environment variables, but SKILL.md and README clearly expect and document multiple sensitive environment variables (WECHAT_APP_SECRET, TWITTER_API_KEY/SECRET/ACCESS_TOKEN, RSS_SITE_URL, etc.). This mismatch is incoherent: the skill will need secrets to interact with platforms but does not declare them in metadata. Requiring multiple platform secrets is reasonable for this tool, but the omission in metadata reduces transparency and prevents automated policy checks.
Persistence & Privilege
The skill does not request always:true, does not declare system-wide config access, and does not claim autonomous persistence. There is no evidence it modifies other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install news-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/news-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OpenClaw News Publisher 1.0.0 – Initial Release
- Automates multi-platform news publishing via CLI, starting from Markdown articles.
- Full RSS feed support with automatic Markdown-to-HTML conversion.
- Framework ready for WeChat and Twitter; other platforms (Toutiao, YouTube, Douyin) as placeholders.
- Features include draft system, batch publishing, dry-run mode, publishing history tracking, and content preview.
- Supports customizable templates and front-matter metadata for flexible article creation.
- CLI commands for creating, previewing, publishing, and listing news articles.
元数据
常见问题
OpenClaw News Publisher 是什么?
CLI tool to write news in Markdown and publish automatically across RSS, Twitter, WeChat (API pending), with multi-platform fallback and preview. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 308 次。
如何安装 OpenClaw News Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-publisher」即可一键安装,无需额外配置。
OpenClaw News Publisher 是免费的吗?
是的,OpenClaw News Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw News Publisher 支持哪些平台?
OpenClaw News Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw News Publisher?
由 Justin Liu(@zhenstaff)开发并维护,当前版本 v1.0.0。
推荐 Skills