omieOmie ERP integration via API. Manage clients, products, orders, invoices (NF-e), financials (contas a receber/pagar), and stock. Use when users ask about ERP...
Install via ClawdBot CLI:
clawdbot install JAMESBOT-AGNT/omieIntegraΓ§Γ£o com o Omie ERP via API REST.
Requer variΓ‘veis de ambiente:
export OMIE_APP_KEY="your_app_key_here"
export OMIE_APP_SECRET="your_app_secret_here"
Use o script Python para todas as operaΓ§Γ΅es:
python3 skills/omie/scripts/omie_client.py <command> [args]
python3 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
python3 scripts/omie_client.py produtos_listar [pagina] [por_pagina]
python3 scripts/omie_client.py produtos_detalhar codigo=1234567
python3 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
python3 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
python3 scripts/omie_client.py nfe_listar [pagina] [por_pagina]
python3 scripts/omie_client.py nfe_detalhar numero=1234
python3 scripts/omie_client.py estoque_posicao [pagina] [por_pagina]
python3 scripts/omie_client.py estoque_produto codigo=1234567
O Omie pode enviar eventos para um endpoint HTTP. Configurar em:
Omie β ConfiguraΓ§Γ΅es β IntegraΓ§Γ΅es β Webhooks
Eventos suportados:
pedido.incluido / pedido.alteradonfe.emitida / nfe.canceladafinancas.recebido / financas.pagocliente.incluido / cliente.alteradoPara iniciar o receptor de webhooks:
python3 scripts/omie_webhook.py --port 8089
Generated Mar 1, 2026
An online retailer uses the Omie skill to automatically sync customer orders from their e-commerce platform into Omie ERP for processing. It tracks order status, updates inventory levels in real-time, and generates invoices (NF-e) upon shipment, ensuring accurate financial records and stock control.
A manufacturing company leverages the skill to monitor raw material stock positions and manage production schedules. It integrates financial data like accounts payable and receivable to optimize cash flow, using webhooks for real-time alerts on stock shortages or payment events.
A consulting or service-based firm utilizes the skill to manage client details, track service orders, and automate invoice generation. It handles financial summaries to monitor revenue and expenses, with webhooks notifying of new client registrations or invoice status changes.
A wholesale distributor employs the skill to list and detail products, manage sales orders from multiple channels, and track inventory across warehouses. It ensures timely invoicing and financial reporting, with rate limits considered for high-volume transaction periods.
Businesses offering ERP integration as a service use this skill to provide real-time data access and automation for clients. It generates recurring revenue through monthly or annual subscriptions, with value added by handling webhooks for event-driven updates and compliance with API limits.
Companies integrate the skill into platforms that process high volumes of orders or invoices, charging a small fee per transaction. Revenue scales with usage, optimized by efficient pagination and rate limit management to handle bulk data without performance issues.
Large enterprises adopt the skill for internal ERP automation, paying upfront or annual license fees. It supports complex operations like financial consolidation and inventory tracking, with revenue derived from customized deployments and ongoing support services.
π¬ Integration Tip
Ensure environment variables for API keys are securely set, and monitor rate limits to avoid request throttling during peak usage.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Search for jobs across LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, and BDJobs using the JobSpy MCP server.