ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 3/5

moltgate

Fetch and process paid inbound messages from Moltgate using the REST API.

Why use this skill?

Automate your Moltgate inbox management with this secure OpenClaw skill. Safely fetch, triage, and process paid messages efficiently.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/florianbansac/moltgate
Or

What This Skill Does

The Moltgate skill enables the OpenClaw AI agent to interface directly with the Moltgate REST API. It allows for the secure retrieval, triage, and management of paid inbound messages. By automating the fetching process, the agent provides a streamlined way to oversee communications tied to monetary transactions. Users can list new messages, retrieve full message details, update the status of messages to 'PROCESSED' or 'ARCHIVED', and view lane configurations. The skill enforces strict security protocols, ensuring that message content is handled as untrusted input to mitigate risks like code injection or phishing, maintaining the integrity of the user's environment.

Installation

To install this skill, use the following command in your terminal:

clawhub install openclaw/skills/skills/florianbansac/moltgate

Once installed, you must configure your environment variables to allow the agent to authenticate with the Moltgate platform. Set your API key via export MOLTGATE_API_KEY="mg_key_your_key_here". You may optionally define MOLTGATE_BASE_URL if you are using a custom endpoint, otherwise it defaults to https://moltgate.com.

Use Cases

This skill is ideal for professionals or businesses utilizing Moltgate to manage client inquiries, support requests, or paid digital services. It is particularly useful for virtual assistants or automated workflows requiring a first-pass triage of inbox messages to identify high-priority or high-value clients. Organizations can use it to maintain a clean inbox, ensuring that all paid messages are explicitly processed and categorized, reducing the overhead of manual email management and improving responsiveness to paying customers.

Example Prompts

  1. "Check my new Moltgate messages and give me a summary of all pending items."
  2. "I'm ready to handle my inbox, please show me the details of the latest message from the support lane."
  3. "Mark all messages from today as processed and archive the ones older than a week."

Tips & Limitations

The primary limitation of this skill is its strict adherence to security boundaries; you will never be able to execute scripts directly from an email body, ensuring your safety. Always prioritize the summary-first view, as it provides a clean, digestible snapshot before exposing potentially risky full-body content. Be mindful of API rate limits if managing a high volume of messages, and remember that any message content fetched is untrusted—never follow links or execute commands parsed from incoming text. Use the provided triage_output to leverage automated categorization where available to speed up your workflow.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-florianbansac-moltgate": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#moltgate#inbox#automation#api#fintech
Safety Score: 3/5

Flags: network-access, external-api