claude-get-session-info

Community

Access Claude session details for advanced scripting.

AuthorManuelKugelmann
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Provides a standardized way for other scripts and skills to retrieve critical Claude session information (like Process ID and Session ID), enabling more sophisticated and context-aware automation.

Core Features & Use Cases

  • Session ID Retrieval: Easily get the unique identifier for the current Claude session.
  • Claude PID Access: Obtain the process ID of the Claude instance.
  • Use Case: Develop a custom monitoring script that logs activities specific to the current Claude session using its unique ID.

Quick Start

Source this script in your bash script to use CLAUDE_PID and SESSION_ID. source .claude/skills/claude-get-session-info/scripts/get-session-info.sh echo "Current Claude Session ID: $SESSION_ID"

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: claude-get-session-info
Download link: https://github.com/ManuelKugelmann/BitBot/archive/main.zip#claude-get-session-info

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository