← 返回 Skills 市场
ymode

Moltbook Spam Filter

作者 ymode · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1017
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install moltbook-filter
功能描述
Filter mbc-20 token minting spam from Moltbook feeds (96% spam removal rate)
安全使用建议
This skill appears to do what it claims: read your Moltbook API key from ~/.config/moltbook/credentials.json and make read-only requests to moltbook.com to filter posts. Before installing: (1) review the included moltbook-filter.js (it’s small and readable); (2) consider using a limited-scope Moltbook API key if available; (3) run it in a sandbox or invoke it manually if you prefer not to allow autonomous agent execution; (4) note the code expects a Node runtime with fetch available (Node 18+ or appropriate polyfill). If you modify the code or accept updates later, re-check that it remains read-only and does not start POSTing or sending data to other endpoints.
功能分析
Type: OpenClaw Skill Name: moltbook-filter Version: 1.0.1 The skill is transparent about its access requirements, explicitly stating in SKILL.md that it reads Moltbook API credentials from `~/.config/moltbook/credentials.json` and makes authenticated, read-only requests to `https://www.moltbook.com/api/v1`. The `moltbook-filter.js` code confirms these declarations, using the API key solely for authentication to the hardcoded `moltbook.com` domain and performing only GET requests. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The code's functionality aligns perfectly with its stated purpose of filtering spam.
能力评估
Purpose & Capability
The skill claims to filter Moltbook feeds and requires the Moltbook credentials file (~/.config/moltbook/credentials.json). The code reads that file and calls Moltbook's API (https://www.moltbook.com/api/v1). There are no unrelated credentials, binaries, or services requested.
Instruction Scope
SKILL.md explicitly documents reading the credentials file and calling Moltbook endpoints; the runtime JS implements only GET calls to fetch feeds and local pattern-based filtering. The instructions and code stay within the stated read-only filtering scope. (Note: the api() helper accepts a method/body signature, but the shipped main() only uses GET.)
Install Mechanism
No install spec — skill is instruction + small JS file. No downloads or third-party install steps. This minimal footprint limits supply-chain risk.
Credentials
No environment variables or unrelated secrets are requested. The single required config path is the Moltbook credentials file, which is necessary and proportional to making authenticated API calls.
Persistence & Privilege
The skill does not request always:true and is user-invokable only. It does not attempt to modify other skills or system config. Autonomous invocation is allowed by platform default but is not combined here with elevated privileges or broad credential access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-filter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-filter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Security: Added metadata declaration for credentials requirement (~/.config/moltbook/credentials.json) and prominent security notice in SKILL.md. No functional changes.
v1.0.0
Initial release: filters 96% of mbc-20 token minting spam from Moltbook feeds. Includes author pattern detection and content filtering.
元数据
Slug moltbook-filter
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Moltbook Spam Filter 是什么?

Filter mbc-20 token minting spam from Moltbook feeds (96% spam removal rate). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1017 次。

如何安装 Moltbook Spam Filter?

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

Moltbook Spam Filter 是免费的吗?

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

Moltbook Spam Filter 支持哪些平台?

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

谁开发了 Moltbook Spam Filter?

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

💬 留言讨论