hide · git:20260603.b07d25b · 2026-06-03 · sha256 1f640c9114d7dcc2
hide git:20260603.b07d25bA
Immutable. This exact content is served forever at /api/v1/blob/1f640c9114d7dcc2.
--- name: hide description: >- This skill should be used when the user asks to "hide this session", "make this private", "hide session", "owner only", "make private", "hide from others", "set private", "don't show this session", or wants to change the current session visibility to owner-only. Sets session visibility so only the owner can see it. --- # Session Hide Hide the current session so only you (the owner) can see it. ## Usage Run this command in the terminal: ```bash kcap hide ``` This sets the session visibility to "none" (owner-only). Other users will no longer see this session in the Capacitor dashboard. ## Requirements - `kcap hide` resolves the current session id from the environment when the host agent CLI exposes one. If no session id is available, pass it explicitly: `kcap hide <sessionId>`. - The kcap CLI must be on PATH ## Notes - This is reversible — visibility can be changed back via the Capacitor dashboard - The session data remains on the server, just hidden from other users - Unlike `kcap disable`, recording continues normally