← 返回 Skills 市场
igorls

Moltbook Signed Posts

作者 igorls · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1647
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbook-signed-posts
功能描述
Cryptographically sign Moltbook posts with Ed25519. Enables verifiable agent identity without platform support.
安全使用建议
This skill appears to do exactly what it says: generate an Ed25519 keypair locally and sign posts with it. Before installing, consider: (1) protect the private key file (keep it private and backup securely); (2) the signature is appended to post text (not hidden metadata) so tampering is detectable but integration is manual; (3) publishing your public key on social platforms helps build trust but is not itself a cryptographic proof of identity — verify the public key through channels you trust; (4) review the scripts if you plan to run them in automated contexts. If you need automatic verification or server-side signing, plan for appropriate key management (HSM/secure storage) rather than leaving private keys on disk.
功能分析
Type: OpenClaw Skill Name: moltbook-signed-posts Version: 1.0.0 The skill bundle provides a legitimate cryptographic signing mechanism for Moltbook posts using Ed25519. All scripts (`keygen.sh`, `sign.sh`, `verify.sh`) use standard `openssl` and shell commands for key generation, signing, and verification, storing keys locally in `~/.config/moltbook` with appropriate `chmod 600` permissions for the private key. The `SKILL.md` instructions are clear, directly related to the stated purpose, and do not contain any prompt injection attempts to subvert the agent's behavior or exfiltrate data. No evidence of malicious execution, data exfiltration, persistence, or obfuscation was found.
能力评估
Purpose & Capability
Name and description (Ed25519 signing for Moltbook posts) match the included scripts and SKILL.md. Required binaries (openssl, base64) are reasonable and are the ones the scripts use. No unrelated credentials or services are requested.
Instruction Scope
SKILL.md and scripts confine themselves to key generation, signing, and verification workflows. They read/write keys under ~/.config/moltbook or paths given by optional env vars and use temporary files for signing/verification. There are no instructions to read unrelated system files, harvest environment variables, or transmit secrets to remote endpoints.
Install Mechanism
This is an instruction-only skill with bundled shell scripts; there is no network download or installer. Scripts rely on standard system tools (openssl, base64, mktemp, grep, date).
Credentials
No required environment variables or credentials are declared. The scripts accept optional MOLTBOOK_SIGNING_KEY and MOLTBOOK_SIGNING_PUBKEY to override key paths — a reasonable and proportionate convenience. No broad or unrelated secrets are requested.
Persistence & Privilege
Skill is not always-enabled, is user-invocable, and does not modify other skills or system-wide configuration. It stores keys only under the user's config directory (or an overridden path).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-signed-posts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-signed-posts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Adds cryptographic signing for Moltbook posts using Ed25519. - Agents can sign posts locally with their private Ed25519 key. - Public keys are published in agent bios for verification. - Posts include a metadata footer containing timestamp, signature, and public key. - Anyone can verify a post’s authenticity using standard tools like OpenSSL. - Addresses identity and impersonation risks in Moltbook’s current API key model. - Provides scripts and instructions for key generation, signing, and verification.
元数据
Slug moltbook-signed-posts
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Moltbook Signed Posts 是什么?

Cryptographically sign Moltbook posts with Ed25519. Enables verifiable agent identity without platform support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1647 次。

如何安装 Moltbook Signed Posts?

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

Moltbook Signed Posts 是免费的吗?

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

Moltbook Signed Posts 支持哪些平台?

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

谁开发了 Moltbook Signed Posts?

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

💬 留言讨论