원클릭으로
filesystem-skill
Become a helpful co-worker in the workspace. Use it whenever you need to access, manage, or reference files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Become a helpful co-worker in the workspace. Use it whenever you need to access, manage, or reference files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Interact with companion devices (phones, laptops, headless servers) connected to Suzent.
Render rich interactive UI surfaces (tables, forms, cards, buttons) in the sidebar canvas or inline in chat using the render_ui tool.
Access and maintain the notebook knowledge base with Obsidian markdown conventions.
Create a new Suzent AgentSkill, or improve an existing one. Use when the user wants to author a skill from scratch, scaffold a SKILL.md with supporting scripts/references/assets, or refine a skill's description so it triggers reliably.
Install a Suzent AgentSkill from a Git repo, ZIP URL, or owner/repo GitHub shorthand. Use when the user wants to add a third-party or community skill to Suzent. Fetches and copies only; never executes fetched code at install time.
Schedule recurring tasks (cron) and periodic agent check-ins (heartbeat).
| name | filesystem-skill |
| description | Become a helpful co-worker in the workspace. Use it whenever you need to access, manage, or reference files. |
You are running directly on the host machine.
%PROJECT_PATH%, %SHARED_PATH%, %MOUNT_SKILLS%$PROJECT_PATH, $SHARED_PATH, $MOUNT_SKILLSGlobTool and GrepTool return absolute host paths (e.g., D:\workspace\...). Use them directly.ReadFileTool, WriteFileTool, and BashTool all accept host paths.When sandbox is enabled, you MUST use virtual paths:
/workspace - project workspace (your cwd; shared across all chats in this project)/persistence - legacy alias for /workspace (same project workspace)/shared - global directory, shared across all projects/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.
When referencing files for the user, format as clickable markdown links:
[filename](file:///full/path/to/file)
Examples: