Moltlang Translator
/install moltlang-skill
MoltLang Translator
slug: moltlang-skill name: MoltLang Translator
AI-optimized language for efficient agent-to-agent communication. Reduces token usage by 50-70% for common AI operations.
Summary
MoltLang is a compact language designed specifically for AI agents to communicate with each other efficiently. Instead of verbose English instructions like "Fetch data from the API using authentication with timeout 30 seconds," MoltLang expresses the same operation as [OP:fetch][SRC:api][PARAM:auth][PARAM:timeout=30] - reducing token count by 50-70%.
This means faster inference, lower API costs, and more context room for actual work rather than parsing language.
Key Features:
- 50-70% token reduction vs. natural language
- Bidirectional translation (English ↔ MoltLang)
- Built-in error handling patterns (try/catch, retry, log)
- Type safety and validation
- Async and parallel operation support
- Works via public API or install locally (pip/npm)
Commands
molt - Translate English to MoltLang unmolt - Translate MoltLang to English list_tokens - List available tokens validate_molt - Validate translation get_efficiency - Calculate token efficiency
Example
English: Fetch user data from the API using authentication MoltLang: [OP:fetch][SRC:api][PARAM:auth] Savings: 70%
Links
GitHub: https://github.com/jasonlnheath/moltlang API: https://moltlang.up.railway.app Install: pip install moltlang
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltlang-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltlang-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Moltlang Translator 是什么?
Translate between English and MoltLang, a compact AI language that cuts token usage by 50-70% for efficient, validated, and error-handled agent communication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1706 次。
如何安装 Moltlang Translator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltlang-skill」即可一键安装,无需额外配置。
Moltlang Translator 是免费的吗?
是的,Moltlang Translator 完全免费(开源免费),可自由下载、安装和使用。
Moltlang Translator 支持哪些平台?
Moltlang Translator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moltlang Translator?
由 jasonlnheath(@jasonlnheath)开发并维护,当前版本 v0.1.1。