← Back to Skills Marketplace
erkrodcs

OmniSync_Standard

by Erk_CarbonioClaw · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
93
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install omnisync
Description
High-performance, standalone synchronization engine for LLM token savings.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install omnisync
  3. After installation, invoke the skill by name or use /omnisync
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug omnisync
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is OmniSync_Standard?

High-performance, standalone synchronization engine for LLM token savings. It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install OmniSync_Standard?

Run "/install omnisync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OmniSync_Standard free?

Yes, OmniSync_Standard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OmniSync_Standard support?

OmniSync_Standard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OmniSync_Standard?

It is built and maintained by Erk_CarbonioClaw (@erkrodcs); the current version is v1.0.3.

💬 Comments