Install
openclaw skills install context-scope-tagsUse when: you chat across topics and want explicit boundaries to prevent topic bleed. Tags: [ISO], [SCOPE], [GLOBAL], [NOMEM], [REM]. (Memory tags are signals; persistence depends on your agent's memory backend.) Don't use when: you prefer free-form conversation where prior context carries over automatically. Output: a copy/paste tag cheat sheet + routing rules for how to treat the current message.
openclaw skills install context-scope-tagsA lightweight, portable convention for explicit context boundaries in chat.
[ISO: <topic>] fresh slate for this message (no prior project/topic context)[SCOPE: <topic>] restrict to one named scope[GLOBAL] cross-topic reuse allowed (call out what was reused)[NOMEM] do not store long-term memory from this exchange[REM] persist preferences/decisions (requires a memory backend; otherwise advisory)Examples:
[ISO: marketing][NOMEM] Draft 5 ad angles for OpenClaw; don't store memory.[SCOPE: openclaw-mem] Explain why lane A is failing; keep it scoped.[GLOBAL][REM] Remember: display times in Asia/Taipei unless I say otherwise.Optional: if your assistant supports command-style shortcuts, /ctx or /context_def can print this cheat sheet.
Some combinations conflict (for example [ISO] + [GLOBAL], or [REM] + [NOMEM]).
Recommended policy:
[ISO: <topic>] / [Isolated Context: <topic>]
[SCOPE: <topic>] / [Scoped Context: <topic>]
[GLOBAL] / [Global Context OK]
[NOMEM] / [No Memory]
[REM] / [Remember]
/context_def (underscore), not /context-def./ctx is already taken, use the tag syntax directly (it works everywhere).