{
  "schemaVersion": "1.0",
  "item": {
    "slug": "omie",
    "name": "Omie ERP",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/JAMESBOT-AGNT/omie",
    "canonicalUrl": "https://clawhub.ai/JAMESBOT-AGNT/omie",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/omie",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=omie",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "SKILL.md",
      "scripts/omie_client.py",
      "scripts/omie_webhook.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/omie"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/omie",
    "agentPageUrl": "https://openagent3.xyz/skills/omie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/omie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/omie/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Omie ERP Skill",
        "body": "Integração com o Omie ERP via API REST."
      },
      {
        "title": "Setup",
        "body": "Requer variáveis de ambiente:\n\nexport OMIE_APP_KEY=\"your_app_key_here\"\nexport OMIE_APP_SECRET=\"your_app_secret_here\""
      },
      {
        "title": "API Client",
        "body": "Use o script Python para todas as operações:\n\npython3 skills/omie/scripts/omie_client.py <command> [args]"
      },
      {
        "title": "Comandos disponíveis",
        "body": "Clientes\n\npython3 scripts/omie_client.py clientes_listar [pagina] [por_pagina]\npython3 scripts/omie_client.py clientes_buscar cnpj_cpf=00.000.000/0001-00\npython3 scripts/omie_client.py clientes_buscar codigo=1234567\npython3 scripts/omie_client.py clientes_detalhar codigo=1234567\n\nProdutos\n\npython3 scripts/omie_client.py produtos_listar [pagina] [por_pagina]\npython3 scripts/omie_client.py produtos_detalhar codigo=1234567\n\nPedidos de Venda\n\npython3 scripts/omie_client.py pedidos_listar [pagina] [por_pagina]\npython3 scripts/omie_client.py pedidos_detalhar numero=1234\npython3 scripts/omie_client.py pedidos_status numero=1234\n\nFinanceiro\n\npython3 scripts/omie_client.py contas_receber [pagina] [por_pagina]\npython3 scripts/omie_client.py contas_pagar [pagina] [por_pagina]\npython3 scripts/omie_client.py resumo_financeiro\n\nNotas Fiscais\n\npython3 scripts/omie_client.py nfe_listar [pagina] [por_pagina]\npython3 scripts/omie_client.py nfe_detalhar numero=1234\n\nEstoque\n\npython3 scripts/omie_client.py estoque_posicao [pagina] [por_pagina]\npython3 scripts/omie_client.py estoque_produto codigo=1234567"
      },
      {
        "title": "Webhook",
        "body": "O Omie pode enviar eventos para um endpoint HTTP. Configurar em:\nOmie → Configurações → Integrações → Webhooks\n\nEventos suportados:\n\npedido.incluido / pedido.alterado\nnfe.emitida / nfe.cancelada\nfinancas.recebido / financas.pago\ncliente.incluido / cliente.alterado\n\nPara iniciar o receptor de webhooks:\n\npython3 scripts/omie_webhook.py --port 8089"
      },
      {
        "title": "Limites da API",
        "body": "Rate limit: 3 requisições/segundo por app\nPaginação: máximo 500 registros por página\nTimeout: 30 segundos"
      }
    ],
    "body": "Omie ERP Skill\n\nIntegração com o Omie ERP via API REST.\n\nSetup\n\nRequer variáveis de ambiente:\n\nexport OMIE_APP_KEY=\"your_app_key_here\"\nexport OMIE_APP_SECRET=\"your_app_secret_here\"\n\nAPI Client\n\nUse o script Python para todas as operações:\n\npython3 skills/omie/scripts/omie_client.py <command> [args]\n\nComandos disponíveis\nClientes\npython3 scripts/omie_client.py clientes_listar [pagina] [por_pagina]\npython3 scripts/omie_client.py clientes_buscar cnpj_cpf=00.000.000/0001-00\npython3 scripts/omie_client.py clientes_buscar codigo=1234567\npython3 scripts/omie_client.py clientes_detalhar codigo=1234567\n\nProdutos\npython3 scripts/omie_client.py produtos_listar [pagina] [por_pagina]\npython3 scripts/omie_client.py produtos_detalhar codigo=1234567\n\nPedidos de Venda\npython3 scripts/omie_client.py pedidos_listar [pagina] [por_pagina]\npython3 scripts/omie_client.py pedidos_detalhar numero=1234\npython3 scripts/omie_client.py pedidos_status numero=1234\n\nFinanceiro\npython3 scripts/omie_client.py contas_receber [pagina] [por_pagina]\npython3 scripts/omie_client.py contas_pagar [pagina] [por_pagina]\npython3 scripts/omie_client.py resumo_financeiro\n\nNotas Fiscais\npython3 scripts/omie_client.py nfe_listar [pagina] [por_pagina]\npython3 scripts/omie_client.py nfe_detalhar numero=1234\n\nEstoque\npython3 scripts/omie_client.py estoque_posicao [pagina] [por_pagina]\npython3 scripts/omie_client.py estoque_produto codigo=1234567\n\nWebhook\n\nO Omie pode enviar eventos para um endpoint HTTP. Configurar em: Omie → Configurações → Integrações → Webhooks\n\nEventos suportados:\n\npedido.incluido / pedido.alterado\nnfe.emitida / nfe.cancelada\nfinancas.recebido / financas.pago\ncliente.incluido / cliente.alterado\n\nPara iniciar o receptor de webhooks:\n\npython3 scripts/omie_webhook.py --port 8089\n\nLimites da API\nRate limit: 3 requisições/segundo por app\nPaginação: máximo 500 registros por página\nTimeout: 30 segundos"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JAMESBOT-AGNT/omie",
    "publisherUrl": "https://clawhub.ai/JAMESBOT-AGNT/omie",
    "owner": "JAMESBOT-AGNT",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/omie",
    "downloadUrl": "https://openagent3.xyz/downloads/omie",
    "agentUrl": "https://openagent3.xyz/skills/omie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/omie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/omie/agent.md"
  }
}