Stats
Actions
Tags
Script Synology DSM File Station via WebAPI for NAS file operations: list, search, create, rename, copy/move, delete, upload/download, and archive extract. Uses env-based credentials.
How this skill is triggered — by the user, by Claude, or both
Slash command
/file-and-image-utilities:synology-file-stationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Run major Synology File Station file operations with one CLI script.
references/env.md and assets/config.example.env).python3 scripts/synology_file_station.py check-config
python3 scripts/synology_file_station.py check-config --probe
references/commands.md).info, list-shares, list, get-infosearch-start, search-list, search-stop, search-cleanmkdir, rename, copy, move, deleteupload, downloadextract (compress is temporarily unavailable)background-list, task-status, task-stopRequired env:
SYNOLOGY_BASE_URLSYNOLOGY_USERNAMESYNOLOGY_PASSWORDOptional env:
SYNOLOGY_VERIFY_SSLSYNOLOGY_TIMEOUTSYNOLOGY_SESSIONSYNOLOGY_READONLY (default false; set true to block mutation commands)SYNOLOGY_MUTATION_ALLOW_PATHS (optional mutation path allowlist)type=status and operation-specific fields.type=error and structured error metadata.0: success1: runtime/API error2: invalid env configurationreferences/env.mdreferences/commands.mdassets/config.example.envscripts/synology_file_station.pynpx claudepluginhub tiangong-ai/skills --plugin engineering-analysisGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.