int-omie

Integrate with Omie ERP via REST API to manage clients, products, orders, invoices, financials, and stock.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-omie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-omie
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/int-omie
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-omie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a direct REST API integration with Omie ERP to retrieve and manage clients, products, sales orders, invoices (NF-e), financials (accounts receivable/payable), and stock, and to receive real-time events via webhooks so teams can automate reporting and operational workflows without manual exports.

Core Features & Use Cases

  • Clients Management: Search, list and retrieve detailed client records by CNPJ/CPF or Omie code for CRM synchronization.
  • Products & Inventory: List products and check per-product stock positions to drive fulfillment or replenishment logic.
  • Sales Orders & Invoices: Retrieve orders, check order statuses, and fetch NF-e invoice details for reconciliation and accounting.
  • Financials: List accounts receivable and payable and produce quick financial summaries for cashflow checks.
  • Webhooks & Automation: Receive events such as pedido.incluido, nfe.emitida, and financas.recebido to trigger downstream automation.
  • CLI Scripts: Ready-to-run Python scripts to perform common queries and to run a lightweight webhook receiver for local development or integration endpoints.
  • Use case example: Automatically ingest new Omie sales orders, summarize daily revenue, and update inventory counts in a warehouse system.

Quick Start

List the last 20 sales orders from Omie and provide a short status summary.

Frequently Asked Questions about int-omie

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

FAQPage Schema
How do I integrate with Omie ERP to manage invoices and inventory via REST API?

This Skill provides Python CLI scripts to integrate with the Omie ERP REST API for managing clients, products, orders, invoices, and stock. It handles environment-based Omie authentication, rate-limited API calls, and pagination handling automatically.

How do I set up Omie webhooks to receive real-time events for new sales orders and invoices?

This Skill provides a lightweight webhook receiver for local development or integration endpoints to ingest real-time Omie events. You can capture specific events such as pedido.incluido, nfe.emitida, and financas.recebido to trigger downstream automation.

Can I automate daily revenue summaries and cashflow checks using Omie financials data?

Yes, you can automate daily revenue summaries and cashflow checks by using this Skill to list accounts receivable and payable from Omie ERP. It provides CLI scripts to query financial data and produce quick financial summaries for operational workflows.

Do I need to handle API rate limits and pagination manually when querying Omie ERP data?

No, you do not need to handle API rate limits and pagination manually when querying Omie ERP data. This Skill automatically manages rate-limited API calls and pagination handling for synchronized ERP queries across clients, products, orders, and invoices.

How do I check product stock positions in Omie to drive fulfillment logic?

You can check product stock positions by using this Skill to list products and retrieve per-product stock data from Omie ERP. This allows you to drive fulfillment or replenishment logic automatically without manual exports.