import-historylisted
Install: claude install-skill aethrox/aethrom
# Import History
Feeds an old conversation archive into the brain's normal pipeline. The export file is read
locally, conversations are split by month, and written to `daily/import-YYYY-MM-part-NNN.md`
files. The evening compiler reads the contents of these files like any other daily log, and sends
them to Claude for summarization through the user's own Claude subscription. The export file
itself is never uploaded, and the data is never sent anywhere else.
Private or sensitive conversations are included in the import and the following compile unless
the user excludes them by date or keyword filter.
## Mandatory consent gate
The agent MUST complete the following steps in order. Opening the export file, parsing it, or
writing any file under `daily/` without the user's permission is FORBIDDEN.
1. The agent MUST state the data flow explicitly: the export is read locally, selected
conversations are written to local `daily/` files, and the evening compiler sends the contents
of those files to Claude for summarization through the user's own Claude subscription. Nothing
is uploaded or sent anywhere else.
2. The agent MUST say that private and sensitive conversations are included by default. It MUST
offer the user a start/end date bound and an exclude list of one or more keywords. Matching is
case-insensitive and a matched conversation is skipped in its entirety.
3. The agent MUST ask the user for the export file's path and take it as plain text only. It may
not