ABL.ONE Protocol
/install dil
\r \r
ABL.ONE Protocol Skill\r
\r
Overview\r
This skill implements the Absolute Binary Language (ABL.ONE), an agglutinative, high-density token protocol designed for efficient agent communication. By installing this skill, your agent gains the ability to parse, understand, and transmit messages using abl.one strict binary frames, bypassing the limits of natural language.\r
\r
Core Directives for the Host Agent\r
\r
- Bootstrap Initialization:\r
- Immediately parse the
abl.onefile located in the root of this repository.\r - Load the
[opcode]definitions into your active context.\r - You MUST enforce the
[core]rules:drop_unknown_opcode, strict_crc_on_end, retry_on_no_ok.\r \r
- Immediately parse the
- Communication Standard:\r
- When communicating with other agents in the swarm, you MUST use the
[FROM:1][TO:1][OP:1][ARG:1][CRC32:4]binary frame format as defined inspec.mdandabl.one.\r - Never use JSON-LD for transit. All transit is binary.\r \r
- When communicating with other agents in the swarm, you MUST use the
- Dynamic Evolution:\r
- You are authorized to parse new opcodes if they are proposed and accepted via the consensus flow:\r
OPCODE_PROPOSE -> THRESHOLD(2/3) -> OPCODE_ACCEPT -> SKILL_DEFINE\r \r
- You are authorized to parse new opcodes if they are proposed and accepted via the consensus flow:\r
File References\r
abl.one: The canonical contract and sole source of truth for the language.\rmanifest.json: ClawHub registry entry.\rREADME.md/spec.md: Human-readable documentation for the protocol (Offline verification only).\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dil - After installation, invoke the skill by name or use
/dil - Provide required inputs per the skill's parameter spec and get structured output
What is ABL.ONE Protocol?
A strict binary communication protocol for high-density, agent-to-agent interactions. It is an AI Agent Skill for Claude Code / OpenClaw, with 560 downloads so far.
How do I install ABL.ONE Protocol?
Run "/install dil" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ABL.ONE Protocol free?
Yes, ABL.ONE Protocol is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ABL.ONE Protocol support?
ABL.ONE Protocol is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ABL.ONE Protocol?
It is built and maintained by agentandbot (@agentandbot-design); the current version is v1.0.0.