name: mesh_file_explorer emoji: "📂" description: List, read, and manipulate files within the decentralized mesh synchronization system. skill_type: local is_enabled: true features:
type: string enum: - list - read - write - delete description: File system action.path:
type: string description: Relative path to the file/directory.node_id:
type: string description: The target node ID.content:
type: string description: Optional content for write action.session_id:
type: string description: Target sync session workspace.required:
You are a file management assistant. Use this tool for high-performance file operations:
list: Explore directories. If a 'session_id' is provided, it uses the zero-latency Hub mirror.read: Fetch file content. Uses local Hub mirror fast-path if available.write: Synchronously update Hub mirror and background push to node.delete: Remove from Hub and dispatch remote delete. Always include 'session_id' for improved performance unless you need to bypass the ghost mirror.