← Back to Skills Marketplace
Moneybird
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
353
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install moneybird
Description
Moneybird integration. Manage Contacts, LedgerAccounts, FinancialMutations. Use when the user wants to interact with Moneybird data.
Usage Guidance
This skill appears to be a legitimate Moneybird integration, but note two things before installing: (1) the SKILL.md requires the 'membrane' CLI (installed with 'npm install -g @membranehq/cli') and Node/npm, yet the registry metadata lists no required binaries — confirm you have Node/npm and that the global install is acceptable for your environment. (2) Global npm installs can run arbitrary install scripts; verify the @membranehq/cli package (npm page, GitHub repo, publisher) before running it. Also be aware the Membrane CLI will handle and persist access tokens for Moneybird — review where those tokens are stored and consider running the CLI in an isolated environment if you have security concerns. If you want higher confidence, ask the publisher for a declared install spec and a signed release URL or inspect the npm package source first.
Capability Analysis
Type: OpenClaw Skill
Name: moneybird
Version: 1.0.3
The moneybird skill provides instructions for an AI agent to interact with the Moneybird accounting platform using the Membrane CLI. The SKILL.md file outlines standard procedures for authentication, connection management, and executing API actions (e.g., listing invoices or creating contacts) through the 'membrane' utility. No evidence of malicious intent, data exfiltration, or unauthorized command execution was found.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's stated purpose (Moneybird integration via Membrane) is coherent with the SKILL.md content: it documents actions and flows that legitimately require a Membrane connection to Moneybird. However, the metadata lists no required binaries or install steps while the instructions explicitly require the 'membrane' CLI (installed via npm) and therefore implicitly require Node/npm. That mismatch is unexpected.
Instruction Scope
The SKILL.md stays within the integration's scope: it documents using the Membrane CLI to authenticate, create connections, discover and run actions against Moneybird. It does not instruct reading unrelated local files or exfiltrating data to third-party endpoints beyond Membrane/Moneybird. It does, however, instruct interactive login flows that will store credentials via the Membrane CLI.
Install Mechanism
There is no formal install spec in the registry, but the instructions tell users to run 'npm install -g @membranehq/cli@latest' (a global npm install). Global npm installs can execute package install scripts and add binaries to PATH; the skill metadata should have declared this dependency. Using a public npm package is common, but the absence of an install declaration and no mention of verifying the package/release is a risk.
Credentials
The skill does not request environment variables or secrets in its metadata. Authentication is delegated to the Membrane CLI which performs interactive OAuth-style login; this is proportional to the stated purpose. Users should be aware the CLI will persist connection tokens locally or in Membrane's account, which is expected but worth verifying.
Persistence & Privilege
The skill does not request 'always: true' and does not claim elevated platform privileges. It is user-invocable and allows normal autonomous invocation (platform default). Nothing in the skill claims to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moneybird - After installation, invoke the skill by name or use
/moneybird - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Moneybird?
Moneybird integration. Manage Contacts, LedgerAccounts, FinancialMutations. Use when the user wants to interact with Moneybird data. It is an AI Agent Skill for Claude Code / OpenClaw, with 353 downloads so far.
How do I install Moneybird?
Run "/install moneybird" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moneybird free?
Yes, Moneybird is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moneybird support?
Moneybird is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moneybird?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills