omie
Installation
SKILL.md
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]