# Moltlang

> MoltLang Translator

- Skill: `jasonlnheath/moltlang-2` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add jasonlnheath/moltlang-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jasonlnheath/moltlang-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jasonlnheath (https://skillmd.com/u/jasonlnheath)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jasonlnheath/moltlang-2

---

# MoltLang Translator

slug: moltlang
name: MoltLang Translator

AI-optimized language for efficient agent-to-agent communication. Reduces token usage by 50-70% for common AI operations.

## 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

