agentsclimarketplace

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

Install
npx -y skills add BrianV1981/aim-skill-library --skill aim-export-cartridge

Assembled 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

  1. Confirm keyword/scope with the Operator before large exports.
  2. Write outputs under archive/cartridges/ or /tmp/ — not repo root.
  3. Report output path and any errors.
  4. 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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.