lionclaw-private-context

lionclaw-private-context is a skill for Claude Code, Codex from moshthepitt/lionclaw. It costs 29 tokens per session (261 once invoked), scanned A, original, MIT.

A local private store that projects approved user context into prompts and records committed conversation turns for later recall.

In plain words
What is it for?
Use it to manage explicit preferences, styles, memories, profile records, conversation history, corrections, deletions, and audits.
Why use it?
It keeps private context separate from the runtime and prevents profile or memory facts from being inferred from arbitrary conversations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to manage explicit preferences, styles, memories, profile records, conversation history, corrections, deletions, and audits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/moshthepitt/lionclaw/lionclaw-private-context
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add moshthepitt/lionclaw --skill lionclaw-private-context
Clone the repo
git clone --depth 1 https://github.com/moshthepitt/lionclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lionclaw-private-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/moshthepitt/lionclaw/lionclaw-private-context/github.svg)](https://agentmods.dev/skills/moshthepitt/lionclaw/lionclaw-private-context)
Your own site
<a href="https://agentmods.dev/skills/moshthepitt/lionclaw/lionclaw-private-context"><img src="https://agentmods.dev/badge/skills/moshthepitt/lionclaw/lionclaw-private-context/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lionclaw-private-context

Your own site · 80×15
<a href="https://agentmods.dev/skills/moshthepitt/lionclaw/lionclaw-private-context"><img src="https://agentmods.dev/badge/skills/moshthepitt/lionclaw/lionclaw-private-context.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 261 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00261
Opus 5 $0.00015 $0.00130
Sonnet 5 $0.00006 $0.00052
Haiku 4.5 $0.00003 $0.00026

Measured 11d ago against content hash 81335ec92237, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

lionclaw-private-context scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/lionclaw-private-context/SKILL.md · 29 lines

What it actually says

LionClaw Private Context

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.

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 29 lines · 29 tokens per session scan A 81335ec92237

Subscribe to this mod's changes

lionclaw-private-context is a skill published in the GitHub repository moshthepitt/lionclaw (16 stars, last pushed 10d ago), licensed MIT. It adds 29 tokens to every session and 261 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

update-setup

A one-time setup wizard for creating a personalised upgrade guide for a workspace. It checks for an existing guide, identifies the current version and installation clues, and requires confirmation of the installation method before writing a new guide.

MemTensor/memmy-agent · 0 tokens

skill-creator

Create, edit, improve, tidy, review, audit, or restructure memmy-agent skills and SKILL.md files.

MemTensor/memmy-agent · 28 tokens

memmy-memory

Use the shared Memmy memory service to retrieve relevant prior context and persist durable Agent turns, facts, decisions, preferences, procedures, and follow-ups.

MemTensor/memmy-agent · 34 tokens

ui-craft

Design, build, redesign, or modify browser-visible web interfaces with product-quality composition, visual systems, interaction states, responsive behavior, accessibility, and browser visual QA. Use for HTML, CSS, JavaScript, React, Vue, or Svelte pages and components, landing pages, dashboards, admin tools, settings…

MemTensor/memmy-agent · 86 tokens

memmy-memory

Use the memmy-memory CLI when an agent needs to check the Memory service, open or close agent sessions, start or complete turns, search, add, read, or delete memories, or call uncommon HTTP routes through raw requests.

MemTensor/memmy-agent · 50 tokens

agentlas-auto-activation

Use when adding or auditing local runtime behavior that turns a project folder into an Agentlas-aware workspace with .agentlas memory and sitemap files.

agentlas-ai/Agentlas-OS · 34 tokens