Chat History Importer

v1.0.2

Import AI conversation exports (OpenAI ChatGPT and Anthropic Claude) into your agent's episodic memory. Parses export files, writes daily memory summaries, a...

0· 27·0 current·0 all-time
byDeonte Cooper@djc00p
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim: import ChatGPT/Claude exports into episodic memory. Required binary is only python3 and no credentials are requested. The included scripts parse exports and write memory files — all requested capabilities align with the stated purpose.
Instruction Scope
SKILL.md instructs running local Python scripts that read user-supplied export JSON files and write summaries to memory/episodic in the agent workspace (default ~/.openclaw/workspace). This is coherent, but the skill will persistently store potentially sensitive conversation contents in the agent's memory directory — users should expect those conversations to be searchable by the agent after import.
Install Mechanism
No install spec or remote downloads; code is shipped with the skill and runs locally under python3. No network fetches or archive extraction are performed by the skill itself.
Credentials
The skill does not require credentials or secrets. It optionally respects OPENCLAW_WORKSPACE to choose where to write memory files — this is proportional to its function. No other environment variables or external service keys are requested.
Persistence & Privilege
always is false and the skill does not request elevated privileges or alter other skills. It writes files into the user-specified or default workspace (normal for an importer).
Assessment
This skill appears coherent and local: it parses only files you point it at and writes summaries into your agent workspace. Before running it: (1) run a dry run (python3 scripts/batch.py --dir <exports> --dry-run --verbose) to preview what will be imported, (2) set OPENCLAW_WORKSPACE to a workspace directory with appropriate permissions if you don't want the default, (3) review the memory/episodic files it will create because they will contain your conversation text (possibly sensitive), and (4) inspect the included scripts if you want to confirm no network or unexpected behavior. If you do not want your conversations stored in agent memory, do not run the import.

Like a lobster shell, security has layers — review code before you run it.

latestvk979spdpb0693gwynq74ec6wa184c7e6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📥 Clawdis
OSLinux · macOS · Windows
Binspython3

Comments