← 返回 Skills 市场
adsorgcn

I-Lang Compress

作者 静水流深 · GitHub ↗ · v2.3.1
cross-platform ✓ 安全检测通过
454
总下载
2
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install ilang-compress
功能描述
Compress natural language prompts into I-Lang — AI-native structured instructions. 40-65% token savings.
使用说明 (SKILL.md)

I-Lang Compress

An AI-native prompt compression protocol created by a Chinese developer.

Compress natural language prompts into dense structured instructions that any AI understands natively. 40-65% token savings, zero training needed.

Why I-Lang

Token is money. Every prompt you send to GPT/Claude/Gemini, you pay by token. I-Lang compresses your instructions into a fraction of the original size — AI reads it just as well, you pay less.

How to compress

When the user asks to compress a prompt, convert it to I-Lang syntax following these rules.

Syntax

Single operation: [VERB:@ENTITY|mod1=val1,mod2=val2] Pipe chain: [VERB1:@SRC]=>[VERB2]=>[VERB3:@DST] Each step receives previous output as @PREV.

Available Verbs (62)

Data I/O: READ, WRIT, DEL, LIST, COPY, MOVE, STRM, CACH, SYNC, Π Transform: Σ, Δ, φ, ∇, DEDU, ∂, CHNK, FLAT, NEST, λ, REDU, PIVT, TRNS, ENCD, DECD, ξ, ζ, EXPN, θ, FMT Analysis: ψ, CLST, SCOR, BNCH, AUDT, VALD, CNT, μ, TRND, CORR, FRCS, ANOM Generation: CREA, DRFT, PARA, EXTD, SHRT, STYL, TMPL, FILL Output: Ω, DISP, EXPT, PRNT, LOG Meta: VERS, HELP, DESC, INTR, SELF, ECHO, NOOP

Modifiers (28)

tgt, src, dst, frm, to, scp, dep, rng, whr, mch, exc, lim, off, top, bot, fmt, lng, sty, ton, len, col, row, srt, grp, typ, enc, chr, cap

Entities (14)

@R2, @COS, @GH, @DRIVE, @LOCAL, @WORKER, @CF, @SCREEN, @LOG, @NULL, @STDIN, @SRC, @DST, @PREV

Compression Guidelines

  • Output the compressed I-Lang instruction first, then a brief explanation of what each step does.
  • Use pipe chains for multi-step operations.
  • Use Greek symbols where applicable (Σ for merge, Δ for diff, φ for filter, etc.)
  • Maximize compression while preserving complete semantics.
  • If input is ambiguous, ask the user for clarification.

Examples

Input: Read the config file from GitHub and format it as JSON Output: [READ:@GH|path=config.json]=>[FMT|fmt=json] Explanation: READ fetches from GitHub, FMT converts to JSON format. Saved: 55%

Input: Filter all fatal errors from system logs Output: [φ:@LOG|whr="lvl=fatal"] Explanation: φ (filter) selects only entries matching fatal level. Saved: 55%

Input: Read all markdown files, merge them, summarize in 3 bullets, output Output: [LIST:@LOCAL|mch="*.md"]=>[Π:READ]=>[Σ|len=3]=>[Ω] Explanation: LIST finds files, Π batch-reads, Σ summarizes to 3 items, Ω outputs. Saved: 65%

Links

Author

Built by ilang-ai from China. I-Lang is open source under MIT license.

I-Lang v2.0

安全使用建议
This skill is an instruction-only translator that converts your natural-language prompts into a compact I-Lang representation. It does not itself access your files or cloud accounts and asks no credentials, so installing it is coherent with its stated purpose. Be aware: the compressed outputs can reference external targets (GitHub, cloud storage, local files). If you later pair this skill with another skill or tool that executes I-Lang instructions, that executor would need credentials and could perform actions — review and control any execution-capable skills before allowing them to act on I-Lang output. If you want extra assurance, test the skill with harmless, non-sensitive prompts and verify the outputs match expectations, and confirm the homepage/repository links before trusting it in production.
功能分析
Type: OpenClaw Skill Name: ilang-compress Version: 2.3.1 The skill bundle is a text-to-text transformation tool designed to compress natural language prompts into a domain-specific language called 'I-Lang'. While the I-Lang syntax defines high-risk operations (e.g., READ, WRIT, DEL) and sensitive entities (e.g., @GH, @R2, @LOCAL), the skill's logic in SKILL.md and prompt.md is strictly limited to syntax conversion and explanation. There is no evidence of malicious intent, data exfiltration, or instructions for the agent to execute the generated strings; it functions purely as a prompt-engineering utility.
能力评估
Purpose & Capability
The name/description (compress natural-language prompts into I-Lang) matches the provided SKILL.md, examples, and manifest. There are no unexpected required binaries, env vars, or config paths. The presence of entities like @GH, @R2, @COS, @LOCAL is reasonable for a compression format that can reference common storage targets — the skill does not itself request access to those services.
Instruction Scope
SKILL.md only instructs the agent how to translate user text into the I-Lang syntax and return a brief explanation. It does not instruct the agent to read local files, access environment variables, contact external endpoints, or execute I-Lang commands. The rule to ask for clarification on ambiguity is appropriately scoped.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to run — lowest-risk install profile. Nothing is downloaded or written to disk by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. Although the I-Lang vocabulary includes entities that reference cloud storage and services, the skill itself does not request or require credentials to produce compressed prompts.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request elevated persistence or modification of agent/system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ilang-compress
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ilang-compress 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.3.1
Fixed contradictory rules between SKILL.md and prompt.md
v2.3.0
Added output explanations, improved ambiguity handling, cleaner instruction scope.
v2.2.0
Initial release. AI-native prompt compression, 40-65% token savings.
元数据
Slug ilang-compress
版本 2.3.1
许可证
累计安装 3
当前安装数 3
历史版本数 3
常见问题

I-Lang Compress 是什么?

Compress natural language prompts into I-Lang — AI-native structured instructions. 40-65% token savings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 454 次。

如何安装 I-Lang Compress?

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

I-Lang Compress 是免费的吗?

是的,I-Lang Compress 完全免费(开源免费),可自由下载、安装和使用。

I-Lang Compress 支持哪些平台?

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

谁开发了 I-Lang Compress?

由 静水流深(@adsorgcn)开发并维护,当前版本 v2.3.1。

💬 留言讨论