skill-cobranca-automatizada-saas-abacatepay

skill-cobranca-automatizada-saas-abacatepay is a skill for Claude Code, Codex from IAPro-Community/Orquestrador-Maestro. It costs 77 tokens per session (2,877 once invoked), scanned A, original, Apache-2.0.

A SaaS billing system using AbacatePay for PIX and credit-card payments. It covers trials, invoices, overdue-payment reminders, email and WhatsApp notifications, administration, and billing metrics.

In plain words
What is it for?
Use it to provision subscriptions, manage trials, issue invoices, send payment reminders, notify customers through email or WhatsApp, provide an invoice portal, and view billing metrics.
Why use it?
It brings the full path from creating a subscription to collecting payment into one workflow. This helps handle failed payments, trial changes, reminders, and customer billing access consistently.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to provision subscriptions, manage trials, issue invoices, send payment reminders, notify customers through email or WhatsApp, provide an invoice portal, and view billing metrics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iapro-community/orquestrador-maestro/skill-cobranca-automatizada-saas-abacatepay
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add IAPro-Community/Orquestrador-Maestro --skill skill-cobranca-automatizada-saas-abacatepay
Clone the repo
git clone --depth 1 https://github.com/IAPro-Community/Orquestrador-Maestro

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-cobranca-automatizada-saas-abacatepay

README.md
[![agentmods](https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-cobranca-automatizada-saas-abacatepay/github.svg)](https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-cobranca-automatizada-saas-abacatepay)
Your own site
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-cobranca-automatizada-saas-abacatepay"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-cobranca-automatizada-saas-abacatepay/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skill-cobranca-automatizada-saas-abacatepay

Your own site · 80×15
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-cobranca-automatizada-saas-abacatepay"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-cobranca-automatizada-saas-abacatepay.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,877 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 162
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 175
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00077 $0.02877
Opus 5 $0.00039 $0.01438
Sonnet 5 $0.00015 $0.00575
Haiku 4.5 $0.00008 $0.00288

Measured 12d ago against content hash 07e0ce2f61fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

skill-cobranca-automatizada-saas-abacatepay scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

codex/skills/skill-cobranca-automatizada-saas-abacatepay/SKILL.md · 229 lines

How it starts

The opening of the file, as written. The whole thing — 229 lines — stays where its author put it; the contents beside it link to each section on GitHub.

skill-cobranca-automatizada-saas-abacatepay

When To Use

This skill covers the complete automated billing system ("cobranca automatizada") for Brazilian SaaS products using AbacatePay. Use when implementing or maintaining:

=== Provisioning ===

  • Billing configuration tables (cobrancas, cobranca_reguas, billing_config, etc.)
  • Dunning rule sequencing (cobranca_regua_eventos)
  • Encrypted integration configs (Resend, Evolution API, AbacatePay)

=== Billing Engine ===

  • Automated invoice generation and dunning execution via cron
  • AbacatePay billing creation (PIX + CARD)
  • Webhook processing with HMAC-SHA256 verification
  • Invoice state machine (pending, paid, overdue, cancelled, refunded)
  • Subscription/plan integration via cobranca_tracking

=== Trial Management ===

  • Configurable trial duration
  • Pre-expiration notifications (7/3/1 days before)
  • Automatic trial expiration and account blocking

=== Interfaces ===

  • Public invoice page (FaturaPage) with PIX QR Code, payment link, polling
  • Pricing/Plans page with AbacatePay checkout
  • User-side invoice listing (MinhasCobrancasSection)
  • Admin billing management (cobranças CRUD, planos CRUD, global settings)
  • Plan Manager (PlanManager) for user plan changes

=== Notifications ===

  • Email via Resend with HTML templates (logo, badge, invoice details)
  • WhatsApp via Evolution API with template variables
  • Variables: {{nome}}, {{plano}}, {{valor}}, {{vencimento}}, {{link_pagamento}}, {{empresa_nome}}
  • Dunning sequence: configurable events with days_apos_vencimento, channel (email/whatsapp/ambos)

Architecture

                     +-------------------+
                     |   Cron (8/12/16h  |
                     |   BRT + 5min)     |
                     +--------+----------+
                              |
         +--------------------+--------------------+
         |                    |                    |
   Processar            Trial               Metrics
   Cobranças          Notificações          (meia-noite)
         |                    |
   +-----v------+      +-----v------+
   | Ver regua   |      | Trial exp. |
   | Send notif  |      | Notif pre  |
   | Create bill |      +------------+
   +-----+------+
         |
   +-----v------------------------------------------+
   |           Controller Layer                      |
   |  cobrancas.ts | abacatepay-webhook.ts           |
   |  fatura.ts    | trial.ts                        |
   +-----+----------------------------+--------------+
         |                            |
   +-----v----------+        +--------v---------+
   |  AbacatePay    |        |  Notifications    |
   |  API v2        |        |  Resend + Evol.  |
   +----------------+        +------------------+
         |
   +-----v----------+
   |  Supabase/     |
   |  PostgreSQL    |
   +----------------+

Read the full file on GitHub · 229 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 229 lines · 77 tokens per session scan A 07e0ce2f61fe

Subscribe to this mod's changes

skill-cobranca-automatizada-saas-abacatepay is a skill published in the GitHub repository IAPro-Community/Orquestrador-Maestro (42 stars, last pushed yesterday), licensed Apache-2.0. It adds 77 tokens to every session and 2,877 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

sickn33/agentic-awesome-skills · 24 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

amazon-returns-recovery

Suede-affiliated Amazon money-recovery audit for restocking fees, short or denied refunds, and Amazon-billed subscriptions. Use when the user mentions a restocking fee, a short or denied Amazon refund, or a forgotten Prime Video Channel, Audible, Kindle Unlimited, or Prime charge, or asks whether Amazon still owes or…

JasonColapietro/suede-creator-skills · 138 tokens

Braintree Automation

Braintree Automation: manage payment processing via Stripe-compatible tools for customers, subscriptions, payment methods, and transactions.

ComposioHQ/awesome-claude-skills · 25 tokens

stripe-payments

Add Stripe payments to a web app — Checkout Sessions, Payment Intents, subscriptions, webhooks, customer portal, and pricing pages. Covers the decision of which Stripe API to use, produces working integration code, and handles webhook verification. No MCP server needed — uses Stripe npm package directly. Triggers…

jezweb/claude-skills · 101 tokens

stripe

Read Stripe account state from a terminal or agent: balance, payment intents, and subscriptions — and perform guarded mutations like canceling a subscription — backed by a bundled stripe-cli script that is read-only first and gates every state-changing command behind a --dry-run/--yes confirmation. Use when an agent…

magnus919/agent-skills · 116 tokens