canmi21canmi21Communityยท1 Agent Skills Included

vane

Programmable reverse proxy with WASM plugins and automatic TLS

Routes and filters network traffic through a programmable proxy engine with WASM plugin support. Handles TLS certificates, ACME renewal, WebSocket, and HTTP/3 automatically without manual certificate management. Compiles routing rules into a fast flow graph so requests are processed with minimal latency and hot config reloads.
npx skills add canmi21/vane --all -g -y
Available:

Gives your AI agent the project's build commands, quality gates, commit conventions, and spec index so it can modify and test the proxy codebase correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install vane?โ–ผ

Run `npx skills add canmi21/vane --all -g -y` in your terminal to install this skill globally.

What is vane used for?โ–ผ

Vane is a programmable reverse proxy written in Rust that routes L4/L7 traffic, terminates TLS, and runs WASM plugins for custom request processing.

Does vane handle HTTPS certificates automatically?โ–ผ

Yes. It includes built-in ACME support that obtains and renews TLS certificates automatically, plus OCSP stapling and CRL refresh.

Can I extend vane with custom plugins?โ–ผ

Yes. You can write WebAssembly plugins against its WIT contract to inspect and modify traffic at any phase of the request pipeline.

Does vane support HTTP/3 and WebSocket?โ–ผ

Yes. It is built on hyper, h3, and quinn, giving it native HTTP/3, QUIC, and WebSocket proxying with zero-RTT support.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’