cfo-aprendizado-padrao

Learn supplier-to-category patterns from spend events and auto-suggest categories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Este skill armazena padrões de categorização de despesas para aprender com cada write_event e sugerir categorias automaticamente. Quando há padrões claros (>=3 ocorrências), ele preenche a categoria sem perguntar.

Core Features & Use Cases

  • Aprendizado de padrões de fornecedor para categorização automática.
  • Sugestões de categoria com base em histórico, com fallback para novos fornecedores.
  • Suporte a inferência por palavras-chave quando o histórico é insuficiente.

Quick Start

Execute o workflow de aprendizado executando o script aprender.py com um fornecedor e uma categoria.

Frequently Asked Questions about cfo-aprendizado-padrao

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

FAQPage Schema
How do I automatically categorize supplier expenses from spend events?

To automatically categorize supplier expenses, this Skill learns and persists supplier-to-category patterns from spend events. Once a supplier appears three times, it auto-fills the category for new and recurring expenses without prompting.

How does keyword inference work for categorizing new suppliers?

Keyword inference for categorizing new suppliers acts as a fallback when historical data is insufficient. It analyzes supplier names to suggest categories, ensuring new expenses are still classified even without prior pattern matches.

Do I need an internet connection to run the spend pattern categorization script?

No, you do not need an internet connection to run the spend pattern categorization script. It uses local JSON memory and Python 3 console scripts to update and query patterns with no network dependency.

What is the best way to start training the expense category auto-suggest model?

The best way to start training the expense category auto-suggest model is by executing the Python script with a supplier and a category. This records the initial spend event patterns into local JSON memory.

When does the system stop asking for a category and auto-fill it instead?

The system stops asking for a category and auto-fills it when clear patterns are established. Specifically, it automatically applies the categorization once a supplier has three or more occurrences in the local pattern memory.