Claude Code中转,可自部署的代理服务
git clone https://github.com/adryfish/reclaude-code.gitClaude Code中转,可自部署的代理服务
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/adryfish/reclaude-codeCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I need to set up a self-hosted proxy service using Claude Code. Please provide step-by-step instructions for deploying [PROXY_NAME] in a [CLOUD_PLATFORM] environment. Include details about required dependencies, configuration files, and any security considerations.
# Claude Code Proxy Deployment Guide ## Prerequisites - A server running [CLOUD_PLATFORM] - Basic knowledge of command line interface - [PROXY_NAME] source code ## Step-by-Step Deployment 1. **Install Dependencies** ```bash sudo apt-get update sudo apt-get install -y git python3 python3-pip ``` 2. **Clone the Repository** ```bash git clone https://github.com/[REPO_URL].git cd [REPO_NAME] ``` 3. **Configure the Proxy** Edit the `config.ini` file with your preferred text editor: ```ini [DEFAULT] host = 0.0.0.0 port = 8080 debug = true ``` 4. **Run the Proxy** ```bash python3 proxy.py ``` ## Security Considerations - Ensure your server's firewall is properly configured - Regularly update the proxy software to the latest version - Monitor the proxy logs for any suspicious activity
AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
ITIL-aligned IT service management platform
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan