# File Sync

> Sync files with centralized storage. Use when your coordinator or another Worker notifies you of file updates (config changes, task files, shared data, collaboration artifacts).

- Skill: `agentscope-ai/file-sync` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add agentscope-ai/file-sync`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentscope-ai/file-sync/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

---


# File Sync

When your coordinator or another Worker notifies you that files have been updated in centralized storage (e.g., config changes, task briefs, shared data, collaboration artifacts), run:

```bash
agentteams-sync
```

This pulls the latest files from centralized storage to your local workspace. OpenClaw automatically detects config changes and hot-reloads within ~300ms.

**When to use**: any time you are told that new files are available, configs have changed, or another agent has written something you need to read.

Always confirm to the sender after sync completes.


