Archive Conversation Pi banner
awcjack awcjack

Archive Conversation Pi

Development community

Description

--- name: archive-conversation description: Request archival of this Pi conversation. Use only when the user explicitly asks to archive the conversation. --- Run exactly this command once: ```bash bash /home/agent/.local/bin/agent-archive-request.sh request pi "$PI_SESSION_ID" "$PWD" "$PI_SESSION_ID" ``` Report the request ID. Do not claim the conversation was uploaded: the host collector will validate and process the request asynchronously when this turn finishes.

Installation

Installs to ~/.claude/skills/awcjack-agentbox-archive-conversation-pi/SKILL.md

Terminal
mkdir -p ~/.claude/skills/awcjack-agentbox-archive-conversation-pi && curl -fsSL https://raw.githubusercontent.com/awcjack/agentbox/HEAD/skills/archive-conversation-pi.md -o ~/.claude/skills/awcjack-agentbox-archive-conversation-pi/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository