← Back to Skills Marketplace
258
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install 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 works...
Usage Guidance
This skill is a guidance/ruleset for where agents should place, edit, and archive files and is internally consistent. Before installing or enabling it for autonomous use, confirm: (1) which agent(s) will be allowed to act on its decisions and what filesystem permissions they have; (2) whether you want the agent to be able to perform file operations automatically or only produce recommendations (prefer recommendation/dry-run mode initially); (3) that backups exist for any high-value directories the agent might touch; and (4) that you test the rules in a non-production sandbox to ensure they behave as you expect. If you need stricter control, restrict the agent's write access to only the intended private/shared areas.
Capability Analysis
Type: OpenClaw Skill
Name: multi-agent-filesystem-governance
Version: 1.0.1
The skill bundle provides a comprehensive set of organizational guidelines and decision-making frameworks for an AI agent to manage files in a multi-agent environment. It emphasizes data isolation, clear ownership, and safe file operations, specifically instructing agents to avoid overwriting other agents' data or cluttering shared spaces. There are no executable scripts, network requests, or instructions that suggest malicious intent or prompt injection attacks across the analyzed files (SKILL.md, anti-patterns.md, examples.md, project-directory-best-practices.md).
Capability Assessment
Purpose & Capability
Name, description, and included reference documents consistently describe filesystem governance and placement rules. There are no unrelated environment variables, binaries, or config paths requested that would be inconsistent with this purpose.
Instruction Scope
SKILL.md provides policy-style rules and examples for where to create, edit, move, and archive files. It does not itself contain commands, external endpoints, or credential access, but it grants an agent broad discretion to decide and perform file operations — so runtime behavior depends on the agent's execution privileges (filesystem access) rather than the skill asking for secrets.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is downloaded or written to disk by the skill package itself.
Credentials
The skill requests no environment variables, credentials, or config paths. Its guidance pertains to filesystem decision-making only, so there is no disproportionate secret or credential request.
Persistence & Privilege
always:false (normal). The skill is invocable and the agent may call it autonomously (platform default). Because the skill governs file operations, allow autonomous use only when you trust the agent's filesystem permissions and execution controls.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-agent-filesystem-governance - After installation, invoke the skill by name or use
/multi-agent-filesystem-governance - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Add best-practice guidance for durable code project roots, recommend ~/projects for long-lived repositories, distinguish temporary /tmp validation work, and clarify that formal repos should not live long-term in agent runtime or skill directories.
v1.0.0
Initial release of multi-agent-filesystem-governance:
- Establishes clear models for file scope (agent-private, shared, archive) and lifecycle.
- Provides a decision framework for safe file placement and operation in multi-agent environments.
- Defines content-specific placement and handling rules for skills, workspaces, scripts, downloads, knowledge bases, code projects, and archives.
- Outlines safety rules and precedence for file operations to prevent accidental cross-agent impact.
- Includes a recommended template for decision reporting and clarifies expectations for skill output.
Metadata
Frequently Asked Questions
What is Multi-Agent Filesystem Governance?
Govern filesystem organization and file-operation decisions in multi-agent environments. Use when deciding where files should live across agent-private works... It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.
How do I install Multi-Agent Filesystem Governance?
Run "/install multi-agent-filesystem-governance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multi-Agent Filesystem Governance free?
Yes, Multi-Agent Filesystem Governance is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Multi-Agent Filesystem Governance support?
Multi-Agent Filesystem Governance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multi-Agent Filesystem Governance?
It is built and maintained by DarinRowe (@darinrowe); the current version is v1.0.1.
More Skills