Install
openclaw skills install axodus-file-operationsPerform safe, auditable file operations with path validation and backups.
openclaw skills install axodus-file-operationsPerform safe, auditable file operations (read/write/update/delete/move/copy) in an MCP-enabled environment with path validation and backups.
operation (required, enum: read|write|update|delete|move|copy).paths (required, object):
source (optional, string)target (optional, string)targets (optional, string[])content (optional, string): for write/update.backup (optional, boolean, default: true for overwrite/delete).constraints (optional, string[]): e.g., “only within workspaceâ€.backup=true, create a backup copy (timestamped).operation: "<operation>"
affected: ["<path>"]
backup_paths: ["<path>"]
result: "success|blocked|failed"
notes: ["..."]
Update a config file:
operation: updatepaths: { target: "apps/api/.env.example" }