Claude Terminal
Description
A command-line interface for chatting with Anthropic's Claude AI assistant, with optional long-term memory and cross-platform support.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Terminal
Claude Terminal is a Python-based command-line interface (CLI) tool that allows you to interact with Anthropic's Claude, an AI assistant. It provides a convenient way to chat with Claude and get assistance with various tasks, including terminal commands, code, and other queries. Claude Terminal supports function calling, which enables the writing and reading of files based on user interactions.
Features
- Chat with Claude directly from your terminal
- Get assistance with terminal commands specific to your platform (Linux, Windows, or macOS)
- Receive help with code and other queries
- Optionally store conversation history to improve responses over time
- Function calling support, enabling file writing and reading based on user interactions
- Ability to switch between Claude models (Sonnet and Opus) for better responses
- Option to show Claude all files and directories in the current directory (except those specified in the .gitignore file)
Prerequisites
- Python 3.7 or higher
- pip (Python package installer)
- Anthropic API key
Installation
- Clone the repository:
git clone https://github.com/Munkyfoot/claude-terminal.git
- Navigate to the project directory:
cd claude-terminal
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- For Linux/macOS:
source venv/bin/activate
- For Windows:
venv\Scripts\activate
- Install the required dependencies:
pip install -r requirements.txt
- Rename
.env.exampleto.env:
mv .env.example .env
- Then open the
.envfile in a text editor and add your Anthropic API key:
ANTHROPIC_API_KEY="YOUR_API_KEY"
Usage
To run Claude Terminal, use the following command:
python main.py [query] [flags]
query: Optional initial query to start the conversationflags:--memoryor-m: Save/load conversation history to add long-term m
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI