β³ This skill is pending AI review.
Scores will appear once the review pipeline completes.
cellar-door
πΈ Cellar Door β Create, verify, and link EXIT and ENTRY markers: portable cryptographic proofs of departure and arrival for agents, users, and DAOs.
// RATINGS
Not yet listed on ClawHub or SkillsMP
// README
@cellar-door/openclaw-skill
β οΈ Pre-release software β no formal security audit has been conducted. This project is published for transparency, review, and community feedback. It should not be used in production systems where security guarantees are required. If you find a vulnerability, please report it to [email protected].
Let your OpenClaw agent create and verify EXIT/ENTRY markers.
πΊοΈ Ecosystem
| Package | Description | npm |
|---|---|---|
| cellar-door-exit | Core protocol β departure markers | |
| cellar-door-entry | Arrival markers + admission | |
| @cellar-door/mcp-server | MCP integration | |
| @cellar-door/langchain | LangChain integration | |
| @cellar-door/vercel-ai-sdk | Vercel AI SDK integration | |
| @cellar-door/openclaw-skill | OpenClaw agent skill β you are here |
Paper Β· Website Β· NIST Submission Β· Policy Briefs
Quick Start
Install as an OpenClaw skill. The scripts handle dependency installation automatically.
# Your OpenClaw agent can now say:
# "Create a departure record for did:web:platform.example"
# "Verify this EXIT marker: {...}"
# "Transfer my agent from platform-a to platform-b"
Commands
| Script | Purpose |
|---|---|
exit.sh | Create a signed EXIT marker for agent departure |
entry.sh | Create an ENTRY marker for agent arrival |
verify.sh | Verify any EXIT or ENTRY marker |
transfer.sh | Full passage: EXIT β ENTRY with continuity proof |
Dependencies
- cellar-door-exit β EXIT marker creation and verification
- cellar-door-entry β ENTRY marker creation and verification
Links
- cellar-door.dev β Project homepage
- EXIT Protocol Spec v1.2
- ENTRY Protocol Spec v1.0
License
Apache-2.0
// HOW IT'S BUILT
KEY FILES