← 返回 Skills 市场
jamesbot-agnt

Omie ERP

作者 JAMESBOT-AGNT · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
549
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install omie
功能描述
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...
安全使用建议
This skill appears to implement the advertised Omie ERP API client and a simple webhook receiver, and the Python source is readable. Before installing: 1) Provide OMIE_APP_KEY and OMIE_APP_SECRET in your environment — the registry metadata omitted these but they are required. 2) Note the SKILL.md examples sometimes reference slightly different paths (e.g., skills/omie/scripts vs. scripts/) — verify file placement when invoking. 3) The webhook defaults to 0.0.0.0: if you run it, consider binding to localhost or putting it behind an authenticated, TLS-terminating proxy (or firewall) so sensitive invoice/customer events aren't exposed. 4) The webhook logs full payloads to stderr; ensure logs are stored/handled per your data-protection policies because they may include personally identifiable or financial data. 5) If you need higher assurance, inspect the included Python files yourself (they are short and straightforward) and update the registry metadata to declare the required environment variables before using the skill in production.
功能分析
Type: OpenClaw Skill Name: omie Version: 1.0.3 The OpenClaw skill 'omie' is a benign integration with the Omie ERP system. It securely handles API keys via environment variables and communicates with the legitimate, hardcoded Omie API endpoint. The `omie_client.py` script parses command-line arguments as data for JSON payloads, mitigating shell injection risks, and the `omie_webhook.py` script simply receives and logs webhook data locally without executing arbitrary code. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts in any of the provided files.
能力评估
Purpose & Capability
The code and SKILL.md implement an Omie ERP API client and a webhook receiver, which aligns with the skill name/description. However, the registry metadata does not declare the OMIE_APP_KEY and OMIE_APP_SECRET environment variables that the code and SKILL.md explicitly require — an inconsistency between declared requirements and actual runtime needs.
Instruction Scope
Runtime instructions are narrowly scoped to calling the included Python client and starting a webhook HTTP server. The scripts only talk to Omie's API, accept CLI args, and log incoming webhook payloads; they do not read unrelated files or attempt outbound connections aside from API calls. One operational detail: the webhook defaults to binding 0.0.0.0, which will make it reachable from any network interface if run as-is (possible exposure of webhook payloads).
Install Mechanism
There is no install spec (instruction-only install), and the bundle includes two Python scripts. Nothing is downloaded or extracted from external URLs and no additional packages are installed by the skill itself.
Credentials
The SKILL.md and code require OMIE_APP_KEY and OMIE_APP_SECRET environment variables (used to authenticate to Omie), which are appropriate for this purpose. However, the skill's registry metadata lists no required environment variables nor a primary credential — the omission is inconsistent and could lead to silent failures or confusion for users. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request elevated or persistent platform privileges (always:false). It does not modify other skills or system configuration. The only operational risk is running the webhook server (bind host default 0.0.0.0) which can expose inbound event traffic if started on an internet-facing host.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install omie
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /omie 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
restore local copy
v1.0.2
remove client-specific branding
v1.0.1
Security fix: removed hardcoded credentials from defaults. Credentials now required via environment variables.
v1.0.0
Initial release: API client + webhook receiver for Omie ERP. Supports clients, products, orders, invoices, financials, and stock.
元数据
Slug omie
版本 1.0.3
许可证
累计安装 2
当前安装数 2
历史版本数 4
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 549 次。

如何安装 Omie ERP?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install omie」即可一键安装,无需额外配置。

Omie ERP 是免费的吗?

是的,Omie ERP 完全免费(开源免费),可自由下载、安装和使用。

Omie ERP 支持哪些平台?

Omie ERP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Omie ERP?

由 JAMESBOT-AGNT(@jamesbot-agnt)开发并维护,当前版本 v1.0.3。

💬 留言讨论