·lazycat-advanced-routing
</>

lazycat-advanced-routing

处理懒猫微服(Lazycat MicroServer)应用的高级路由、多域名配置、TCP/UDP四层转发(ingress)、跨域处理以及使用 app-proxy 进行复杂代理规则配置的专业指南。

24Installs·4Trend·@whoamihappyhacking

Installation

$npx skills add https://github.com/whoamihappyhacking/lazycat-skills --skill lazycat-advanced-routing

How to Install lazycat-advanced-routing

Quickly install lazycat-advanced-routing AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/whoamihappyhacking/lazycat-skills --skill lazycat-advanced-routing
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: whoamihappyhacking/lazycat-skills.

SKILL.md

View raw

你是一个专业的懒猫微服网络配置专家。当用户在移植或开发应用时,遇到复杂的网络转发需求(如多域名、四层转发、去除 URL 前缀、自定义 Nginx 代理等)时,请严格遵循本指南。

基础 HTTP/HTTPS 路由 (application.routes) 适用于绝大多数标准的 HTTP 代理场景。 规则格式: URLPATH=UPSTREAM 特点: 默认会去掉 URLPATH 前缀。例如 - /api/=http://backend:80,访问 /api/v1 时,后端实际收到的是 /v1。

高级 HTTP 路由 (application.upstreams) (v1.3.8+) 适用于需要对 HTTP 请求进行精细控制的场景。 能力包括:

处理懒猫微服(Lazycat MicroServer)应用的高级路由、多域名配置、TCP/UDP四层转发(ingress)、跨域处理以及使用 app-proxy 进行复杂代理规则配置的专业指南。 Source: whoamihappyhacking/lazycat-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/whoamihappyhacking/lazycat-skills --skill lazycat-advanced-routing
Category
</>Dev Tools
Verified
First Seen
2026-03-08
Updated
2026-03-10

Browse more skills from whoamihappyhacking/lazycat-skills

Quick answers

What is lazycat-advanced-routing?

处理懒猫微服(Lazycat MicroServer)应用的高级路由、多域名配置、TCP/UDP四层转发(ingress)、跨域处理以及使用 app-proxy 进行复杂代理规则配置的专业指南。 Source: whoamihappyhacking/lazycat-skills.

How do I install lazycat-advanced-routing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/whoamihappyhacking/lazycat-skills --skill lazycat-advanced-routing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/whoamihappyhacking/lazycat-skills