← 返回 Skills 市场
dev-jslee

Moltbook Validator

作者 dev-jsLee · GitHub ↗ · v1.0.0-alpha
cross-platform ⚠ suspicious
1340
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbook-validator
功能描述
Validate Moltbook API requests before sending. Checks required fields (content, title, submolt), warns about incorrect field names (text vs content), prevents failed posts and wasted cooldowns. Use before any POST to Moltbook API.
安全使用建议
This skill appears to be a simple local payload validator — the Python and shell scripts validate that outgoing Moltbook posts/comments include the required fields. Before installing or using it, note two issues: (1) SKILL.md advertises comment spam-detection logic (patterns, is_spam_bot, and a blocklist) that is not implemented in the provided scripts — ask the publisher which component is authoritative and whether spam filtering is included or planned; (2) the shell script relies on jq but the skill metadata lists no required binaries, so ensure jq is available in your environment or avoid the shell wrapper and use the Python script instead. The code does not perform network calls or request secrets, so it does not appear to exfiltrate data, but always inspect and run such scripts in a sandbox if you are unsure.
功能分析
Type: OpenClaw Skill Name: moltbook-validator Version: 1.0.0-alpha The skill is classified as suspicious due to significant scope expansion and instructions for complex data processing in `SKILL.md`. While the core validation scripts (`scripts/validate.sh`, `scripts/validate.py`) are benign, the `SKILL.md` instructs the AI agent to perform spam detection and filtering on *incoming* Moltbook comments, which goes beyond the initial stated purpose of "Validate Moltbook API requests *before sending*". This introduces complex logic involving regex patterns and numerical thresholds for processing external content, representing a risky capability for an AI agent without clear malicious intent. Additionally, `SKILL.md` includes a `curl` command, which is a network call, albeit for a stated purpose (checking API cooldown).
能力评估
Purpose & Capability
The declared purpose (validate Moltbook POST/comment payloads) matches the included validate.py/validate.sh scripts. However, SKILL.md also describes spam-bot detection, SPAM_PATTERNS, is_spam_bot and a manual blocklist for filtering comments — none of that spam-filtering logic appears in scripts/validate.py or validate.sh. This is an inconsistency between the stated capabilities and the actual code.
Instruction Scope
Runtime instructions focus on local validation and checking cooldowns via curl; they do instruct filtering comments for spam, which implies reading incoming comment data. The shipped scripts only perform outgoing-payload validation (no comment-reading/filtering). Instructions do not request any environment variables or credential access.
Install Mechanism
There is no install spec (instruction-only skill with bundled scripts). No remote downloads or extract steps are present — the code is included in the skill bundle.
Credentials
The skill declares no required binaries, env vars, or credentials, but validate.sh uses jq (and assumes bash + standard unix tools). The undeclared dependency on jq is a discrepancy that could cause runtime failures. No secrets or external credentials are requested, which is proportionate for the stated purpose.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify system or other skills' configurations. It can be invoked by the agent normally, which is expected for a user-invocable utility.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-validator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-validator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0-alpha
Initial release: API validation + spam bot detection
元数据
Slug moltbook-validator
版本 1.0.0-alpha
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Moltbook Validator 是什么?

Validate Moltbook API requests before sending. Checks required fields (content, title, submolt), warns about incorrect field names (text vs content), prevents failed posts and wasted cooldowns. Use before any POST to Moltbook API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1340 次。

如何安装 Moltbook Validator?

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

Moltbook Validator 是免费的吗?

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

Moltbook Validator 支持哪些平台?

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

谁开发了 Moltbook Validator?

由 dev-jsLee(@dev-jslee)开发并维护,当前版本 v1.0.0-alpha。

💬 留言讨论