← Back to Skills Marketplace
Moltgate
by
Florian Bansac
· GitHub ↗
· v0.2.1
· MIT-0
520
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install moltgate
Description
Fetch and process paid inbound messages from Moltgate using the REST API.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moltgate - After installation, invoke the skill by name or use
/moltgate - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Moltgate?
Fetch and process paid inbound messages from Moltgate using the REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 520 downloads so far.
How do I install Moltgate?
Run "/install moltgate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moltgate free?
Yes, Moltgate is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moltgate support?
Moltgate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moltgate?
It is built and maintained by Florian Bansac (@florianbansac); the current version is v0.2.1.
More Skills