pi-share

Community

Load and parse pi-share transcripts from pi URLs.

Authormitsuhiko
Version1.0.0
Installs0

System Documentation

What problem does it solve?

pi-share helps you load and parse session transcripts from pi-share style URLs and gists, turning scattered conversation logs into structured data for analysis.

Core Features & Use Cases

  • Transcript retrieval: fetches session exports from shittycodingagent.ai/buildwithpi.ai/buildwithpi.com via gist/session.html.
  • Data decoding: base64-encoded session data is decoded into a usable JSON structure.
  • Conversation extraction: extracts and organizes human-assistant turns for review and research.
  • Human summaries: optional generation of human-centric summaries of sessions.

Quick Start

Use the pi-share skill to fetch and decode a session with a gist ID or URL.

  • Get full session data: node ~/.pi/agent/skills/pi-share/fetch-session.mjs "<gist-id-or-url>"
  • Get just the header: node ~/.pi/agent/skills/pi-share/fetch-session.mjs <gist-id> --header
  • Emit entries as JSON lines: node ~/.pi/agent/skills/pi-share/fetch-session.mjs <gist-id> --entries
  • Generate a human summary: node ~/.pi/agent/skills/pi-share/fetch-session.mjs <gist-id> --human-summary

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: pi-share
Download link: https://github.com/mitsuhiko/agent-stuff/archive/main.zip#pi-share

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.