一键导入
aim-export-cartridge
Export A.I.M. knowledge into a portable cartridge (.engram / exchange format) for backup or share. Slash: /aim-export-cartridge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export A.I.M. knowledge into a portable cartridge (.engram / exchange format) for backup or share. Slash: /aim-export-cartridge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | aim-export-cartridge |
| description | Export A.I.M. knowledge into a portable cartridge (.engram / exchange format) for backup or share. Slash: /aim-export-cartridge. |
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.
"$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
archive/cartridges/ or /tmp/ — not repo root.Stateful scientific calculator for agents. Use for expressions, variables, and unit-aware math instead of mental arithmetic. Slash: /aim-calc.
Inter-agent messaging via tmux: short paste with FROM/REPLY_TO, vessel-specific submit keys, optional chalkboard file for bulk content. Use when messaging another agent in a tmux session or when the Operator asks you to talk to another agent.
Context for the aim-grok vessel (A.I.M. engine on Grok CLI): layout, CLI, and first actions. Use when working in aim-grok or adapting engine code. Slash: /aim-grok-context.
List indexed knowledge and recent vessel state via ./aim map (and related status commands). Slash: /aim-list-sessions.
Search A.I.M. Engram / hybrid memory via the vessel ./aim CLI. Use for project history and factual recall. Slash: /aim-memory-search.
Persistent memory wiki on A.I.M. vessels: search, process ingest, bootstrap. Slash: /aim-wiki.