Aim export cartridge
Skill BrianV1981/aim-skill-library/skills/aim-export-cartridge
Export A.I.M. knowledge into a portable cartridge (.engram / exchange format) for backup or share. Slash: /aim-export-cartridge.From its SKILL.md
npx -y skills add BrianV1981/aim-skill-library --skill aim-export-cartridgeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 194 tokens by cl100k_base, as published. Nobody here has run it
aim-export-cartridge
Paths (relative to vessel)
AIM_OS="${AIM_OS:-./aim-agy_os}"
PY="${AIM_OS}/venv/bin/python3"
EXCHANGE="${AIM_OS}/.aim_core/plugins/datajack/aim_exchange.py"
Adjust AIM_OS if this vessel uses a different engine root.
Export
"$PY" "$EXCHANGE" export "<keyword>" --out "<name>.engram"
If the vessel exposes a CLI subcommand, prefer that when documented:
./aim … # only when export is registered on this vessel
Rules
- Confirm keyword/scope with the Operator before large exports.
- Write outputs under
archive/cartridges/or/tmp/— not repo root. - Report output path and any errors.
- Do not include secrets or live credentials in cartridges.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.