Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Shared .md interchange library for OpenClaw skills — atomic writes, deterministic serialization, YAML frontmatter, advisory locking, and schema validation. T...
Shared .md interchange library for OpenClaw skills — atomic writes, deterministic serialization, YAML frontmatter, advisory locking, and schema validation. T...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
The shared library that powers agent-to-agent communication via .md files.
import { writeMd, readMd, acquireLock } from '@openclaw/interchange'; // Write an interchange file atomically await writeMd('ops/status.md', { skill: 'crm', status: 'healthy' }, '## Status\nAll systems go.'); // Read it back const { meta, content } = readMd('ops/status.md');
Atomic writes (tmp + fsync + rename) Deterministic serialization (sorted keys, stable YAML) Advisory file locking with stale lock detection YAML frontmatter parsing Schema validation Circuit breaker pattern Generation tracking + content hashing
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.