pan-network skillA
pan-network is agent-read markdown (skill) from eltmon/overdeck: Traefik, local domains, and platform-specific networking setup.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Networking & Traefik Setup ## Overview This skill guides you through setting up Traefik reverse proxy for local HTTPS, configuring local domains, and handling platform-specific networking (Linux, macOS, WSL2). ## When to Use - Setting up local HTTPS for development - Configuring *.overdeck.localhost domains - Troubleshooting network connectivity between containers - Platform-specific DNS configuration ## Architecture ``` Browser ↓ https://myapp.overdeck.localhost ↓ Traefik (port 443/80) ↓ Docker containers (internal ports) ``` ## Quick Start ### 1. Start Traefik ```bash cd /path/to/overdeck/templates/traefik docker compose up -d ``` ### 2. Add DNS Entry ```bash # Linux/macOS echo "127.0.0.1 overdeck.localhost" | sudo tee -a /etc/hosts echo "127.0.0.1 traefik.overdeck.localhost" | sudo tee -a /etc/hosts echo "127.0.0.1 myapp.overdeck.localhost" | sudo tee -a /etc/hosts # Or use wildcard (requires dnsmasq) ``` ### 3. Verify - Dashboard: https://overdeck.localhost - Traefik UI: https://traefik.overdeck.localhost:8080 ## Platform-Specific Setup ### Linux **DNS:** ```bash # Add to /etc/hosts sudo tee -a /etc/hosts << 'EOF' 127.0.0.1 overdeck.localhost …
Read the whole file at its exact version.
How to install
mdr add eltmon/overdeck/pan-network@git:20260711.0238bc6mdr add eltmon/overdeck/pan-network@sha256:443887f111e42716Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_o3scljr2g5h36fcg)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260711.0238bc6 latest | 2026-07-11 | 0238bc6 | 6,486 B | A | view · diff |
| git:20260618.e501626 | 2026-06-18 | e501626 | 6,351 B | A | view · diff |
| git:20260618.80fba74 | 2026-06-18 | 80fba74 | 6,355 B | A | view · diff |
| git:20260522.817c2c7 | 2026-05-22 | 817c2c7 | 6,363 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (6486 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
eltmon/overdeck · 28 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_o3scljr2g5h36fcg GET https://markdownregistry.com/api/v1/resolve?ref=eltmon/overdeck/pan-network GET https://markdownregistry.com/api/v1/blob/443887f111e427165b8a9e88c8912fc6058225acfca29e3c4f5047948ec8d18f
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.