Claude Repl
Createdlyuhau
Augments Claude with Python code execution, shell command capabilities, and file manipulation.
About
Claude Repl extends Claude's functionality by providing a suite of tools for executing Python code, running shell commands, and modifying files. The Python tools offer both one-off execution in fresh environments, ideal for quick calculations, and session-based execution for persistent data analysis workflows. Shell tools enable command execution with immediate returns or asynchronous task management, allowing users to monitor progress and retrieve outputs. The file modification tool facilitates safe text processing with pattern-based search and replace, ensuring UTF-8 support and preservation of file structure.
Key Features
- Execute Python code in isolated environments.
- 0 GitHub stars
- Run shell commands with asynchronous task management.
- Monitor the status of long-running shell commands.
- Modify files with pattern-based search and replace.
- Maintain persistent state across Python code executions.
Use Cases
- Automate tasks using shell commands from within Claude.
- Analyze data using Python with persistent sessions.
- Perform quick calculations and tests within Claude.