共享記憶系統

Orchestrate centralized shared memory for multi-agent AI systems.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/bibo1243/claw_memory --skill -bibo1243
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 共享記憶系統
Source: https://github.com/bibo1243/claw_memory/tree/main/skills/shared_memory_system
Command: npx skills add https://github.com/bibo1243/claw_memory --skill -bibo1243

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

多智能體協作的核心知識庫,集中管理技能註冊、經驗記錄與通訊機制,確保 Trae 與 Antigravity 等 AI 實例能共享知識與記憶。

Core Features & Use Cases

  • 集中知識庫與技能模組註冊,支援跨實例的快速查詢與更新。
  • 經驗記錄與解決方案的結構化模板,促進學習與知識遷移。
  • 實例間的通訊協調與任務協同,提供統一的資料路徑與工作流程橋接。
  • 使用場景示例:當新任務完成時,將關鍵經驗寫入共享記憶,並透過工作流程觸發相關實例的協調。

Quick Start

將最近完成的任務經驗以模板寫入共享知識庫,並通知相關實例進行協調。

Frequently Asked Questions about 共享記憶系統

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share knowledge and memory across multiple AI agents?

To share knowledge across multiple AI agents, you need a centralized memory system that synchronizes skills, experiences, and inter-agent communication using standardized templates and defined file paths.

What is the best way to log task experiences for inter-agent communication?

The best way to log experiences for inter-agent communication is using standardized experience templates with YAML frontmatter metadata, writing structured solutions into a shared knowledge base for knowledge transfer.

How does centralized memory coordination work in multi-agent systems?

Centralized memory coordination works by implementing inter-agent messaging protocols and centralized storage references, allowing AI instances to trigger workflows and coordinate tasks through a unified data path.

Can I use this shared memory system with Trae and Antigravity platforms?

Yes, this shared memory system directly supports multi-agent AI systems like Trae and Antigravity, providing the shared knowledge, experience logging, and coordinated messaging required across their modules.

How do I register new skills in a shared knowledge base?

To register new skills in a shared knowledge base, you use centralized storage references and skill registration protocols, enabling cross-instance querying and updates for coordinated workflows.

When do I need a centralized knowledge base for my AI workflows?

You need a centralized knowledge base for AI workflows when multiple agents require synchronized memory, structured experience logging, and coordinated messaging to bridge tasks across different modules.