Aim export cartridge
Skill BrianV1981/aim-skill-library/skills/aim-export-cartridge
Shareable A.I.M. agent skills library — install into agy/grok/opencode. Own your stack.
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.
2 things to look at
- 23 days oldThe repository was created 23 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 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.
What its author says it does
Copied from the file, not written here
Export A.I.M. knowledge into a portable cartridge (.engram / exchange format) for backup or share. Slash: /aim-export-cartridge.
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.