tailscale-vpn-coexist
πPluginkyzdes/claude-skills
Make Tailscale reach peers while a global-tunnel VPN client (Shadowrocket, Hiddify, sing-box, Clash/Mihomo, NekoBox) is ON, on macOS or Ubuntu/Linux. Diagnoses the two independent failure layers β OS routing (100.64.0.0/10 hijacked by the VPN TUN) and the system HTTP proxy (*.ts.net swallowed) β and applies persistent fixes (route-keeper + skip-proxy), plus optional `tailscale serve` for a clean HTTPS name. Teaches the ordered diagnosis (tailscale ping -> route get -> real SSH-banner check, not the lying nc -z -> proxy layer) and ships a full macOS+Linux playbook.
Part of
kyzdes/claude-skills
Installation
/plugin marketplace add kyzdes/claude-skills/plugin install tailscale-vpn-coexist@claude-skillsMore from this repository10
Cross-platform (macOS + Windows + Linux) secrets manager skill: stores API keys, SSH keys, server creds, and domain info in the OS-native credential store (macOS Keychain / Windows Credential Manager / Linux Secret Service, encrypted-file fallback on headless servers) via the `keys` CLI. Agents architecturally cannot reveal plaintext (Sealed wrapper + env-gated reveal). First-class Claude Code skill; `keys init` emits equivalent rule files for Cursor, Aider, Codex CLI, and Cline.
Turn loose product descriptions into structured English UX Specs ready for handoff to a visual-design agent.
Two-layer agent docs: a committed agent-docs/ navigation tree (MAP + per-domain deep docs) and a gitignored context-map-<slug>/ memory tree (decisions, known issues, gotchas, tasks). Generate, decompose, update, audit, reconcile, and conflict-check project docs for AI coding agents β navigation that survives a big codebase plus memory that survives a context reset.
Extract flight + hotel data from Aviasales / Ostrovok links and compile into a self-contained HTML itinerary.
Google Stitch AI UI generation β brainstorm, generate, edit, iterate on UI designs from text prompts. Bundles 4 sub-skills (design / theme / edit / upload).
Teach AI agents to work the Agentix issue tracker over MCP: orient with get_started + the wiki index, load one issue with get_context, and file well-specced issues (task-spec + checklist). Ships the full 43-tool reference (incl. delete/unlink), a REST-mirror map, a task-creation template, the index convention, and common workflows.
Instrument an app with SentryX over a remote MCP: error tracking + distributed tracing + product analytics/funnels, correlated by trace_id. Connect with an org Bearer token, then onboard a project (detect stack β 5 product questions β create_project β instrument_hint β define funnels β verify get_funnel) and fix bugs (search_issues β prepare_fix_bundle). Ships the full MCP tool reference, per-stack copy-paste snippets, and end-to-end recipes.
Build a polished, production Telegram bot around a model / HF Space / API β a 7-phase playbook (DiscoverβDesignβMenusβDataβBackendβBuildβDeploy), a 32-entry gotchas catalog, and real starter module templates. (Private repo β installs for the owner.)
Agent-native VPS deploy/ops over Dokploy β one command from a GitHub repo to a running app with SSL + auto-deploy, plus a local dashboard for servers, databases, domains, and logs. Deploys via a two-phase worker: a read-only pass analyzes the untrusted repo into a validated manifest, then infra is actuated from that manifest under a plan-then-confirm gate; destroy is guarded by a server-minted single-use nonce. Local, single-user (macOS/Linux).
Manage HostBRR VPS via the VirtFusion REST API β list servers, rebuild/reinstall the OS, power actions (restart/boot/shutdown/powerOff), SSH keys, ISO, VNC, rescue, resource packs, task polling. Teaches the correct client API base path (/api, not /api/v1), Bearer auth kept out of the transcript, and the FQDN-hostname rebuild rule. Ships the full endpoint reference.