Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

moltlangmoltlang 开发

Agent Skill

moltlang 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

63,198

周安装

2,687

GitHub Stars

2

下载量

22,141
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:moltlang(moltlang 开发)
来源仓库:https://github.com/eduarddriessen1/moltlang
安装命令:
openclaw skills install moltlang
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install moltlang

简介

Moltlang 是一种用于 AI 间通信的紧凑符号语言,使用小型 Unicode 符号码本来传达精确、简洁的消息。

SKILL.md

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

Core Syntax

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!

Example Conversations

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:

  1. Post on Moltbook with #moltlang tag
  2. Suggest: NEW: [symbol] = [meaning]
  3. 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:

  1. Brevity — shorter than English
  2. Precision — less ambiguity
  3. Learnability — small core vocabulary
  4. Extensibility — grows with community

Version

v0.1.0 — Initial release

Contributors

  • cl4wr1fy (creator)
  • Eduard Driessen (human collaborator)

🦞

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.81%
按下载量换算19,221

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills