# File Sync Management

> Use when you need to push files to MinIO for Workers to access, pull Worker output from MinIO, or when a Worker reports they've uploaded files. Also use when notifying Workers to file-sync after writing files they need.

- Skill: `agentscope-ai/file-sync-management` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add agentscope-ai/file-sync-management`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentscope-ai/file-sync-management/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: agentscope-ai (https://skillmd.com/u/agentscope-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentscope-ai/file-sync-management

---


# File Sync Management

## Gotchas

- **Local `/root/agentteams-fs/` is NOT real-time synced** — you must explicitly pull from MinIO
- **After writing to `/root/agentteams-fs/`, immediately push to MinIO** + notify Worker to file-sync via @mention
- **When Worker says they pushed files, pull before reading** — never assume local copy is current
- **`mc mirror` uses `--overwrite`; single file uses `mc cp`**

## Operation Reference

| Situation | Read |
|---|---|
| Pull/push files, sync commands, notification workflow | `references/sync-guide.md` |

