원클릭으로
untun-skilld
ALWAYS use when writing code importing "untun". Consult for debugging, best practices, or modifying untun.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
ALWAYS use when writing code importing "untun". Consult for debugging, best practices, or modifying untun.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
ALWAYS use when writing code importing "ctx7". Consult for debugging, best practices, or modifying ctx7, context7.
ALWAYS use when writing code importing "daisyui". Consult for debugging, best practices, or modifying daisyui.
ALWAYS use when writing code importing "@storybloq/storybloq". Consult for debugging, best practices, or modifying @storybloq/storybloq, storybloq/storybloq, storybloq storybloq, storybloq.
Use this skill to generate well-branded interfaces and assets for syn.horse — a fictional cyberpunk/glitch-vaporwave shitpost-friendly product. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.
ALWAYS use when writing code importing "@anthropic-ai/claude-code". Consult for debugging, best practices, or modifying @anthropic-ai/claude-code, anthropic-ai/claude-code, anthropic-ai claude-code, anthropic ai claude code, claude-code-2.1.88, claude code 2.1.88.
ALWAYS use when writing code importing "@nuxtjs/seo". Consult for debugging, best practices, or modifying @nuxtjs/seo, nuxtjs/seo, nuxtjs seo, nuxt-seo, nuxt seo.
| name | untun-skilld |
| description | ALWAYS use when writing code importing "untun". Consult for debugging, best practices, or modifying untun. |
| metadata | {"version":"0.1.3","generated_by":"Google · Gemini 2.5 Flash","generated_at":"2026-05-29T00:00:00.000Z"} |
untun@0.1.3Tags: latest: 0.1.3
References: package.json • README • Issues • Releases
Use skilld search "query" -p untun instead of grepping .skilld/ directories. Run skilld search --guide -p untun for full syntax, filters, and operators.
acceptCloudflareNotice in TunnelOptions — new boolean option to accept Cloudflare notice, added in v0.1.3 sourcebin field — enables direct execution of untun command via CLI, added in v0.1.1 sourcePrefer http2 protocol for cloudflared to ensure more reliable connections, especially when the default quic protocol shows instability. source
Ensure the url for the tunnel is correctly constructed, as previous versions had issues with URL construction, which was addressed in a fix. source
Explicitly set the protocol ("http" or "https") in TunnelOptions to ensure predictable tunnel behavior and avoid reliance on implicit defaults. source
Enable verifyTLS for production security to prevent man-in-the-middle attacks, reserving false for specific debugging or development scenarios only. source
Programmatically acceptCloudflareNotice when required by explicitly setting acceptCloudflareNotice: true in TunnelOptions to prevent tunnel blocking, while understanding its implications. source
Always call close() on the returned Tunnel object when it's no longer needed to free up resources and prevent lingering connections, ensuring proper lifecycle management. source
Rigorously check startTunnel return for undefined before attempting to use the Tunnel object, as the API explicitly indicates this possibility. source
Be mindful of the port type; explicitly use number for numeric ports in TunnelOptions to avoid potential type coercion issues if the underlying cloudflared expects a numeric type. source
Utilize hostname for explicit routing by setting it in TunnelOptions for clear and controlled traffic direction, especially in environments with multiple services or subdomains. source
Dynamically retrieve the public tunnel URL using getURL() after a tunnel is successfully started, ensuring your application always uses the correct and current tunnel endpoint. source
Keep untun dependencies updated to benefit from bug fixes, performance improvements, and security patches, as evidenced by routine dependency updates in releases. source
Avoid reliance on accidental logs for debugging or operational purposes, as they are not part of the stable API and can be removed in subsequent versions. source
Ensure cloudflared CLI is installed and accessible in the system's PATH or at a location untun can find it, to prevent tunnel initialization failures. source