configure-proxy

Configure claude-sub-proxy options for models, prompts, tools, and network settings.

17|6|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Ring8688/claude-sub-proxy --skill configure-proxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-proxy
Source: https://github.com/Ring8688/claude-sub-proxy/tree/main/.claude/skills/configure-proxy
Command: npx skills add https://github.com/Ring8688/claude-sub-proxy --skill configure-proxy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude-sub-proxy users often need to customize runtime behavior, including model selection, system prompts, tool access, thinking budgets, logging, and network settings.

Core Features & Use Cases

  • Centralized configuration for port, host, model defaults, proxy key, system prompts, and tool access.
  • Applies across environments (Docker, CI/CD, standalone Node.js) with precedence rules and a full reference.
  • Use Case: Deploy a specific model by default and enable tools for a development environment.

Quick Start

Configure the proxy by setting the desired model, system prompt, tool access, thinking tokens, and network options, then restart claude-sub-proxy.

Frequently Asked Questions about configure-proxy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure proxy settings for claude-sub-proxy across Docker and Node.js?

Proxy configuration for claude-sub-proxy is centralized by setting environment variables (CSP_*) or editing config.txt. This applies across Docker, CI/CD, and standalone Node.js deployments, prioritizing environment variables over the config file.

What settings can I customize when configuring claude-sub-proxy?

Claude-sub-proxy configuration allows customizing model selection, system prompts, tool access, thinking tokens, logging, network settings, port, host, and proxy key to define runtime behavior.

Does claude-sub-proxy configuration work with CI/CD pipelines?

Yes, claude-sub-proxy configuration applies to CI/CD pipelines. You can deploy specific models by default and enable tools by setting the appropriate CSP_ environment variables within your pipeline.

What is the best way to set a default model and enable tools in a development environment?

The best way to set default models and enable tools is by configuring claude-sub-proxy options through environment variables. Set the desired model and tool access parameters, then restart the proxy to apply changes.

Why does my config.txt file not apply when running claude-sub-proxy in Docker?

Configuration precedence dictates that environment variables (CSP_*) override config.txt settings. If Docker environment variables are set, they will take priority over any conflicting values in your config.txt file.

Do I need to restart claude-sub-proxy after changing proxy configuration settings?

Yes, you must restart claude-sub-proxy after modifying configuration settings. Changes to model selection, system prompts, thinking tokens, or network options require a restart to take effect.