← All skills
Tencent SkillHub · Developer Tools

Omie ERP

Omie ERP integration via API. Manage clients, products, orders, invoices (NF-e), financials (contas a receber/pagar), and stock. Use when users ask about ERP...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Omie ERP integration via API. Manage clients, products, orders, invoices (NF-e), financials (contas a receber/pagar), and stock. Use when users ask about ERP...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, SKILL.md, scripts/omie_client.py, scripts/omie_webhook.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Omie ERP Skill

Integração com o Omie ERP via API REST.

Setup

Requer variáveis de ambiente: export OMIE_APP_KEY="your_app_key_here" export OMIE_APP_SECRET="your_app_secret_here"

API Client

Use o script Python para todas as operações: python3 skills/omie/scripts/omie_client.py <command> [args]

Comandos disponíveis

Clientes 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 Produtos python3 scripts/omie_client.py produtos_listar [pagina] [por_pagina] python3 scripts/omie_client.py produtos_detalhar codigo=1234567 Pedidos de Venda 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 Financeiro 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 Notas Fiscais python3 scripts/omie_client.py nfe_listar [pagina] [por_pagina] python3 scripts/omie_client.py nfe_detalhar numero=1234 Estoque python3 scripts/omie_client.py estoque_posicao [pagina] [por_pagina] python3 scripts/omie_client.py estoque_produto codigo=1234567

Webhook

O Omie pode enviar eventos para um endpoint HTTP. Configurar em: Omie → Configurações → Integrações → Webhooks Eventos suportados: pedido.incluido / pedido.alterado nfe.emitida / nfe.cancelada financas.recebido / financas.pago cliente.incluido / cliente.alterado Para iniciar o receptor de webhooks: python3 scripts/omie_webhook.py --port 8089

Limites da API

Rate limit: 3 requisições/segundo por app Paginação: máximo 500 registros por página Timeout: 30 segundos

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • scripts/omie_client.py Scripts
  • scripts/omie_webhook.py Scripts