agentsclimarketplace

Finance

Skill br3eze-code/br3eze-code/skills/finance

Personal Ai Agent

Install
npx -y skills add br3eze-code/br3eze-code --skill finance

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, as published. Nobody here has run it

Skill: finance

Version: 2026.7.0
Dispatcher: manage_finance
Domain: finance

Description

Financial engine for AgentOS operators — revenue reports, 7-day trend data, audit trail, enhanced P2P credit transfers (with phone/email/username resolution and fee support), and Mastercard Account-to-Account (A2A) payment initiation and status tracking.

When to Use

Invoke when the user asks about:

  • Revenue summary or income reports
  • 7-day voucher sales trends
  • Audit logs or transaction history
  • Sending credits to another user (P2P transfer)
  • Looking up a user by phone, email, or username
  • Initiating a Mastercard A2A payment for a voucher
  • Checking the status of a Mastercard payment

Tools

ActionDescription
finance.reportAll-time revenue summary grouped by plan
finance.trends7-day daily revenue trend
finance.auditLast N audit events
p2p.transferTransfer credits between users with fee deduction
p2p.resolveResolve phone/email/username → Firebase UID
mastercard.initiateInitiate A2A bank-to-wallet payment
mastercard.statusCheck status of an initiated payment

Parameters

P2P Transfer:

{
  "action": "p2p.transfer",
  "from": "uid_sender",
  "to": "+254712345678",
  "amount": 5.00
}

Mastercard Initiate:

{
  "action": "mastercard.initiate",
  "voucherCode": "STAR-4A2F-QWTQ",
  "amount": 5.00,
  "currency": "USD"
}

P2P Identity Resolvers

Recipient can be specified as:

Fee Logic

Configured via environment variables:

  • P2P_FEE_PERCENT — percentage fee (default: 0)
  • P2P_FEE_FLAT — flat fee in USD (default: 0)

Dual-entry bookkeeping: p2p_transfer_sent and p2p_transfer_received records written separately.

Mastercard A2A

  • OAuth 1.0a RSA-SHA256 signing
  • Webhook reconciliation: POST /api/webhook/mastercard
  • Status check: GET /api/voucher/payment/status/:paymentId

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.