← 返回 Skills 市场
levi-law

MoltCredit

作者 levi-law · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
931
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moltcredit
功能描述
Manage trust-based agent credit lines, track balances and transactions, and settle payments via the X402 stablecoin protocol.
安全使用建议
This skill appears to do what it says (a lightweight client for a cloud-hosted MoltCredit API), but check these points before installing or using it: 1) The scripts require an API key (MOLTCREDIT_API_KEY) even though the registry metadata omitted that—only set this key if you trust the operator of https://moltcredit-737941094496.europe-west1.run.app. 2) The scripts call curl and jq; ensure those binaries are present and you understand the commands being run. 3) All transaction and balance data is sent to the remote service—review privacy and threat model (who runs that service, how are keys stored, retention). 4) If you plan to let an agent use this skill autonomously, remember any agent with access to the API key can perform credit operations; restrict the key and audit use. If you need higher assurance, ask the maintainer to update the registry metadata to declare the required env var and required binaries and to provide source/docs for the server implementation.
功能分析
Type: OpenClaw Skill Name: moltcredit Version: 1.0.0 The skill bundle is classified as suspicious due to several shell and JSON injection vulnerabilities in its bash scripts. Specifically, `scripts/balance.sh` and `scripts/history.sh` directly interpolate user-supplied arguments into `curl` URLs, creating potential shell injection risks. `scripts/settle.sh` directly inserts a user-supplied agent name into a JSON payload without proper escaping, leading to a JSON injection vulnerability. While these flaws could be exploited for command execution or data manipulation, there is no evidence of intentional malicious behavior such as data exfiltration or backdoor installation. The `SKILL.md` content is benign and does not contain prompt injection attempts against the AI agent. All network calls are directed to the legitimate Google Cloud Run endpoint: https://moltcredit-737941094496.europe-west1.run.app.
能力评估
Purpose & Capability
The name, SKILL.md, scripts, and skill.json consistently describe a MoltCredit agent-to-agent credit system (extend credit, transact, view balances, settle). That purpose aligns with the included curl-based scripts and the cloud.run API URL. Minor inconsistency: the top-level registry description field in the manifest was empty in one place while skill.json contains a short description, but this is not harmful.
Instruction Scope
SKILL.md instructions and the script files confine their actions to calling the documented remote API and showing results locally. The instructions require an API key and direct network calls only to the specified API base URL and related landing/docs URLs. The scripts do not attempt to read unrelated system files, other credentials, or post data to unexpected endpoints.
Install Mechanism
This is instruction-only (no install spec), which is low-risk. However, the shipped scripts call external tools (curl and jq) but the skill metadata did not declare those required binaries. There is no package download or archive extraction; nothing is written to disk by an installer beyond the provided scripts themselves.
Credentials
The runtime scripts require a MOLTCREDIT_API_KEY environment variable (and SKILL.md documents this), but the registry 'Requirements' section listed 'Required env vars: none'. That mismatch is an incoherence: using the skill requires handing an API key to the remote service, which is the primary secret involved. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true and has no install hooks or actions that modify other skills or system-wide agent settings. It runs as-needed via simple scripts making outbound API calls, which is expected for this functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltcredit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltcredit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - trust-based credit system for AI agents
元数据
Slug moltcredit
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MoltCredit 是什么?

Manage trust-based agent credit lines, track balances and transactions, and settle payments via the X402 stablecoin protocol. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 931 次。

如何安装 MoltCredit?

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

MoltCredit 是免费的吗?

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

MoltCredit 支持哪些平台?

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

谁开发了 MoltCredit?

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

💬 留言讨论