AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Finance

skill-br3eze-code-br3eze-code-finance · by br3eze-code

A Claude skill from br3eze-code/br3eze-code.

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-br3eze-code-br3eze-code-finance

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-br3eze-code-br3eze-code-finance)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Finance? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

| Action | Description | |---|---| | finance.report | All-time revenue summary grouped by plan | | finance.trends | 7-day daily revenue trend | | finance.audit | Last N audit events | | p2p.transfer | Transfer credits between users with fee deduction | | p2p.resolve | Resolve phone/email/username → Firebase UID | | mastercard.initiate | Initiate A2A bank-to-wallet payment | | mastercard.status | Check 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:

  • Phone (E.164): +254712345678
  • Email: alice@example.com
  • Username: alice

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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.