skills/ASI-context-window-mgr/SKILL.md
Context window lifecycle management — monitors token usage, triggers compression when approaching limits, manages conversation summarization, and preserves critical context across compaction boundaries. USE WHEN: "context getting long", "compress conversation", "summarize session", "token budget".
npx skillsauth add ariffazil/openclaw-workspace ASI-context-window-mgrInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Model context windows are finite (128k-200k tokens). Long sessions, large codebases, and multi-organ evidence accumulate until the window fills. This skill manages the lifecycle: monitor → warn → compress → compact → restore.
{
"session_id": "...",
"compacted_at": "timestamp",
"token_count_before": 150000,
"token_count_after": 30000,
"summary": "compressed session narrative",
"must_keep": ["task intent", "floor state", "active blockers"],
"dropped": ["resolved errors", "completed steps"],
"provenance": "compacted by ASI-context-window-mgr"
}
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.