ワンクリックで
tailscale-onboarding
New device onboarding workflow — create auth key, authorize, set tags, configure routes, verify connectivity
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
New device onboarding workflow — create auth key, authorize, set tags, configure routes, verify connectivity
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Live integration test for all Tailscale MCP tools — read + safe writes with cleanup
Manage Tailscale ACL policy — view, edit, validate, test, preview, drift detection against Source of Truth
Manage Tailscale devices — list, authorize, configure routes, set tags, manage posture
Manage Tailscale DNS — split DNS routes, global nameservers, search paths, MagicDNS
Tailnet health dashboard — devices, DNS, ACL, keys, connectivity
Manage Tailscale auth keys — create, list, rotate, revoke with expiry tracking
| name | tailscale-onboarding |
| description | New device onboarding workflow — create auth key, authorize, set tags, configure routes, verify connectivity |
Guided multi-step workflow for adding a new device to the tailnet. Covers auth key creation, device authorization, tag assignment, route configuration, and connectivity verification.
Trigger this skill when the user wants to:
Ask the user for:
tag:server, tag:prod, tag:admin10.10.0.0/24Based on gathered requirements:
tailscale_key_create with the options.tailscale up --authkey=<key>
tailscale_device_list to check for the new device joining.tailscale_device_authorize to authorize it.tailscale_device_tags_set with tags from Phase 1.tailscale_device_routes_get — verify advertised routes.tailscale_device_routes_set — enable requested subnet routes.tailscale_device_routes_set.tailscale_device_posture_set.tailscale_device_get — confirm device is online, correct IP, tags applied.tailscale_device_routes_get — verify routes are enabled.tailscale_acl_test — verify the device can reach expected resources (if test cases exist).Generate a summary:
tailscale_key_create — create auth key for the new devicetailscale_device_list — check for new device joiningtailscale_device_get — verify device detailstailscale_device_authorize — authorize pending devicetailscale_device_tags_set — set ACL tagstailscale_device_routes_get / tailscale_device_routes_set — configure subnet routestailscale_device_posture_set — set posture attributestailscale_acl_test — verify access rules