session-info
Installation
SKILL.md
Session Info - Get Current Session Details
Display information about the current hive session, including session ID, inbox topic, and state.
Terminology
- Session - An isolated git clone + terminal environment managed by hive
- Session ID - A unique 6-character identifier (e.g.,
26kj0c) - Agent - The AI tool (Claude, Aider, etc.) running within the session
- Inbox - A message topic for receiving messages:
agent.<session-id>.inbox
When to Use
- Need to know current session ID
- Another agent asks for inbox topic
- Setting up inter-agent coordination
- Debugging messaging issues
- Verifying correct session context