int-omie

Access Omie ERP clients, products, orders, invoices, and stock via REST API.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill int-omie-davidsongomes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-omie
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/int-omie
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill int-omie-davidsongomes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Omie ERP users need a unified way to query and manage clients, products, orders, invoices, stock, and financial data from Omie without manual API calls, reducing time-to-insight and errors.

Core Features & Use Cases

  • Omie API integration to fetch and manage clients, products, orders, NF-e, accounts receivable/pagar, and stock.
  • Webhook support to receive real-time events for orders, invoices, and financial updates to trigger automated workflows.
  • Flexible Python client that supports common queries, pagination, and environment-based authentication.

Quick Start

Run the Python client to list clients or fetch detailed records for orders and invoices, enabling immediate data access from Omie.

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 the Omie ERP API to fetch invoices and orders?

To integrate with the Omie ERP API, use the Python client to perform authenticated REST calls, fetching orders, invoices, and stock data. It requires setting OMIE_APP_KEY and OMIE_APP_SECRET environment variables for access.

Can I receive real-time webhook events from Omie ERP for financial updates?

Yes, the Omie ERP integration supports webhook events to receive real-time updates for orders, invoices, and financials. This allows you to trigger automated workflows immediately when data changes occur.

What environment variables do I need to authenticate Omie API calls?

You need to configure the OMIE_APP_KEY and OMIE_APP_SECRET environment variables to authenticate Omie API calls. These credentials allow the Python client to securely access your ERP data.

Does the Omie API integration handle pagination for large product and client lists?

Yes, the Python client handles pagination automatically when querying large lists of clients and products from the Omie API. This ensures you retrieve complete datasets without manual page management.

What is the best way to manage stock data and accounts receivable in Omie?

The best way to manage stock data and accounts receivable in Omie is by using the Python client to query the REST API. It provides flexible access to inventory and financial modules via authenticated calls.

Can I use Python to automate querying NF-e and financial data from Omie ERP?

Yes, you can use the included Python client at skills/omie/scripts/omie_client.py to automate querying NF-e, financials, and other ERP records. It manages authentication and pagination for seamless data extraction.