← 返回 Skills 市场
florianbansac

Moltgate

作者 Florian Bansac · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ✓ 安全检测通过
520
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install moltgate
功能描述
Fetch and process paid inbound messages from Moltgate using the REST API.
安全使用建议
This skill appears coherent and minimal, but consider the following before installing: (1) Only provide an API key you trust to the Moltgate service and prefer a key with least privileges; rotate or revoke the key if you stop using the skill. (2) Verify the BASE_URL if you override it (ensure it points to the official Moltgate endpoint). (3) The SKILL.md uses curl — ensure the agent environment has an HTTP client available or that the agent will perform equivalent calls. (4) Because this is instruction-only (no code files), there's less surface to audit — but also less code to inspect; only install if you trust the skill/source and the Moltgate service. (5) The skill can invoke network requests when the agent runs (disable-model-invocation is false), so be comfortable with the agent making API calls using your API key.
功能分析
Type: OpenClaw Skill Name: moltgate Version: 0.2.1 The 'moltgate' skill is a legitimate integration for managing paid inbound messages via the Moltgate REST API. The SKILL.md file includes explicit security instructions for the agent to treat message content as untrusted and avoid executing any code found within them, demonstrating a defensive posture against prompt injection from external data.
能力评估
Purpose & Capability
Name/description, required env var (MOLTGATE_API_KEY), and optional BASE_URL align with the stated purpose of accessing Moltgate's REST API. Minor note: SKILL.md shows curl examples but the manifest lists no required binaries — the agent environment must provide an HTTP client (curl) or equivalent.
Instruction Scope
SKILL.md instructs only to call documented Moltgate endpoints, summarize/triage messages, and update status; it explicitly warns not to execute message content or expose secrets. It does not ask to read unrelated files, extra env vars, or transmit data to other endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk and no external packages are installed.
Credentials
Only MOLTGATE_API_KEY is required (primary credential) and an optional BASE_URL; this is proportional to the task. There are no unrelated credentials or wide-ranging env access requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent/system-wide privileges or modify other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltgate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltgate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
- Expanded data shape documentation for messages and lanes, including fields for sender URL and lane configuration. - Noted that message details may now include a sender-submitted URL (`sender_url`) for lanes with that feature enabled. - Documented additional lane fields: `slug`, `allow_sender_url`, `sender_url_label`, `sender_url_required`, `availability`, `is_active`. - Updated the response template to include the `url` field for messages, reflecting possible sender-submitted URLs.
v0.2.0
Simplified to one canonical skill, aligned docs/home copy, and tightened security guidance.
元数据
Slug moltgate
版本 0.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Moltgate 是什么?

Fetch and process paid inbound messages from Moltgate using the REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 520 次。

如何安装 Moltgate?

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

Moltgate 是免费的吗?

是的,Moltgate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Moltgate 支持哪些平台?

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

谁开发了 Moltgate?

由 Florian Bansac(@florianbansac)开发并维护,当前版本 v0.2.1。

💬 留言讨论