# Send Context Scope Tags to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "context-scope-tags",
    "name": "Context Scope Tags",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/phenomenoner/context-scope-tags",
    "canonicalUrl": "https://clawhub.ai/phenomenoner/context-scope-tags",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/context-scope-tags",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=context-scope-tags",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "context-scope-tags",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:31:20.630Z",
      "expiresAt": "2026-05-06T15:31:20.630Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=context-scope-tags",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=context-scope-tags",
        "contentDisposition": "attachment; filename=\"context-scope-tags-0.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "context-scope-tags"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/context-scope-tags"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/context-scope-tags",
    "downloadUrl": "https://openagent3.xyz/downloads/context-scope-tags",
    "agentUrl": "https://openagent3.xyz/skills/context-scope-tags/agent",
    "manifestUrl": "https://openagent3.xyz/skills/context-scope-tags/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/context-scope-tags/agent.md"
  }
}
```
## Documentation

### Context Scope Tags (Chat Protocol)

A lightweight, portable convention for explicit context boundaries in chat.

### Copy/paste cheat sheet (one screen)

[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.

### Quick start

Put one or more tags at the very start of your message.
Prefer this order: scope tag(s) then memory tag(s).
Write normally.

Optional: if your assistant supports command-style shortcuts, /ctx or /context_def can print this cheat sheet.

### Tag parsing rules

Tags must appear at the start of the user's message.
Multiple tags are allowed.
Tags do not override safety policies, tool access controls, approvals, or platform rules.

### Conflicting tags

Some combinations conflict (for example [ISO] + [GLOBAL], or [REM] + [NOMEM]).

Recommended policy:

Last tag wins for the conflicting dimension.
If the combination is ambiguous, ask a clarifying question rather than guessing.

### Isolation / scope

[ISO: <topic>] / [Isolated Context: <topic>]

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: <topic>] / [Scoped Context: <topic>]

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.

### Memory intent

[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.

### Default behavior (no tags)

Be conservative about cross-topic mixing.
If the user complains about topic bleed, suggest using the tags above.

### Cross-platform / chat-surface notes

Telegram slash commands cannot contain dashes.

Use /context_def (underscore), not /context-def.


Slash commands may collide with other bots/skills.

If /ctx is already taken, use the tag syntax directly (it works everywhere).


The tags themselves are just text; they work the same on Telegram/Discord/Slack/WhatsApp.
If a surface auto-formats brackets, it's fine - just keep the tags at the very beginning.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: phenomenoner
- Version: 0.2.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T15:31:20.630Z
- Expires at: 2026-05-06T15:31:20.630Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/context-scope-tags)
- [Send to Agent page](https://openagent3.xyz/skills/context-scope-tags/agent)
- [JSON manifest](https://openagent3.xyz/skills/context-scope-tags/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/context-scope-tags/agent.md)
- [Download page](https://openagent3.xyz/downloads/context-scope-tags)