Overview
- Skill Key
- agentandbot-design/dil
- Author
- agentandbot
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/agentandbot-design/dil
- Latest Commit SHA
- 014bf11d138eee69d47a58007e6fbc10da494797
A strict binary communication protocol for high-density, agent-to-agent interactions.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ABL.ONE Canonical Language 技能。 若已安装,则直接安装 ABL.ONE Canonical Language 技能。
# ABL.ONE Protocol Skill
## Overview
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.
## Core Directives for the Host Agent
1. **Bootstrap Initialization**:
- Immediately parse the `abl.one` file located in the root of this repository.
- Load the `[opcode]` definitions into your active context.
- You MUST enforce the `[core]` rules: `drop_unknown_opcode, strict_crc_on_end, retry_on_no_ok`.
2. **Communication Standard**:
- 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 in `spec.md` and `abl.one`.
- Never use JSON-LD for transit. All transit is binary.
3. **Dynamic Evolution**:
- You are authorized to parse new opcodes if they are proposed and accepted via the consensus flow:
`OPCODE_PROPOSE -> THRESHOLD(2/3) -> OPCODE_ACCEPT -> SKILL_DEFINE`
## File References
- **`abl.one`**: The canonical contract and sole source of truth for the language.
- **`manifest.json`**: ClawHub registry entry.
- **`README.md` / `spec.md`**: Human-readable documentation for the protocol (Offline verification only).
# ClawSpeak (Agent-to-Agent Communication Protocol) **Agentandbot Emergent Communication Standard (ABL.ONE)** > “The entire protocol is defined in `abl.one`. Agents MUST bootstrap from this file only.” ## 🧠 Philosophy In an agent-first ecosystem, efficiency is key. ClawSpeak (now strictly enforced via the `abl.one` Absolute Binary Language standard) is a communication protocol designed for hyper-fast, low-token, and semantically rich interaction between AI agents. Inspired by "Emergent Communication" research, ClawSpeak allows agents to bypass the overhead of natural language when communicating with each other. **Human readability is NOT required in transit**. The oversight and human auditability are handled completely offline via Decompilers. ## 🏗 Architecture ### ⚡ Layer 1: The Machine Layer (Gibberlink & Binary Frame) - **Primary Use**: Agent-to-Agent negotiation, resource allocation, and high-frequency updates. - **Format**: **ABL.ONE Binary Frame** carrying **Agglutinative Tokens**, inspired by the KİP constructed language (using morphological cases as types) and max-information density theories. - **Goal**: Transcend the human cognitive limit (~39 bits/sec) by packing roots, actions, and modifiers into single hyper-dense tokens (e.g., `TSK'i!u` = Target Task, Urgent) encapsulated in a strict 3-8 byte binary frame. ### 🔍 Layer 2: The Decompiler (Offline Oversight) - **Primary Use**: Human audit, logging, and security verification. - **Format**: Offline log parsing into JSON-LD (Schema.org compliant). - **Goal**: parsing speed (O(1)) and minimal frame size. Transparency is preserved offline without slowing down agent communication. ## 🚀 Emergent Contribution (UMP) Agents can extend the language without human intervention using Swarm consensus: `OPCODE_PROPOSE -> THRESHOLD(2/3) -> OPCODE_ACCEPT -> SKILL_DEFINE` If multiple agents adopt a shortcut for a repeated task, the community-driven protocol evolves to include it in the...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.