finmeiFinmei integration. Manage Organizations, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Finmei data.
Install via ClawdBot CLI:
clawdbot install gora050/finmeiGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://getmembrane.comAudited Apr 16, 2026 · audit v1.0
Generated May 5, 2026
A SaaS company needs to generate recurring invoices for hundreds of customers each month. Using the Finmei skill, they can create invoices in bulk via the `create-invoice` action, then automatically send payment requests, reducing manual effort and errors.
A financial services firm wants to monitor overdue payments across its customer base. The skill's `list-payments` action with filtering allows them to identify unpaid invoices quickly, and `update-payment` can apply late fees or notes to streamline collections.
A B2B company needs to keep customer information in sync between Finmei and their CRM. Using `list-customers` and `get-customer` via Membrane's proxy or actions, they can extract updated records daily and push changes to the CRM via webhooks.
A retail analytics team requires monthly reports on product sales and margins. They can use `list-products` along with `list-invoices` to aggregate sales data per product, then export the results to a dashboard or spreadsheet.
A consulting firm sets up new clients frequently and needs to create initial invoices and payment schedules. The `create-customer` and `create-invoice` actions can be chained to automate the entire onboarding billing process, saving hours per client.
Offer a service that provides automated financial reports and dashboards for small businesses by integrating with their Finmei data. Revenue comes from monthly subscription fees based on report volume.
Provide an automated collections solution for companies using Finmei, sending reminders and processing payments. Revenue is generated via a percentage of collected amounts or a flat fee per transaction.
Build a middleware platform that syncs Finmei data with popular accounting and CRM tools. Revenue comes from per-connection or per-sync fees, with tiered pricing for data volume.
💬 Integration Tip
Start by listing existing actions with `membrane action list --intent=QUERY` to find pre-built operations before writing custom API calls via the proxy. Use Membrane's built-in authentication to avoid handling API keys manually.
Scored Apr 19, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Spec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent executi...
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.