Execute terminal commands securely and manage your file system through a standardized interface. Navigate directories, run commands, and track command history effortlessly. Enhance your LLM's capabilities with powerful terminal interactions.
Tools
execute_command
Execute terminal command and return results Args: command: Command line command to execute timeout: Command timeout in seconds, default is 30 seconds Returns: Output of the command execution
get_command_history
Get recent command execution history Args: count: Number of recent commands to return Returns: Formatted command history record
get_current_directory
Get current working directory Returns: Path of current working directory
change_directory
Change current working directory Args: path: Directory path to switch to Returns: Operation result information