# Tailscale

> Troubleshoot Tailscale connectivity or access internal services via Tailscale hostnames.

- Skill: `proompteng/tailscale` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add proompteng/tailscale`
- Raw SKILL.md: https://api.skillmd.com/api/skills/proompteng/tailscale/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: proompteng (https://skillmd.com/u/proompteng)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/proompteng/tailscale

---


# Tailscale

## Overview

Use Tailscale for access to internal services such as Temporal or OpenWebUI. Confirm network health before deeper debugging.

## Quick checks

```bash
tailscale status
tailscale netcheck
tailscale ping temporal-grpc.ide-newton.ts.net
```

## Access examples

- Temporal gRPC: `temporal-grpc.ide-newton.ts.net:7233`
- OpenWebUI: `http://openwebui`

## Resources

- Reference: `references/tailscale-troubleshooting.md`
- Diagnostic script: `scripts/tailscale-diag.sh`
- Checklist: `assets/tailscale-checklist.md`

