← 返回 Skills 市场
Omega Notation
作者
Shadow Rose
· GitHub ↗
· v1.0.3
· MIT-0
198
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install omega-notation
功能描述
Structured output compression for AI agents. Dramatically reduces token cost on structured data (evals, decisions, routing, policies, media summaries). Desig...
安全使用建议
This skill appears internally consistent and implements what it claims: a TypeScript serializer/deserializer and tests for a compact agent-to-agent notation. Before installing, you may want to: (1) verify the author/source and license (homepage/source unknown), (2) run the included tests locally (node --experimental-strip-types test.ts) with your real payloads to confirm round-trip integrity and token savings, (3) avoid using Ω Notation for human-facing outputs, and (4) be aware that dict=auto implies in-session shorthand mapping — if you need durable shared dictionaries across agents you'll need an explicit synchronization mechanism (none is included). The version string mismatch in the README vs registry is minor but worth confirming if you rely on specific releases.
功能分析
Type: OpenClaw Skill
Name: omega-notation
Version: 1.0.3
The skill provides a utility for token compression called 'Omega Notation', designed to reduce the cost of structured agent-to-agent communication. The implementation in omega-notation.ts is a pure-logic TypeScript library for serializing and deserializing data using regex and string manipulation, with no external dependencies, network access, or shell execution. The SKILL.md instructions and test files (test.ts, run-test.js) are consistent with the stated purpose and contain no malicious directives or obfuscated code.
能力评估
Purpose & Capability
The name/description (Ω Notation — compress structured agent outputs) matches the included TypeScript implementation: serialize/deserialize, round-trip test, and token-comparison test. There are no unrelated environment variables, binaries, or external services required. The only minor mismatch is SKILL.md listing version 1.0.1 while registry metadata is 1.0.3 (likely a packaging/version note, not a security issue).
Instruction Scope
SKILL.md contains usage, format examples, and guidance for when to use or not to use the notation. It does not instruct the agent to read arbitrary files, access credentials, or transmit data to external endpoints. The 'dict=auto' mode implies session-level shorthand mapping, but neither the docs nor the code persist dictionaries or perform external synchronization — state appears ephemeral and local.
Install Mechanism
No install specification or remote downloads are provided; this is an instruction-first skill with source code included. All code is plain TypeScript/JS with no network or extraction steps, which is low risk.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The code does not read process.env or other system secrets.
Persistence & Privilege
The skill is not marked always:true and does not request persistent privileges. It can be invoked autonomously by agents (platform default) but there are no added privileges or modifications to other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install omega-notation - 安装完成后,直接呼叫该 Skill 的名称或使用
/omega-notation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Removed child_process from test runner, clean security scan
v1.0.2
Removed system-prompt override pattern, genericized test data, added per-request usage guidance, v2 context mode roadmap
v1.0.1
Honest compression specs per data type, v2 context mode roadmap, theoretical basis section
元数据
常见问题
Omega Notation 是什么?
Structured output compression for AI agents. Dramatically reduces token cost on structured data (evals, decisions, routing, policies, media summaries). Desig... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 198 次。
如何安装 Omega Notation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install omega-notation」即可一键安装,无需额外配置。
Omega Notation 是免费的吗?
是的,Omega Notation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Omega Notation 支持哪些平台?
Omega Notation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Omega Notation?
由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.3。
推荐 Skills