cfo-conciliacao-manual-erp

List pending dashboard_only finance entries and migrate them to the ERP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps CFO teams manage launches created via chat that end up in the dashboard as ERP in the dashboard_only state when the ERP is unavailable. It lists pending items and enables batch migration once the ERP is back online.

Core Features & Use Cases

  • List pending dashboard_only records and present migration options.
  • Migrate selected or all records to the real ERP via the migration scripts.
  • Interactive flow with dry-run and approval before execution.

Quick Start

List pending items with listar_pendentes.py and migrate them with migrar.py after user approval.

Frequently Asked Questions about cfo-conciliacao-manual-erp

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

FAQPage Schema
How do I migrate dashboard_only finance entries to an ERP?

To migrate dashboard_only finance entries to an ERP, list pending records for review and execute batch migrations using local ERP gateway scripts. This process updates the audit trail once the ERP is available.

What happens to chat-created financial launches when the ERP is unavailable?

When the ERP is unavailable, chat-created financial launches remain in a dashboard_only state. They are stored as pending records until the ERP is back online and a batch migration is executed.

How do I list pending dashboard_only records before migrating them?

You list pending dashboard_only records by running the listar_pendentes.py script. This detects entries via Supabase REST endpoints and panel tokens, presenting them for user review.

Does ERP migration require a dry-run before executing batch transfers?

Yes, the ERP migration workflow includes an interactive flow with a dry-run and user approval before execution. This ensures you review pending dashboard_only records before the migration script commits them.

Do I need a local ERP gateway to migrate dashboard_only entries?

Yes, you need a local ERP gateway to migrate dashboard_only entries. The migration scripts use this gateway alongside Supabase REST endpoints to execute the batch transfers and update the audit trail.