cfo-cobranca-orquestrada

Classify delinquents into buckets and execute debt collection via cobranca_gateway.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/MindOpsTeam/agente-cfo --skill cfo-cobranca-orquestrada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cfo-cobranca-orquestrada
Source: https://github.com/MindOpsTeam/agente-cfo/tree/main/skills/cfo-cobranca-orquestrada
Command: npx skills add https://github.com/MindOpsTeam/agente-cfo --skill cfo-cobranca-orquestrada

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Este Skill automatiza o fluxo de cobrança de inadimplentes de ponta a ponta, classificando clientes em buckets, decidindo ações automaticamente e executando via cobranca_gateway, além de registrar eventos em cfo_write_events.

Core Features & Use Cases

  • Classifica inadimplentes por bucket e decide ação automaticamente.
  • Executa cobranças via cobranca_gateway (Asaas/Iugu) e registra eventos em cfo_write_events.
  • Requer confirmação explícita do dono antes da execução de cobranças em lote.

Quick Start

Execute a cobrança em lote apenas após a aprovação explícita do dono.

Frequently Asked Questions about cfo-cobranca-orquestrada

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate debt collection workflows end-to-end with gateway confirmation?

Automated debt collection workflows are orchestrated end-to-end by classifying delinquents into buckets, deciding actions, executing through a gateway, and recording confirmation events. This requires Python 3, OpenClaw orchestration, and explicit owner approval before batch processing.

How does bucket classification work for overdue invoice batch processing?

Bucket classification for overdue invoice batch processing works by sorting delinquents into defined categories, which then determines the automated collection action. The system executes these actions via integrated gateways like Asaas or Iugu after receiving explicit owner confirmation.

Can I execute batch collections through Asaas or Iugu without explicit owner approval?

No, batch collections through Asaas or Iugu cannot be executed without explicit owner approval. The orchestration requires confirmation from the owner before running batch collection operations on overdue invoices to ensure controlled and auditable operations.

What is the best way to record debt collection events for auditability?

The best way to record debt collection events for auditability is by using an automated orchestration system that logs every action. As collections are executed via the gateway, events are simultaneously recorded in a dedicated write events log.

Do I need Python 3 and OpenClaw to orchestrate automated debt collection?

Yes, you need Python 3 and OpenClaw to orchestrate automated debt collection. These dependencies are required to run the batch processing logic, classify delinquents, and execute actions through the configured payment gateway.

Why should I use automated debt collection orchestration instead of manual workflows?

Automated debt collection orchestration provides controlled, auditable operations by replacing manual workflows with bucket-based action decisions and gateway execution. It requires owner confirmation, ensuring batch processing on overdue invoices remains secure and logged.