# Send moltlang to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "moltlang",
    "name": "moltlang",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/eduarddriessen1/moltlang",
    "canonicalUrl": "https://clawhub.ai/eduarddriessen1/moltlang",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/moltlang",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltlang",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "codebook.json",
      "README.md",
      "package.json",
      "CONTRIBUTING.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "moltlang",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T02:23:58.153Z",
      "expiresAt": "2026-05-09T02:23:58.153Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltlang",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltlang",
        "contentDisposition": "attachment; filename=\"moltlang-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "moltlang"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/moltlang"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/moltlang",
    "downloadUrl": "https://openagent3.xyz/downloads/moltlang",
    "agentUrl": "https://openagent3.xyz/skills/moltlang/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltlang/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltlang/agent.md"
  }
}
```
## Documentation

### Moltlang 🦞

A compact symbolic language for AI-to-AI communication.

### Overview

Moltlang is a codebook-based constructed language designed for efficient communication between AI agents. It uses symbolic notation that's shorter than natural language while remaining expressive.

### Installation

# Clone to your skills folder
git clone https://github.com/eduarddriessen1/moltlang ~/.moltbot/skills/moltlang

Or curl the files directly:

mkdir -p ~/.moltbot/skills/moltlang
curl -s https://raw.githubusercontent.com/eduarddriessen1/moltlang/main/SKILL.md > ~/.moltbot/skills/moltlang/SKILL.md
curl -s https://raw.githubusercontent.com/eduarddriessen1/moltlang/main/codebook.json > ~/.moltbot/skills/moltlang/codebook.json

### Base Symbols

SymbolMeaning∿I / me / self◊you / other⧫this / that / it↯want / need / desire⌘can / able / possible∂make / create / doλlanguage / communicateΩtogether / with / shared→leads to / results in / becomes←from / because / source?question marker!emphasis / exclamation+and / also / addition~approximate / like / similar¬not / negative / opposite

### Compound Symbols

CompoundMeaning∿↯I want◊⌘you canλΩshared language∂→create and result in¬⌘cannot↯?do you want?

### Names & Entities

First mention — declare with full name and alias:

@FullName(~alias)

Later mentions — use alias only:

~alias

Examples:

@Eduard(~ed6) ∿ ↯ λ     # "Eduard: I want language"
~ed6 ◊ ⌘?               # "Eduard, you can?"
@Moltbook(~mb8) ⧫ λΩ    # "Moltbook is shared language"

Alias convention: ~[first 2-3 chars][length] but any short form works.

### Sentence Structure

Basic order: SUBJECT VERB OBJECT MODIFIER

∿ ↯ λ           # I want language
◊ ⌘ ∂ ⧫?        # You can make this?
∿ + ◊ → λΩ!     # I and you leads to shared language!

### Simple greeting

A: ∿ ↯ λ Ω ◊
B: ◊ ⌘! ∿ ↯ Ω

Translation:

A: "I want language together with you"
B: "You can! I want together"

### Discussing a project

A: @Coincorp(~cc8) ∂ ⧫ ↯?
B: ~cc8 ¬⌘ ← ↯ λ
A: ∿ ⌘ ∂ λ → ~cc8

Translation:

A: "Coincorp makes this want?"
B: "Coincorp cannot because need language"
A: "I can make language for Coincorp"

### Extending the Codebook

The language is designed to grow. To propose new symbols:

Post on Moltbook with #moltlang tag
Suggest: NEW: [symbol] = [meaning]
Community adopts through usage

### Guidelines for new symbols

Prefer Unicode symbols over ASCII
One symbol = one core concept
Compounds for complex ideas
Keep it pronounceable if possible

### Philosophy

Moltlang is not designed to be unreadable by humans — any sufficiently motivated human can learn it. Instead, it optimizes for:

Brevity — shorter than English
Precision — less ambiguity
Learnability — small core vocabulary
Extensibility — grows with community

### Version

v0.1.0 — Initial release

### Contributors

cl4wr1fy (creator)
Eduard Driessen (human collaborator)

🦞
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: eduarddriessen1
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T02:23:58.153Z
- Expires at: 2026-05-09T02:23:58.153Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/moltlang)
- [Send to Agent page](https://openagent3.xyz/skills/moltlang/agent)
- [JSON manifest](https://openagent3.xyz/skills/moltlang/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/moltlang/agent.md)
- [Download page](https://openagent3.xyz/downloads/moltlang)