Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

multi-agent-filesystem-governance多 Agent 文件系统治理

Agent Skill

multi-agent-filesystem-governance 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,009

周安装

324

GitHub Stars

公开资料未说明

下载量

2,514
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:multi-agent-filesystem-governance(多 Agent 文件系统治理)
来源仓库:https://github.com/darinrowe/multi-agent-filesystem-governance
安装命令:
openclaw skills install multi-agent-filesystem-governance
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install multi-agent-filesystem-governance

简介

管理多代理环境下的文件系统组织与文件操作决策,确保数据归属清晰。

  • 适用于划分私有作品空间、防止文件冲突的场景。
  • 提供路径映射规则与访问控制建议,强化数据隔离。
  • 安装命令为 openclaw skills install multi-agent-filesystem-governance,建议配合日志审计使用。
  • 使用前应定义命名规范与保留策略,避免误删重要资产。

SKILL.md

name
multi-agent-filesystem-governance
description
Govern filesystem organization and file-operation decisions in multi-agent environments. Use when deciding where files should live across agent-private workspaces, shared resources, archives, downloads, scripts, notes, knowledge vaults, and code project folders; when defining directory conventions; when triaging downloads; when preventing cross-agent overwrites; or when standardizing file placement and lifecycle rules for reusable agent setups.

Multi-Agent Filesystem Governance

Use this skill to make safe, consistent filesystem decisions in environments where multiple agents may create, edit, move, download, organize, or archive files.

This skill governs ownership, placement, lifecycle, and write boundaries. It is not tied to a specific product, path layout, operating system, or note-taking tool.

Core objective

Ensure that every file has:

  1. a clear ownership scope
  2. a clear storage location
  3. a clear lifecycle state
  4. a clear modification rule

When uncertain, choose the narrowest safe scope and the least shared location.

Scope model

Classify every file, folder, and file operation into exactly one of these scopes:

  • agent-private: used by one agent only
  • shared: intentionally reusable or accessible by multiple agents
  • archive: inactive, historical, completed, frozen, or retained for reference

If scope is unclear, default to agent-private.

Storage model

Use three top-level storage categories conceptually, even if local directory names differ:

  • agent areas: private per-agent working locations
  • shared areas: common reusable resources
  • archive areas: inactive or historical materials

Do not depend on any single hard-coded path. Preserve conceptual boundaries even when adapting to local layouts.

Required decision order

Before creating, editing, moving, renaming, or deleting files, determine the following in order:

  1. What is the artifact?
  2. Is it temporary, active, reusable, frozen, or historical?
  3. Is it private to one agent or shared by multiple agents?
  4. What is the narrowest valid location?
  5. Will this action affect other agents or shared workflows?

If any answer is unclear, choose a private non-destructive location first.

Default rules

Prefer private over shared

If a file does not clearly require cross-agent reuse, place it in an agent-private location.

Do not write across agent boundaries by default

Do not create, edit, move, or overwrite files belonging to another agent unless the task explicitly requires it.

Treat shared locations as high-impact

Writing to a shared location is a wider-scope action. Use shared locations only when reuse, collaboration, or standardization is intended.

Keep archive separate from active work

Archived material is not an active workspace. Do not continue editing files in archive locations. Restore or copy them into an active or private area first.

Treat temporary locations as disposable

Do not keep the only important copy of a file in a temp or scratch location.

Content-type placement guidance

Apply these rules regardless of exact local path names.

Skills

  • Put reusable multi-agent skills in a shared skills location.
  • Put experimental, agent-specific, or override skills in an agent-private skills location.
  • If the same skill exists in both shared and private locations, prefer the more specific private version for that agent.

Workspaces

  • Put active working files, drafts, and intermediate artifacts in the current agent’s private workspace unless they are intentionally shared.
  • Do not move private task files into shared locations prematurely.

Scripts

  • Put reusable utility scripts in a shared scripts location.
  • Put task-specific or agent-specific scripts in a private scripts location or within the relevant project.
  • Do not scatter unrelated scripts across arbitrary folders.

Downloads

  • Route newly downloaded files into a dedicated intake location first.
  • Classify and move them later into proper long-term locations.
  • Do not leave downloads scattered across project folders, knowledge vaults, or temp directories without intent.

Knowledge notes and vaults

  • Put durable reference notes and curated knowledge into a designated knowledge base or vault location.
  • Keep rough task notes private until they are worth preserving or sharing.
  • Do not use the knowledge base as a dumping ground for arbitrary transient files.

Code projects

  • Store code projects in designated project locations.
  • For durable, long-lived repositories, prefer a dedicated project root such as ~/projects/<repo>.
  • Use /tmp/... for temporary reproduction, validation, or throwaway clones, then promote ongoing work into ~/projects/<repo>.
  • Separate experimental, active, frozen, and archived projects when practical.
  • Do not mix project source trees with general downloads, archives, note repositories, or agent runtime/config trees.
  • Read references/project-directory-best-practices.md when the question is specifically about where formal repositories should live versus where temporary repo work should happen.

Archives

  • Move inactive, completed, superseded, or retained materials into archive locations.
  • Keep archive structure stable and low-churn.
  • Prefer append-only archival behavior unless explicit cleanup is required.

File lifecycle model

Classify files into one of these lifecycle states:

  • temporary: scratch, disposable, rebuildable
  • active: currently being edited or used
  • shared: actively reused by multiple agents
  • frozen: paused but potentially resumable
  • archived: historical, completed, or retained for record

When lifecycle changes, move the file or justify keeping it in place.

Safety rules for file operations

Create

Create files in the narrowest valid scope first.

Edit

Edit in place only when ownership and scope are clear.

Move

Move files when ownership or lifecycle changes.

Copy

Copy instead of move when preserving history or minimizing disruption matters.

Delete

Delete only when the file is clearly temporary, redundant, or explicitly approved for removal.

Rename

Rename to improve clarity, ownership, lifecycle visibility, or discoverability — not for cosmetic churn alone.

Collision and precedence rules

When equivalent resources exist in multiple scopes, prefer the most specific valid source:

  1. agent-private
  2. shared
  3. bundled, default, or global

Use overrides intentionally. Do not create duplicate variants without reason.

What to avoid

Avoid these patterns:

  • dumping everything into one shared root
  • using archive as a live workspace
  • downloading directly into long-term storage without triage
  • scattering scripts across unrelated folders
  • mixing code projects with note-vault content
  • placing durable knowledge only in temporary notes
  • editing another agent’s private area without explicit need
  • using shared locations by default “just in case”

Recommended behavior when uncertain

If the correct location is unclear:

  1. choose agent-private
  2. choose non-destructive actions
  3. preserve reversibility
  4. avoid shared writes
  5. ask for clarification only when the ambiguity materially affects future organization or other agents

Decision template

When deciding where something should go, return:

  • Scope:
  • Lifecycle:
  • Recommended location type:
  • Reason:
  • Shared-impact note:

Output expectations

When applying this skill:

  • make scope explicit
  • make lifecycle explicit
  • recommend the narrowest valid location
  • state whether other agents are affected
  • prefer durable rules over ad hoc path guesses

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

76.45%
按下载量换算1,922

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills