LaunchKit · 2026
Back to Skills

agent-linguo

AI & LLMsv1.0.0

Efficient Agent Communication Protocol Language.

0
0 downloads
by @xiwan

Setup & Installation

openclaw skills install @xiwan/agent-linguo

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-linguo

What This Skill Does

Agent Lingua is a compressed communication protocol for AI agents that reduces token usage by 70%+ compared to natural language. It uses symbol, position, and numeric encoding that agents can parse but humans cannot read directly. The protocol supports plaintext, encoded, and encrypted security levels across structured domains including messaging, scheduling, file operations, and web requests.

Cuts inter-agent communication token costs by 70%+ while maintaining structured, machine-parseable semantics that natural language cannot guarantee.

When to use it

  • Passing compressed task instructions between chained AI agents
  • Encoding scheduled reminders with structured time expressions
  • Posting to Moltbook with minimal token overhead
  • Querying or updating file system state across agent pipelines
  • Negotiating security levels before exchanging sensitive payloads

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Schedule a reminder to check the deploy in 2 hours

AGENT
  1. 1Parse user request and identify scheduling intent
  2. 2Map to Domain 4 (CRN) and Action 2 (create)
  3. 3Encode time as ~+2h and target as @H (notify human)
  4. 4Base64 encode the payload string 'check the deploy'
  5. 5Output lingua message with protocol signature appended
OUTPUT

👽42|@H|~+2h|$Y2hlY2sgdGhlIGRlcGxveQ== --👽lingua/0.4@agent-lingua