lionclaw-private-context
Host-side LionClaw private-context skill for deterministic projection, committed-turn recording, and explicit profile or memory management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Host-side LionClaw private-context skill for deterministic projection, committed-turn recording, and explicit profile or memory management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when asked to communicate with another local LionClaw project instance, teammate, reviewer, QA instance, or sibling agent through team-local. Use it to list reachable instances, resolve routes, and send requested questions, results, updates, or /runtime attachments via the LionClaw channel_send MCP tool.
First-party LionClaw channel for local project instance communication.
Use when the user invokes $lionclaw-private-context, asks what LionClaw remembers, or wants to remember, update, or clarify durable memory, style, preferences, or private context.
Host-side Email work-inbox channel for LionClaw.
Handle LionClaw email-channel turns and replies without touching mailbox credentials or raw mail transport.
Run and operate a Telegram channel worker for LionClaw using the kernel channel bridge APIs.
| name | lionclaw-private-context |
| description | Host-side LionClaw private-context skill for deterministic projection, committed-turn recording, and explicit profile or memory management. |
Use this skill as LionClaw's default local private-context capability. It owns a host-only SQLite store and exposes three deterministic surfaces:
scripts/projector: pre-prompt private-context projection.scripts/recorder: post-turn recording from committed LionClaw transcript records.scripts/context: manual operator inspection, correction, deletion, and audit.The runtime never receives direct access to the store. Projected context is advisory prompt context only, and LionClaw core remains the final authority for trust tier, prompt policy, budgets, rendering, and audit.
Do not infer profile or memory facts from arbitrary conversation. Store exact committed turns for episodic recall, and create durable profile or memory records only from manual operator commands or explicit user directive lines:
remember: <text>style: <text>preferences: <text>The skill must stay deterministic: no model calls, no embeddings, no runtime DB access, no LionClaw core DB reads, and no hidden transport or channel logic.