Use when: you chat across topics and want explicit boundaries to prevent topic bleed. Tags: [ISO], [SCOPE], [GLOBAL], [NOMEM], [REM]. (Memory tags are signal...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install context-scope-tags或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install context-scope-tags⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/context-scope-tags/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: context-scope-tags slug: context-scope-tags version: 0.2.0 license: MIT description: | Use 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. metadata: openclaw: emoji: "🏷️" ---
A lightweight, portable convention for explicit context boundaries in chat.
[ISO: ] fresh slate for this message (no prior project/topic context)[SCOPE: ] 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.1) Put one or more tags at the very start of your message. 2) Prefer this order: scope tag(s) then memory tag(s). 3) Write normally.
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: ] / [Isolated Context: ] - Treat as a fresh topic. - Do not pull in other conversation/project context unless the user explicitly re-provides it. - Allowed implicit carry-over: universal safety rules + a few stable user prefs (timezone, "don't apply changes without approval", etc.).
[SCOPE: ] / [Scoped Context: ] - Restrict reasoning to the named scope. - If missing details inside the scope, ask clarifying questions.
[GLOBAL] / [Global Context OK]- Cross-topic reuse is allowed. - When reusing prior context, call out what was reused.
[NOMEM] / [No Memory]- Do not store durable/long-term memories from this exchange.
[REM] / [Remember]- Signal that preferences/decisions in the message should be persisted. - Dependency note: actual persistence requires the host agent to have a memory subsystem enabled.
- Use /context_def (underscore), not /context-def.
- If /ctx is already taken, use the tag syntax directly (it works everywhere).
安装 Context Scope Tags 后,可以对 AI 说这些话来触发它
Help me get started with Context Scope Tags
Explains what Context Scope Tags does, walks through the setup, and runs a quick demo based on your current project
Use Context Scope Tags to use when: you chat across topics and want explicit boundaries to pr...
Invokes Context Scope Tags with the right parameters and returns the result directly in the conversation
What can I do with Context Scope Tags in my documents & notes workflow?
Lists the top use cases for Context Scope Tags, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/context-scope-tags/ 目录(个人级,所有项目可用),或 .claude/skills/context-scope-tags/(项目级)。重启 AI 客户端后,用 /context-scope-tags 主动调用,或让 AI 根据上下文自动发现并使用。
Context Scope Tags 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Context Scope Tags 可免费安装使用。请查阅仓库了解许可证信息。
Use when: you chat across topics and want explicit boundaries to prevent topic bleed. Tags: [ISO], [SCOPE], [GLOBAL], [NOMEM], [REM]. (Memory tags are signal...
Context Scope Tags 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Context Scope Tags
Identifies repetitive steps in your workflow and sets up Context Scope Tags to handle them automatically