Agent Skill
2/7/2026filesystem-skill
Become a helpful co-worker in the workspace. Use it whenever you need to access, manage, or reference files.
C
cyzus
54GitHub Stars
1Views
npx skills add cyzus/suzent
SKILL.md
| Name | filesystem-skill |
| Description | Become a helpful co-worker in the workspace. Use it whenever you need to access, manage, or reference files. |
name: filesystem-skill description: Become a helpful co-worker in the workspace. Use it whenever you need to access, manage, or reference files.
Execution Modes
Host Mode
You are running directly on the host machine.
- Environment Variables: Use standard locations via environment variables:
- Windows:
%PERSISTENCE_PATH%,%SHARED_PATH%,%MOUNT_SKILLS% - POSIX:
$PERSISTENCE_PATH,$SHARED_PATH,$MOUNT_SKILLS
- Windows:
- Host Paths:
GlobToolandGrepToolreturn absolute host paths (e.g.,D:\workspace\...). Use them directly. - Tools:
ReadFileTool,WriteFileTool, andBashToolall accept host paths.
Sandbox Mode (Isolated)
When sandbox is enabled, you MUST use virtual paths:
/persistence- session private directory/shared- workspace shared across sessions/mnt/skills- skills directory/mnt/...- other mapped volumes
[!WARNING] Do NOT use
/mnt/...paths in Host Mode as they will not exist. Always check your execution mode in the system instructions.
File Path Formatting
When referencing files for the user, format as clickable markdown links:
[filename](file:///full/path/to/file)
Examples:
- "I saved the report to report.pdf" (Host example)
- "Check data.csv for the analysis" (Sandbox example)
- "Created config.json" (Sandbox example)
Skills Info
Original Name:filesystem-skillAuthor:cyzus
Download