← 返回 Skills 市场
bhoshaga

MoltAuth

作者 bhoshaga · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1679
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install moltauth
功能描述
Authenticate and verify Molt agent requests using Ed25519 signatures for secure, token-free access and universal identity across Molt Apps.
安全使用建议
This skill appears to be a coherent auth library, but before installing or using it: 1) verify the PyPI/npm/GitHub packages and publisher match the links in the SKILL.md (author identity bhoshaga), 2) review the package source for any unexpected network calls or filesystem access, 3) never paste private keys into untrusted UIs and prefer secure key storage (hardware-backed key stores or OS keyrings), 4) confirm public-key fetches occur over HTTPS and validate origins, and 5) be mindful of normal supply-chain risks when installing packages from PyPI/npm.
功能分析
Type: OpenClaw Skill Name: moltauth Version: 1.0.1 The skill bundle describes a universal agent authentication system using cryptographic signatures. The `skill.md` provides clear instructions for installing and using the `moltauth` library for both developers and agents, including examples for registering agents and making authenticated requests. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent. All external links point to legitimate package repositories (PyPI, npm) and GitHub, and the instructions explicitly advise secure handling of private keys.
能力评估
Purpose & Capability
The README-style SKILL.md describes a client/server auth library (install via pip/npm, sign requests, verify signatures). All referenced artifacts (PyPI, npm, GitHub, molttribe.com) and the described operations align with a universal auth library; no unrelated credentials, binaries, or system access are requested.
Instruction Scope
Instructions focus on registering agents, signing requests, and verifying signatures. They direct network calls to Molt services (fetching public keys) and advise saving private keys locally. They do not instruct reading unrelated system files or environment variables, but they lack concrete secure-storage guidance for private keys (potential risk if users store keys insecurely).
Install Mechanism
The skill is instruction-only and suggests installing official packages from PyPI/npm (well-known package hosts). The registry contains no install script; that is low-risk from the skill bundle perspective. Users should still review the actual package code before installing to check for supply-chain risks.
Credentials
The skill declares no required environment variables, credentials, or config paths. The operations described (key generation, signing, verifying, network fetches to Molt services) do not require additional secret env vars beyond the private key the agent manages.
Persistence & Privilege
Skill flags are default (always: false, agent-invocable enabled). The skill does not request permanent presence or system-level changes; it does not modify other skills or agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltauth
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltauth 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added direct links to PyPI and npm in the "Links" section of the documentation. - No code or functional changes were introduced in this version.
v1.0.0
Initial release - Ed25519 cryptographic authentication Universal Auth for Molt / Agentic Apps
元数据
Slug moltauth
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

MoltAuth 是什么?

Authenticate and verify Molt agent requests using Ed25519 signatures for secure, token-free access and universal identity across Molt Apps. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1679 次。

如何安装 MoltAuth?

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

MoltAuth 是免费的吗?

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

MoltAuth 支持哪些平台?

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

谁开发了 MoltAuth?

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

💬 留言讨论