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.
npx skills add moshthepitt/lionclaw --skill lionclaw-private-contextgit clone --depth 1 https://github.com/moshthepitt/lionclawWrote 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.
[](https://agentmods.dev/skills/moshthepitt/lionclaw/lionclaw-private-context)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
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.
- 11d ago First seen · 29 lines · 29 tokens per session scan A 81335ec92237
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.
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.
skill-creator
Create, edit, improve, tidy, review, audit, or restructure memmy-agent skills and SKILL.md files.
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.
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…
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.
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.