Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Omie ERP integration via API. Manage clients, products, orders, invoices (NF-e), financials (accounts receivable/payable), and stock. Use when users ask about ERP data, financials, orders, invoices, stock, or clients from Omie. Also handles webhooks for real-time events.
.claude/skills/evolution-foundation-int-omie/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-15 | ✓→✓ | = Same ✓ | -27% | 0% |
| case-17 | ✓→✓ | = Same ✓ | 11% | 0% |
| case-18 | ✓→✓ | = Same ✓ | -57% | 0% |
Integration with Omie ERP via REST API.
Requires environment variables:
bashexport OMIE_APP_KEY="your_app_key_here" export OMIE_APP_SECRET="your_app_secret_here"
Use the Python script for all operations:
bashpython3 skills/omie/scripts/omie_client.py <command> [args]
bashpython3 scripts/omie_client.py clientes_listar [pagina] [por_pagina] python3 scripts/omie_client.py clientes_buscar cnpj_cpf=00.000.000/0001-00 python3 scripts/omie_client.py clientes_buscar codigo=1234567 python3 scripts/omie_client.py clientes_detalhar codigo=1234567
bashpython3 scripts/omie_client.py produtos_listar [pagina] [por_pagina] python3 scripts/omie_client.py produtos_detalhar codigo=1234567
bashpython3 scripts/omie_client.py pedidos_listar [pagina] [por_pagina] python3 scripts/omie_client.py pedidos_detalhar numero=1234 python3 scripts/omie_client.py pedidos_status numero=1234
bashpython3 scripts/omie_client.py contas_receber [pagina] [por_pagina] python3 scripts/omie_client.py contas_pagar [pagina] [por_pagina] python3 scripts/omie_client.py resumo_financeiro
bashpython3 scripts/omie_client.py nfe_listar [pagina] [por_pagina] python3 scripts/omie_client.py nfe_detalhar numero=1234
bashpython3 scripts/omie_client.py estoque_posicao [pagina] [por_pagina] python3 scripts/omie_client.py estoque_produto codigo=1234567
Omie can send events to an HTTP endpoint. Configure at: Omie → Settings → Integrations → Webhooks
Supported events:
pedido.incluido / pedido.alteradonfe.emitida / nfe.canceladafinancas.recebido / financas.pagocliente.incluido / cliente.alteradoTo start the webhook receiver:
bashpython3 scripts/omie_webhook.py --port 8089
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 3,767 | 8,087 | +115% | 1 | 1 | 0% | 581 | 1,024 | +76% | 0 | 0 | — |
case-02 | fail→fail | 15,396 | 7,931 | -48% | 1 | 1 | 0% | 2,092 | 1,088 | -48% | 0 | 0 | — |
case-03 | fail→fail | 7,065 | 6,108 | -14% | 1 | 1 | 0% | 1,281 | 961 | -25% | 0 | 0 | — |
case-04 | fail→fail | 6,176 | 5,383 | -13% | 1 | 1 | 0% | 939 | 940 | +0% | 0 | 0 | — |
case-05 | fail→fail | 8,815 | 6,460 | -27% | 1 | 1 | 0% | 1,793 | 1,166 | -35% | 0 | 0 | — |
case-06 | fail→fail | 5,971 | 8,767 | +47% | 1 | 1 | 0% | 1,046 | 967 | -8% | 0 | 0 | — |
case-07 | fail→fail | 6,933 | 5,036 | -27% | 1 | 1 | 0% | 1,274 | 979 | -23% | 0 | 0 | — |
case-08 | fail→fail | 7,719 | 5,605 | -27% | 1 | 1 | 0% | 1,652 | 899 | -46% | 0 | 0 | — |
case-09 | fail→fail | 5,921 | 6,355 | +7% | 1 | 1 | 0% | 1,082 | 1,144 | +6% | 0 | 0 | — |
case-10 | fail→fail | 9,819 | 2,366 | -76% | 1 | 1 | 0% | 2,041 | 1,042 | -49% | 0 | 0 | — |
case-11 | fail→fail | 9,151 | 5,436 | -41% | 1 | 1 | 0% | 1,677 | 925 | -45% | 0 | 0 | — |
case-12 | fail→fail | 12,735 | 6,106 | -52% | 1 | 1 | 0% | 2,454 | 881 | -64% | 0 | 0 | — |
case-13 | fail→fail | 8,138 | 5,202 | -36% | 1 | 1 | 0% | 1,632 | 974 | -40% | 0 | 0 | — |
case-14 | fail→fail | 10,943 | 7,640 | -30% | 1 | 1 | 0% | 2,051 | 921 | -55% | 0 | 0 | — |
case-15 | pass→pass | 9,619 | 3,755 | -61% | 1 | 1 | 0% | 1,856 | 1,361 | -27% | 0 | 0 | — |
case-16 | fail→pass | 7,497 | 1,860 | -75% | 1 | 1 | 0% | 1,193 | 943 | -21% | 0 | 0 | — |
case-17 | pass→pass | 4,702 | 1,543 | -67% | 1 | 1 | 0% | 795 | 883 | +11% | 0 | 0 | — |
case-18 | pass→pass | 11,607 | 1,089 | -91% | 1 | 1 | 0% | 1,855 | 804 | -57% | 0 | 0 | — |
case-19 | fail→pass | 11,021 | 3,564 | -68% | 1 | 1 | 0% | 1,967 | 1,259 | -36% | 0 | 0 | — |
case-20 | pass→pass | 10,362 | 7,046 | -32% | 1 | 1 | 0% | 1,931 | 2,122 | +10% | 0 | 0 | — |
case-21 | fail→fail | 15,509 | 11,799 | -24% | 1 | 1 | 0% | 2,727 | 2,768 | +2% | 0 | 0 | — |
case-22 | pass→pass | 19,175 | 12,975 | -32% | 1 | 1 | 0% | 3,541 | 3,086 | -13% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 10 counted toward the lift figure. The other 12 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +9 percentage points is the difference between those two pass rates over the 10 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.