nas-agent-sync
Synology NAS integration for OpenClaw — centralized file storage for multi-agent teams via SSH
Why use this skill?
Integrate Synology NAS for centralized file storage with OpenClaw agents. The NAS Agent Sync skill streamlines collaboration, backups, and ensures a single source of truth for your team.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/neal-collab/nas-agent-syncWhat This Skill Does
The NAS Agent Sync skill provides a centralized file storage solution for multi-agent teams by integrating with a Synology NAS or any SSH-accessible storage. It addresses the common problem of scattered files across different agent workspaces, which can lead to lost data, lack of backups, duplicated efforts, and no single source of truth. The skill designates one agent as the 'File Master' responsible for managing all file operations. Other agents route their file requests (storing or retrieving) through the File Master using sessions_send. The File Master then handles the SSH connection to the NAS, maintains a structured folder system for each agent and shared resources, and manages the actual file storage and retrieval. This architecture ensures efficient cross-agent file sharing and a robust backup strategy.
Installation
To install the NAS Agent Sync skill, use the following command:
clawhub install openclaw/skills/skills/neal-collab/nas-agent-sync
This skill is sourced from the openclaw/skills repository.
Use Cases
- Centralized Document Repository: Store all important project documents, reports, and assets in a single, accessible location managed by the File Master.
- Team Collaboration: Enable seamless file sharing between different agents working on the same project, ensuring everyone has access to the latest versions.
- Automated Backups: Leverage the NAS as a reliable backup destination for all agent-generated files, preventing data loss.
- Version Control: Maintain a clear history of files and a single source of truth, reducing confusion and duplicated work.
- Remote Access: Securely access and manage files from remote locations via SSH, VPN, or Tailnet.
Example Prompts
- "File Master, please store the latest invoice.pdf from the finance agent into the finance/invoices/2023 folder on the NAS."
- "Hey File Master, retrieve the sales_report_q3.xlsx from the sales agent's workspace on the NAS and send it to me."
- "File Master, create a new directory structure on the NAS for the marketing agent under
campaigns/summer_sale/and confirm when done."
Tips & Limitations
- Security: Ensure your SSH access is secured with key-based authentication and consider using a VPN or Tailnet for encrypted remote access to your NAS.
- File Master Stability: The agent designated as the File Master must remain active and accessible for file operations to succeed. If the File Master goes offline, other agents will not be able to access or store files on the NAS.
- Folder Structure: Carefully plan and configure your NAS folder structure, especially the
agent-directory.jsonfile, to match your team's organization and agent roles. - Error Handling: Implement robust error handling within your agents to gracefully manage potential SSH connection issues or file permission errors on the NAS.
- Scalability: For very large teams or extremely high file throughput, monitor NAS performance and network bandwidth to ensure smooth operation.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-neal-collab-nas-agent-sync": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, code-execution, file-write, file-read
Related Skills
calling-agent-squad
Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder, Reviewer, and Observer. Use when the user wants to "call a squad", "start a project", or "deploy squad" with specialized roles and quality control loops.
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.
Eternalmemory Sync
Securely backup and restore Openclaw agent memory from remote URLs using AES-256-GCM encryption.
synapse-code
Synapse Code — 智能代码开发工作流引擎。 一体化完成项目初始化、代码交付、知识沉淀和影响分析。 内建代码图谱引擎,越用越懂你的项目。 当用户提到开发、实现功能、运行 pipeline、记录知识、检查影响范围时使用此技能。
synapse-brain
Synapse Brain — OpenClaw 持久调度 Agent。 基于 Managed Agents 架构,提供跨 Session 的任务管理、子代理调度、 状态持久化和知识互操作能力。是 synapse-code 和 synapse-wiki 的调度核心。 当用户提到任务调度、跨会话管理、多 Agent 协作、长期项目跟踪时使用此技能。