← 返回 Skills 市场
cjboy007

OKKI Email Sync

作者 Jaden's built a claw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
94
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install okki-email-sync
功能描述
Synchronize email activities and quotation events with OKKI CRM as follow-up trail records. Automatically matches emails to CRM customers via domain lookup a...
安全使用建议
This module appears to implement the advertised OKKI CRM sync, but confirm the following before installing or integrating: 1) Verify the local OKKI CLI (okki.py) and the vector-search Python script are legitimate, review their code, and confirm where OKKI credentials are stored. 2) Supply and lock down the environment variables (OKKI_CLI_PATH, VECTOR_SEARCH_PATH, PYTHON_VENV_PATH, OKKI_SYNC_RECORD_FILE) rather than relying on defaults. 3) Back up any target skill files before copying this module into other skills — the SKILL.md recommends copying the file into other skill directories which will modify their code. 4) Run the module in a controlled environment (sandbox or staging) to observe network activity from the OKKI CLI and vector-search script. 5) If you cannot review the referenced Python scripts/CLI, avoid integrating the module into production systems because it will execute local subprocesses with access to environment and workspace data.
能力评估
Purpose & Capability
The name/description (sync emails/quotations to OKKI CRM) aligns with what the JS module does: domain matching, vector search fallback, deduplication, and calling an OKKI CLI to create trails. Nothing in the code attempts unrelated cloud access or surprising capabilities. However the SKILL.md expects external local tooling (OKKI CLI, vector search script) and environment variables even though the registry declares no required env vars — a mismatch worth noting.
Instruction Scope
Runtime instructions and the JS code stay within the described scope: they extract domains, optionally call a local vector-search Python script, call a local OKKI CLI (via python), and log unmatched items and processed UIDs to /tmp files. A notable behavior: the SKILL.md instructs you to copy the module into other skill workspaces (e.g., imap-smtp-email, quotation-workflow) so it becomes part of those skills' runtime; that modifies other skills' codebase and broadens the effective scope of this module. There are no explicit instructions to send data to unknown remote endpoints in the provided code (it relies on local CLI/scripts), but those external scripts/CLI could network‑contact remote APIs — verify them.
Install Mechanism
No install script or remote downloads are used; the skill is instruction+source only. That lowers risk: nothing will be fetched from arbitrary URLs. The JS file executes local Python and a local okki.py script via execFile, which is expected for this integration.
Credentials
The registry shows no required environment variables, but SKILL.md and the code expect several environment/config overrides (OKKI_CLI_PATH, VECTOR_SEARCH_PATH, PYTHON_VENV_PATH, OKKI_SYNC_RECORD_FILE). The module also inherits process.env when launching subprocesses. While no explicit API keys are declared in requires.env, the OKKI CLI likely needs credentials configured elsewhere — you should confirm where OKKI credentials are stored and that they are scoped appropriately before use.
Persistence & Privilege
The skill does not set always:true and is user-invocable (normal). Still, it is designed to be copied into and run from other skills' directories (it even documents copying/overwriting okki-sync.js into other skill workspaces). This practice modifies other skill code/configuration and increases blast radius if the module or the local CLI/scripts are malicious. It also writes state to /tmp files (processed records and unmatched logs) — benign in itself but persistent across runs on the host.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install okki-email-sync
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /okki-email-sync 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Sync email activities and quotations to OKKI CRM as trail records
元数据
Slug okki-email-sync
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

OKKI Email Sync 是什么?

Synchronize email activities and quotation events with OKKI CRM as follow-up trail records. Automatically matches emails to CRM customers via domain lookup a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 OKKI Email Sync?

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

OKKI Email Sync 是免费的吗?

是的,OKKI Email Sync 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OKKI Email Sync 支持哪些平台?

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

谁开发了 OKKI Email Sync?

由 Jaden's built a claw(@cjboy007)开发并维护,当前版本 v1.0.0。

💬 留言讨论