LaunchKit · 2026
Back to Skills

context-scope-tags

Use when: you need strict context boundaries in chat (Telegram/Discord/Slack/etc.) and want to prevent topic bleed.

0
945 downloads
by @phenomenoner

Setup & Installation

openclaw skills install @phenomenoner/context-scope-tags

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install context-scope-tags

Version History

v0.2.0Mar 1, 2026 - Version note by skill developer:

Add conflict-handling + clarify memory-tag dependency; improve quick-start + portability notes.

What This Skill Does

A portable tagging convention for setting explicit context boundaries in chat messages. Five tags control isolation, scope, and memory intent: [ISO], [SCOPE], [GLOBAL], [NOMEM], and [REM]. Tags go at the start of a message and work on any text-based chat surface.

Explicit tags give precise control over what context an agent uses, avoiding the silent cross-topic mixing that happens when no boundaries are set.

When to use it

  • Drafting ad copy without pulling in unrelated project context
  • Keeping a debugging session scoped to one codebase
  • Preventing a private brainstorm from being stored in long-term memory
  • Reusing a cross-project decision without re-explaining it
  • Setting a persistent preference like timezone once and carrying it forward

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: [ISO: marketing][NOMEM] Draft 5 ad angles for OpenClaw; don't store memory.

AGENT
  1. 1Detects [ISO: marketing] tag at message start
  2. 2Clears prior project and topic context, treats message as a fresh slate
  3. 3Detects [NOMEM] tag, marks the exchange as non-persistent
  4. 4Drafts 5 ad angles scoped to the marketing topic only
  5. 5Returns response without storing any long-term memory
OUTPUT

Five ad angle suggestions with no memory stored from the exchange