← 返回 Skills 市场
meastt

soulmd-newsletter

作者 meastt · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
225
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install soulmd-newsletter
功能描述
Fetches and displays the latest edition from the SoulMD newsletter RSS feed, including title, date, link, and a brief excerpt.
安全使用建议
This skill appears consistent and low-risk, but take these simple precautions before installing/running: 1) Verify the included scripts/fetch_latest.py file is complete and matches the visible SKILL.md script (the manifest shows a truncated duplication). 2) Expect the skill to make an outbound HTTP request to buttondown.com and to create/modify ~/.openclaw/soul-md-state.json when run with --check-new. If you don't want disk writes, avoid using the --check-new mode. 3) Only install/run if you trust the Buttondown source (buttondown.com). If you need stronger assurances, inspect the actual packaged file contents before allowing autonomous agent execution.
功能分析
Type: OpenClaw Skill Name: soulmd-newsletter Version: 1.0.0 The skill bundle is a straightforward RSS reader designed to fetch and track the latest editions of the 'soulmd' newsletter from Buttondown. The Python code in both SKILL.md and scripts/fetch_latest.py uses standard libraries to parse XML and maintain a local state file in the user's home directory (~/.openclaw/); no evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: the script fetches https://buttondown.com/soulmd/rss, parses the latest item, and prints title/date/link/excerpt. No unrelated permissions or services are requested.
Instruction Scope
Runtime instructions and the included Python script stay within scope (HTTP GET to the newsletter RSS, XML parsing, optional local state write). Minor packaging inconsistency: the manifest's scripts/fetch_latest.py appears duplicated/partially truncated in the provided file contents, while SKILL.md contains a complete script. This looks like a packaging/documentation artifact rather than malicious behavior—verify the actual included fetch_latest.py before executing.
Install Mechanism
No install spec (instruction-only). There is a Python script included but nothing that downloads or installs third-party code or binaries. Low installation risk.
Credentials
The skill requires no environment variables or credentials. It only performs an outbound request to buttondown.com and reads/writes a small JSON state file under the user's home (~/.openclaw/soul-md-state.json), which is proportionate to the 'check new' feature.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It persists only a small state file in the user's home directory—reasonable for its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install soulmd-newsletter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /soulmd-newsletter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
soulmd-newsletter 1.0.0 - Initial release with a command-line tool to fetch and display the latest SoulMD newsletter from RSS. - Includes detection of new editions and stores state locally. - Outputs newsletter title, date, link, subscribe URL, and an excerpt.
元数据
Slug soulmd-newsletter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

soulmd-newsletter 是什么?

Fetches and displays the latest edition from the SoulMD newsletter RSS feed, including title, date, link, and a brief excerpt. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。

如何安装 soulmd-newsletter?

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

soulmd-newsletter 是免费的吗?

是的,soulmd-newsletter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

soulmd-newsletter 支持哪些平台?

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

谁开发了 soulmd-newsletter?

由 meastt(@meastt)开发并维护,当前版本 v1.0.0。

💬 留言讨论