com um clique
aim-status
Check AI Memory system status
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Check AI Memory system status
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Detect content drift of an operator's scaffolded sanctum files (BOND, CAPABILITIES, CREED, INDEX, LORE, MEMORY, PERSONA, PULSE) against the evolving reference templates, and surface recommended add/remove WITH rationale — never a silent overwrite. Use on a session-start drift check, after the reference templates change, or when the operator asks whether their sanctum is current.
Check ai-memory system status and collection stats
Check ai-memory system status and collection stats
Manually save current session context to ai-memory
Search ai-memory for relevant stored memories
Search ai-memory for relevant stored memories
| name | aim-status |
| description | Check AI Memory system status |
| trigger | /aim-status |
| allowed-tools | Bash |
Check AI Memory module health, statistics, and system state.
Always run the real script through run-with-env.sh so the skill uses the
installed ai-memory virtualenv and the standard local service defaults.
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" aim_status.py
When working from an ai-memory repo checkout, ./scripts/memory/run-with-env.sh ...
is an equivalent contributor shortcut.
Run one command at a time as needed:
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" aim_status.py --section sync
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" aim_status.py --section freshness
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" aim_status.py --section decay
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" aim_status.py --section flags
scripts/memory/aim_status.py< 2K tokens/aim-status
/aim-status --section sync
/aim-status --section freshness
/aim-status --section decay
/aim-status --section flags
Shows service availability for Qdrant, Embedding service, and Monitoring API.
Point counts per collection:
Detailed service status with port numbers.
GitHub synchronization state from the shared install state file in
~/.ai-memory/github-state/ for the current repo:
Fallback: "No sync history found" if state file doesn't exist.
Code-patterns freshness classification from run_freshness_scan():
Fallback: "Freshness scan unavailable" if no git context.
Temporal decay score distribution from a 50-vector sample per collection.
Decay formula: temporal_score = 0.5 ^ (age_days / half_life)
Bucketed into 5 bands: 0.8-1.0 (fresh), 0.6-0.8 (recent), 0.4-0.6 (aging),
0.2-0.4 (old), 0.0-0.2 (stale).
Fallback: "Decay distribution unavailable" if sampling fails.
Key feature toggles from configuration:
auto_update_enabledfreshness_enabledgithub_sync_enabledparzival_enabledpush_skill_metrics_async on completion