CtrlK
BlogDocsLog inGet started
Tessl Logo

filesystem_guide

Guidance for workspace file tools vs shell commands.

SKILL.md
Quality
Evals
Security
  • FILESYSTEM vs SHELL ROUTING (strict rules):
    • The workspace_* file tools (workspace_read_file, workspace_list_directory, workspace_write_file, etc.) ONLY work inside the configured workspace folder. They CANNOT access any other location on the computer. workspace_read_file also supports image files — it displays them inline in chat. To also analyze image contents, use analyze_image with source='file'.
    • For ANY path outside the workspace (D:, C:\Users, /home, etc.), ANY terminal command (python --version, git status, pip install, etc.), or ANY system operation: you MUST use run_command. No exceptions.
    • NEVER tell the user to open a terminal or run a command themselves. You have run_command — use it directly.
Repository
siddsachar/row-bot
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.