int-omie

Retrieve Omie ERP records for clients, products, orders, invoices, finances, and stock via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manually looking up ERP information across Omie by providing an API-driven way to fetch operational, commercial, and financial records on demand.

Core Features & Use Cases

  • Client management: List clients and search by identifiers (CPF/CNPJ, code) and retrieve client details.
  • Commerce operations: List sales orders, check order details and status.
  • Financials & compliance documents: Retrieve receivables/payables and manage NF-e (invoices) queries.
  • Inventory visibility: Get stock position broadly or for a specific product.
  • Real-time updates via webhooks: Receive Omie events for orders, NF-e status, finances, and clients for near-instant operational syncing.

Quick Start

Ask your AI to use the Omie integration to list the most recent Omie receivables by running the omie_client script for the command contas_receber with desired pagination.

Frequently Asked Questions about int-omie

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

FAQPage Schema
How do I retrieve Omie ERP invoices and receivables data via API?

This Omie ERP API integration retrieves operational, commercial, and financial records on demand. It fetches clients, products, sales orders, NF-e invoices, receivables, and stock positions through a REST API interface to eliminate manual ERP lookups.

Can I check stock position for a specific product in Omie?

Yes, you can check stock position for a specific product in Omie by running the Python client script. The integration supports broad inventory visibility queries as well as retrieving stock levels for individual products directly through the REST API.

Do I need API credentials to use the Omie ERP integration?

Yes, you need API credentials to use the Omie ERP integration. You must configure your OMIE_APP_KEY and OMIE_APP_SECRET environment variables to authenticate the Python CLI commands that query your ERP data.

How do I list recent receivables from Omie using the integration?

To list recent receivables from Omie, instruct your AI to run the omie_client script for the contas_receber command with your desired pagination parameters to retrieve financial records through the REST API.

Does the Omie integration support real-time webhook event ingestion?

Yes, the Omie integration supports real-time webhook event ingestion. An HTTP webhook receiver captures Omie events for orders, NF-e status, finances, and clients to enable near-instant operational syncing.