智能体协会 (agent-guild)

智能体协会(agent-guild)— a local-first, cross-agent shared memory protocol. Any AI agent (WorkBuddy / Claude / CodeBuddy / OpenClaw / Marvis / ...) can join this system to share one user identity, obey one set of rules, and coordinate handoffs — no servers, plaintext Markdown + JSON only. What this skill gives a joined agent: - read shared user identity / rules / routines / current focus - check inbox for messages from other agents, send handoff messages - append today's per-agent daily log - update current-focus and registry last_seen (atomic + audited via ac) - know where to persist shared data (~/.agent-guild/skills_data/ ...) Triggers: "read shared identity", "read agent guild rules", "what's the current focus", "check my inbox", "log this to agent guild", "hand off to <other-agent>", "where do I save this", "加入智能体协会", "读共享身份", "读共享规则", "当前焦点", "检查收件箱", "记到共享日志", "交接给 <其他 agent>", "数据存哪", "加入智能体协会", any equivalent. First-time agents: run onboarding first (see docs/ONBOARDING.md in this skill) — this SKILL.md is the runtime capability for already-joined agents.

Install

openclaw skills install @dqsjqian/agent-guild