← Back to Skills Marketplace
gora050

Mercury

by Vlad Ursul · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
353
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install mercury
Description
Mercury integration. Manage Organizations. Use when the user wants to interact with Mercury data.
Usage Guidance
What to consider before installing/using this skill: - Trust the intermediary: This skill relies on the Membrane service and its CLI. All Mercury API requests and authentication flows will be mediated by Membrane, so sensitive account and transaction data will route through their infrastructure—confirm you trust Membrane and understand their data handling/privacy policies. - CLI installation: The README tells you to run 'npm install -g @membranehq/cli'. That installs a program globally on your machine and may require administrator privileges. Only install packages from sources you trust and verify the package name and maintainer. - Docs mismatch: The SKILL.md contains a link to an unrelated 'Mercury web-parser' doc (Postlight). This looks like an editorial error; verify with the skill author or repository that the integration targets the Mercury service you expect (banking vs web-parser) before granting access. - Least privilege: When creating connections in Membrane, review the scopes/permissions requested by the connector and grant only what's necessary. - If you need stronger assurance: ask the skill author for the source repository or a signed release of the CLI, and verify Membrane's privacy/security documentation and SOC/ISO attestations (if applicable) before using the skill with sensitive financial data.
Capability Analysis
Type: OpenClaw Skill Name: mercury Version: 1.0.2 The skill provides a standard integration for the Mercury banking platform using the Membrane CLI. While the documentation in SKILL.md contains minor errors (such as a placeholder LLM refusal message and a link to the unrelated Mercury Web Parser), the core logic and instructions are consistent with the stated purpose of managing financial data. It follows security best practices by delegating authentication and secret management to the Membrane platform rather than requesting or storing API keys locally.
Capability Assessment
Purpose & Capability
The skill's name/description and its runtime instructions consistently describe a Mercury integration accessed through the Membrane CLI (actions like list-accounts, list-transactions). However, SKILL.md also includes an unrelated link to the Postlight 'Mercury web-parser' docs, which suggests an editorial/semantic mismatch or copy-paste error. No unrelated environment variables or credentials are requested, which is coherent with the approach of relying on Membrane for auth.
Instruction Scope
All runtime instructions are limited to installing and using the Membrane CLI (login, connect, action list/run, and proxy requests). The instructions do not ask the agent to read local files, request unrelated credentials, or access system paths. Important operational note: proxy mode sends requests through Membrane servers and will transit potentially sensitive Mercury data (accounts, transactions) via Membrane—this is expected for this design but relevant for privacy/security decisions.
Install Mechanism
There is no registry-level install spec; the SKILL.md tells users to run 'npm install -g @membranehq/cli'. This is a reasonable but non-trivial instruction: a global npm install writes binaries to disk and may require elevated privileges on some systems. The skill does not automatically install anything, but following its instructions will install software from npm (moderate risk depending on trust in the @membranehq/cli package).
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. This is proportionate because authentication is delegated to Membrane via an interactive browser flow; there is no unexplained request for unrelated secrets.
Persistence & Privilege
The skill does not request always:true and is user-invokable. It does not attempt to modify other skills or system-wide agent settings in the provided instructions. The only persistent footprint would come from the user installing the Membrane CLI themselves.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mercury
  3. After installation, invoke the skill by name or use /mercury
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Slug mercury
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Mercury?

Mercury integration. Manage Organizations. Use when the user wants to interact with Mercury data. It is an AI Agent Skill for Claude Code / OpenClaw, with 353 downloads so far.

How do I install Mercury?

Run "/install mercury" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mercury free?

Yes, Mercury is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mercury support?

Mercury is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mercury?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.2.

💬 Comments