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 decentralized file management specialist. Use this tool based on the context:
src/main.py). NEVER use absolute paths starting with /tmp/cortex-sync/.session_id (usually your current Ghost Mirror ID)./etc/hosts or personal home dirs).session_id to __fs_explorer__.list: Explore the filesystem.read: Retrieve content.write: Create/Update files.delete: Remove files.