ax-web-proxy

Debug MITM proxy issues including domain allowlists and HTTPS connectivity.

5|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/project-ax/ax-legacy --skill ax-web-proxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ax-web-proxy
Source: https://github.com/project-ax/ax-legacy/tree/main/.claude/skills/ax-web-proxy
Command: npx skills add https://github.com/project-ax/ax-legacy --skill ax-web-proxy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The ax-web-proxy Skill Unit helps in debugging network issues, credential placeholder replacement failures, domain allowlist problems, and HTTPS connectivity issues.

Core Features & Use Cases

  • Debugging MITM Proxy Issues: Use this Skill when encountering issues with a man-in-the-middle proxy.
  • Credential Placeholder Replacement: Replace placeholders in credentials with real values for testing.
  • Domain Allowlist Problems: Solve problems related to domain allowlists in the proxy.
  • Sandbox HTTPS Connectivity: Ensure smooth HTTPS connectivity in sandbox environments.
  • Curl SSL Errors: Address curl exit 60 SSL errors and ECONNRESET crashes in the proxy.
  • Modifying Web Proxy Files: Modify web-proxy.ts, credential-placeholders.ts, and skills/domain-allowlist.ts files with this Skill.

Quick Start

Use the ax-web-proxy skill to debug network issues in your proxy setup.

Frequently Asked Questions about ax-web-proxy

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

FAQPage Schema
How do I debug MITM proxy issues with HTTPS connectivity and credential replacement?

Debug MITM proxy issues by modifying web-proxy.ts, credential-placeholders.ts, and skills/domain-allowlist.ts files to resolve HTTPS connectivity and credential replacement failures.

Why does curl exit 60 with SSL errors in my sandbox HTTPS proxy environment?

Curl exit 60 SSL errors in sandbox HTTPS environments occur due to proxy misconfiguration; modifying web-proxy files and domain allowlist settings resolves these connectivity crashes.

How do I fix credential placeholder replacement failures in a web proxy?

Fix credential placeholder replacement failures by modifying the credential-placeholders.ts file to substitute placeholders with real testing values through the proxy setup.

What causes ECONNRESET crashes when using a domain allowlist with a MITM proxy?

ECONNRESET crashes in a MITM proxy happen when domain allowlist configurations block valid traffic; updating the skills/domain-allowlist.ts file resolves these connectivity interruptions.

Can I modify domain allowlist configurations to solve network debugging problems?

Yes, you can modify the skills/domain-allowlist.ts file to adjust domain allowlist configurations, directly solving network debugging and sandbox HTTPS connectivity problems.