← 返回 Skills 市场
gora050

Mercury

作者 Vlad Ursul · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
353
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install mercury
功能描述
Mercury integration. Manage Organizations. Use when the user wants to interact with Mercury data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mercury
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mercury 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug mercury
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Mercury 是什么?

Mercury integration. Manage Organizations. Use when the user wants to interact with Mercury data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 353 次。

如何安装 Mercury?

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

Mercury 是免费的吗?

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

Mercury 支持哪些平台?

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

谁开发了 Mercury?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.2。

💬 留言讨论