← 返回 Skills 市场
erkrodcs

OmniSync_Standard

作者 Erk_CarbonioClaw · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install omnisync
功能描述
High-performance, standalone synchronization engine for LLM token savings.
安全使用建议
This skill appears to be what it claims: a local, dependency-free text-diff/sync engine. Before installing: (1) verify the claimed repository/author (SKILL.md and carbonioClaw.json reference a GitHub repo while registry metadata lists source unknown); (2) if you rely on the provenance or audit claims, cross-check the external repo and commit history to ensure the bundled code matches the published source; (3) note that the gateway communicates over stdin/stdout — ensure your agent's usage of the tool is intentional and limited to the expected inputs (feed_id, old_content, new_content); and (4) because the skill can be invoked by the agent, permit it only if you trust its author or have reviewed the files yourself.
功能分析
Type: OpenClaw Skill Name: omnisync Version: 1.0.3 The OmniSync skill is a legitimate utility designed to calculate text deltas to reduce LLM token consumption. The implementation in 'omnisync_engine.py' and 'mcp_gateway.py' relies exclusively on the Python standard library, contains no network or file system access, and even includes a basic defensive blocklist for destructive shell patterns. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The name/description (token-saving sync engine) matches the provided tools and code: a sync_standard tool that computes deltas and SHA-256 cursors. Minor provenance inconsistency: SKILL.md/README claim a verified author and audited repository, while registry metadata lists source as unknown; carbonioClaw.json points to a GitHub repo. This is a transparency mismatch but not a functional mismatch.
Instruction Scope
Runtime instructions (run mcp_gateway.py, send JSON-RPC over stdio) align with the code. The SKILL.md and code do not instruct reading unrelated files, environment variables, or transmitting data over the network. The gateway listens on stdin/stdout only.
Install Mechanism
No install spec and included code uses only Python standard library. There are no external downloads, package installs, or archive extraction steps in the skill bundle.
Credentials
The skill declares no required environment variables, and the code does not access external credentials, secrets, or config paths. The included config.json is present but not read by the runtime code, so it does not expand privileges.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or agent-wide configuration, and contains no autonomous persistence mechanisms. The JSON-RPC gateway runs in-process via stdio when invoked, which is expected for this kind of tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install omnisync
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /omnisync 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- No changes detected in this version. - The skill’s description, features, and documentation remain unchanged.
v1.0.2
**OmniSync 1.0.2 Changelog** - Removed the external requirements.txt, confirming zero external dependencies. - Updated documentation to highlight Python standard library–only implementation, eliminating supply-chain risks. - Added a new Security Audit section detailing author verification and sandbox audit. - Improved tool parameter documentation and usage instructions for clarity and security. - Enhanced provenance and maintenance notes.
v1.0.1
OmniSync 1.0.1 - Initial release of the standalone synchronization engine. - Provides the `sync_standard` tool with SHA-256 secure integrity for agent communication. - Reduces token consumption by up to 90% by returning only deltas and updated cursors. - Suitable for secure and general-purpose synchronization between AI agents. - Free to use; maintained by @erk.
元数据
Slug omnisync
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

OmniSync_Standard 是什么?

High-performance, standalone synchronization engine for LLM token savings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 OmniSync_Standard?

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

OmniSync_Standard 是免费的吗?

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

OmniSync_Standard 支持哪些平台?

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

谁开发了 OmniSync_Standard?

由 Erk_CarbonioClaw(@erkrodcs)开发并维护,当前版本 v1.0.3。

💬 留言讨论