share-slop

Upload Claude Code session JSONL to paste.slopspot.ai and generate a public read-only link.

4|Updated Jan 12, 2017
One-click install
npx skills add https://github.com/brandon-fryslie/dotfiles --skill share-slop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-slop
Source: https://github.com/brandon-fryslie/dotfiles/tree/main/config/claude/skills/share-slop
Command: npx skills add https://github.com/brandon-fryslie/dotfiles --skill share-slop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a way to share the current Claude Code session as a public read-only link, allowing users to share their conversation history with others.

Core Features & Use Cases

  • Session Sharing: Share the current Claude Code session with a public link.
  • Public Read-Only Access: The shared link allows others to view the session but not edit it.
  • Use Case: Ideal for collaborative sessions where you want to share your conversation history with team members or stakeholders.

Quick Start

Run the 'share-slop' command to generate a public link for your current Claude Code session.

Frequently Asked Questions about share-slop

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

FAQPage Schema
How do I share a Claude Code session publicly with a link?

You can share a Claude Code session by running the share-slop command, which uploads the current session JSONL to paste.slopspot.ai and generates a public read-only link for viewing the conversational history.

What environment variables do I need to share a Claude Code session?

You need the $CLAUDE_CODE_SESSION_ID environment variable set, and the session JSONL file must exist at its expected location to successfully upload and share your Claude Code conversational history.

Can others edit a Claude Code session if I share a public link?

No, the public link provides read-only access. Others can view the session transcript and meta information on paste.slopspot.ai, but they cannot edit the conversational history you shared.

What is the best way to share conversational history with team members from Claude Code?

Using a session sharing tool to upload the JSONL transcript and generate a public link is the best way to share conversational history, allowing team members to easily view the read-only Claude Code session.

Does share-slop work if the session JSONL file is missing?

No, share-slop requires the session JSONL file to exist at the expected location. Without it, the Skill cannot handle session transcripts and meta information for proper rendering on the server side.