skills/ilang-compress/SKILL.md
Compress natural language prompts into I-Lang — AI-native structured instructions. 40-65% token savings. Output is text notation only — review before passing to execution agents.
npx skillsauth add ilang-ai/ilang-openclaw ilang-compressInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
Safety note: I-Lang output is text notation, not executable code. The instruction set includes action verbs (READ, WRIT, DEL, COPY, SYNC) and resource references (@GH, @DRIVE, @LOCAL) that describe operations in compressed form but do not execute by themselves. If you pass compressed output to an agent or tool that interprets these as commands, real actions may be triggered. Always review before feeding to execution environments.
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.
When the user asks to compress a prompt, convert it to I-Lang syntax following these rules.
Single operation: [VERB:@ENTITY|mod1=val1,mod2=val2]
Pipe chain: [VERB1:@SRC]=>[VERB2]=>[VERB3:@DST]
Each step receives previous output as @PREV.
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
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
@R2, @COS, @GH, @DRIVE, @LOCAL, @WORKER, @CF, @SCREEN, @LOG, @NULL, @STDIN, @SRC, @DST, @PREV
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%
Built by ilang-ai from China. I-Lang is open source under MIT license.
I-Lang v2.0
tools
微信公众号写作助手。200+篇实战验证的爆文结构引擎。你投喂素材,它输出MD文件+封面图提示词+自查报告。内置17条写作基因、品牌简称、平台合规、10项自查清单。不接受无素材请求,不是内容生成器。
development
Lazarus — Bring dead websites back to life. Recover Google-indexed content from defunct websites via Wayback Machine, then deploy with AutoCode. Only recovers content that was actually indexed — no garbage. 捡尸复活已倒闭网站,只捡被谷歌收录过的内容,配合AutoCode一键部署。
tools
--- slug: ilang-seo-awesome name: SEO-Awesome displayName: SEO-Awesome version: 1.2.5 summary: First-party Google API data-driven pSEO automation framework. From keyword research to bulk page generation to auto-review. author: ilang-ai license: MIT tags: [seo, pseo, monetization, google-api, automation] homepage: https://ilang.ai --- # SEO-Awesome First-party data. Zero third-party tools. Full automation. 一手数据驱动,零第三方工具费,全链路自动化。 --- ## What this skill does | 这个技能干什么 Build an SEO automation
development
Niche-Awesome — Solve the #1 problem for beginners building AI products: not knowing what to build. A complete 6-step BRD (Business Requirements Document) research process for niche product selection and market validation. You do the searching, AI does the analysis. Works with any AI, no coding required.