share-session

Generate a public share link for a Claude Code session.

1|1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/wanderingstan/vibe-check --skill share-session-wanderingstan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: share-session
Source: https://github.com/wanderingstan/vibe-check/tree/main/skills/vibe-check-share
Command: npx skills add https://github.com/wanderingstan/vibe-check --skill share-session-wanderingstan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publicly sharing Claude Code sessions can be cumbersome and insecure; this skill creates a safe, public link for the current session so collaborators can view results without exposing your full workspace.

Core Features & Use Cases

  • Generate a public share URL for the active Claude Code session.
  • Retrieve the session ID from the local database using a unique in-response marker.
  • Display the resulting share URL for easy copying and sharing.

Quick Start

Ask Claude to generate a public share link for the current session.

Frequently Asked Questions about share-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a public link to share my Claude Code session?▼

To generate a public share link for a Claude Code session, the skill reads your API key from the vibe-check config, queries the local SQLite database for the session ID, and calls the remote API to output a shareable public URL.

What is the best way to share Claude Code sessions for debugging without exposing my workspace?▼

Sharing Claude Code sessions for debugging is handled by creating a safe public link, allowing collaborators to view specific session results without exposing your full local workspace environment.

Does generating a public share link for Claude Code require an API key?▼

Generating a public share link requires an API key and base URL, which the skill retrieves directly from your existing vibe-check configuration to authenticate the remote API request.

How does the skill find the specific Claude Code session to share from the SQLite database?▼

The skill locates the Claude Code session in the local SQLite database by searching for a unique in-response marker, ensuring it retrieves the exact session ID needed to create the public share.

Can I use this skill to share sessions with collaborators across different teams?▼

You can use this skill to share sessions across teams, as it applies when collaborators need access to a specific session for review or debugging, generating a public URL for easy access.

What are the limitations of sharing Claude Code sessions via a public link?▼

The skill generates a public link for the active session, meaning anyone with the URL can view the results; it is designed for safe sharing but does not restrict access to the generated public URL.