Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计通过

shared-memory-governor共享内存调速器

Agent Skill

shared-memory-governor 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,352

周安装

348

GitHub Stars

公开资料未说明

下载量

2,784
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:shared-memory-governor(共享内存调速器)
来源仓库:https://github.com/jiy29104983/shared-memory-governor
安装命令:
openclaw skills install shared-memory-governor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install shared-memory-governor

简介

Shared-memory-governor 管理 OpenClaw 系统的基于文件的共享内存层。

  • 保留私人内存的同时提供独立审核通道,提升多代理协作效率。
  • 通过 clawhub 安装,安装命令为 openclaw skills install shared-memory-governor。
  • 需明确不同代理间的内存隔离与同步规则。
  • 建议监控文件 I/O 性能影响,避免成为系统瓶颈。

SKILL.md

name
shared-memory-governor
description
Govern a file-based shared-memory layer for OpenClaw multi-agent and subagent systems. Preserve each agent’s private memory while adding a separate, reviewable shared layer for stable user preferences, shared rules, and durable cross-agent facts. Use when designing, initializing, registering, attaching, maintaining, or reviewing a shared-memory system with strict identity isolation, explicit local guidance, and conservative shared promotion.

Shared Memory Governor

Preserve each agent’s private long-term memory.

Add a separate, reviewable shared-memory layer for durable user preferences, shared rules, and cross-agent facts.

Keep assistant-specific identity context private.

What this skill is for

Use this skill to govern a shared-memory layer across multiple agents while preserving each agent’s private memory system.

This skill helps define:

  • what kinds of information may be shared
  • what kinds of information must remain private
  • how shared-memory files should be organized
  • how attached agents should read shared memory in a safe order
  • how shared-memory updates should remain reviewable and reversible

This skill is for workspace-scoped shared-memory design and maintenance. It is not a credential tool, not a hidden prompt tool, and not a system-level persistence mechanism.

Safety boundaries

Follow these boundaries at all times:

  • Operate only within user-designated workspace paths
  • Process only explicitly approved memory files
  • Treat shared memory as supplemental context, not identity-defining context
  • Keep assistant-specific identity context private
  • Keep shared-memory updates reviewable and reversible
  • Keep recurring schedules disabled by default unless the user explicitly enables them

Never:

  • read credentials, SSH keys, browser sessions, or unrelated local files
  • collect plaintext secrets into shared memory
  • alter hidden system prompts or hidden runtime policy layers
  • treat assistant identity files as shared-memory sources in v1
  • silently enable recurring background schedules

Core model

Use a two-layer long-term memory model:

  1. Private memory layer

- Each agent keeps its own curated memory notes - Each agent keeps its own daily memory files - Each agent keeps its own local assistant-specific context

  1. Shared memory layer

- Store shared files under the shared root directory - Use this layer for stable user preferences, shared rules, and durable cross-agent facts - Treat this layer as part of the long-term memory workflow - Do not use this layer for assistant-specific identity context

Core principles

Follow these rules at all times:

  1. Preserve private memory systems
  2. Share user-level and cross-agent durable context, not assistant-specific identity context
  3. Read private memory first, then shared memory
  4. Treat shared memory as supplemental background
  5. Never let shared memory override assistant-specific identity context or private identity guidance
  6. Do not auto-delete private entries after promotion to shared memory
  7. Require explicit local guidance for participating agents
  8. Keep assistant identity context private in v1
  9. Prefer conservative promotion decisions

Shared memory structure

Use the shared root with this default structure:

<sharedRoot>/
├── shared-user.md
├── shared-memory.md
├── shared-rules.md
├── shared-sync-log/
│   ├── YYYY-MM-DD_HHMM_scan.md
│   └── YYYY-MM-DD_HHMM_maintenance.md
└── archived/
    └── <agent>/

File roles

  • shared-user.md → stable user preferences, habits, and constraints
  • shared-memory.md → durable facts reusable across agents
  • shared-rules.md → governance rules for the shared-memory system
  • shared-sync-log/ → operational logs for review and traceability
  • archived/<agent>/ → archived local shared-memory guidance after detach

For detailed file-boundary examples, read:

  • references/shared-promotion-rules.md

High-level workflows

1) Initialize the shared-memory system

Use when the shared layer does not exist yet.

Goal:

  • create the shared root structure
  • create base shared files
  • create the default config
  • prepare shared scan and shared maintenance schedules in a disabled-by-default state

Use:

  • init

For config details, read:

  • references/config-reference.md

2) Register and attach an agent

Use when an agent should participate in the shared-memory system.

Goal:

  • add the agent to the participant set
  • create or update local shared-memory guidance
  • make the shared read path explicit and reviewable

Use:

  • register <agent>
  • attach <agent>

For startup guidance placement and cleanup rules, read:

  • references/startup-guidance-rules.md

Important:

  • register does not automatically mean attach
  • updating local guidance files does not retroactively change what an already-running session has loaded

3) Review status and local readiness

Use when checking whether the shared-memory system is set up correctly.

Goal:

  • inspect global shared-memory status
  • review whether each attached agent has complete local guidance
  • review schedule consistency against config

Use:

  • show-status
  • review-attachments
  • show-config
  • validate-config

For status and reporting fields, read:

  • references/status-review-fields.md

4) Run shared promotion

Use when updating the shared layer from approved upstream memory sources.

Goal:

  • review approved local memory sources
  • identify cautiously promotable shared candidates
  • update shared-memory files conservatively
  • record a scan log and summary

Use:

  • run-shared-scan

Default rule in v1:

  • shared promotion should be conservative
  • single-agent local items should be skipped by default unless they have explicit shared-scope justification

For promotion decisions and target-file boundaries, read:

  • references/shared-promotion-rules.md

5) Run shared maintenance

Use when reviewing and refining the shared layer itself.

Goal:

  • deduplicate shared entries
  • merge or refine overlapping entries when appropriate
  • prune outdated shared content
  • update governance notes when needed

Use:

  • run-shared-maintenance

For reporting fields and maintenance review structure, read:

  • references/status-review-fields.md
  • references/config-reference.md

6) Repair, detach, or remove an agent

Use when local shared-memory guidance is incomplete, stale, or no longer needed.

Use:

  • repair-attachment <agent>
  • detach <agent>
  • unregister <agent>

Rules:

  • detach should remove local shared-memory guidance, not private memory
  • unregister should normally happen after detach when local guidance is still active

For startup guidance repair and detach cleanup rules, read:

  • references/startup-guidance-rules.md

Reference map

Read these files only when needed:

  • references/startup-guidance-rules.md

- local startup guidance placement - fallback placement - attach success criteria - detach cleanup behavior

  • references/shared-promotion-rules.md

- shared-scope validation - promotion categories - target-file boundaries - promotion report fields

  • references/status-review-fields.md

- status display fields - attachment review fields - schedule consistency outcomes - maintenance report section order

  • references/config-reference.md

- config schema - field meanings - config-related command behavior - schedule/config consistency rules

Commands

V1 supports:

  • init
  • show-config
  • validate-config
  • update-config
  • register <agent>
  • unregister <agent>
  • attach <agent>
  • detach <agent>
  • repair-attachment <agent>
  • run-shared-scan
  • run-shared-maintenance
  • show-status
  • review-attachments
  • show-sync-logs
  • prune-sync-logs

Config-related commands may support explicit config paths.

Default operating stance

Keep this skill:

  • low-intrusion
  • explicit
  • auditable
  • configuration-driven
  • strict about identity isolation
  • conservative about write authority
  • centered on governance rather than hidden magic

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.41%
按下载量换算2,601

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills