slm-governance

slm-governance is a skill for Claude Code from qualixar/superlocalmemory. It costs 68 tokens per session (1,858 once invoked), scanned A, original, AGPL-3.0.

A governance guide for SuperLocalMemory workspaces. Workspace governance means controlling who can access data, how long it is kept, and what activity is recorded.

In plain words
What is it for?
Applying admin, member, and viewer roles; handling retention policies; recording audits; and exporting or erasing data under GDPR.
Why use it?
It helps an agent follow access rules, retention requirements, audit records, and GDPR data rights in managed workspaces.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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.

agentmods
npx agentmods add skills/qualixar/superlocalmemory/slm-governance
Any agent
npx skills add qualixar/superlocalmemory --skill slm-governance
Clone the repo
git clone --depth 1 https://github.com/qualixar/superlocalmemory

Made for: Claude Code.

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 slm-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/qualixar/superlocalmemory/slm-governance.svg)](https://agentmods.dev/skills/qualixar/superlocalmemory/slm-governance)
Your own site
<a href="https://agentmods.dev/skills/qualixar/superlocalmemory/slm-governance"><img src="https://agentmods.dev/badge/skills/qualixar/superlocalmemory/slm-governance.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,858 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00068 $0.01858
Opus 5 $0.00034 $0.00929
Sonnet 5 $0.00014 $0.00372
Haiku 4.5 $0.00007 $0.00186

Measured yesterday against content hash 46e60888e54e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

slm-governance 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 yesterday.

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.

antigravity-plugin/skills/slm-governance/SKILL.md · 249 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. yesterday Changed 46e60888e54e
  2. 3d ago Changed 1a6af4ef0b79
  3. 6d ago First seen · 249 lines · 68 tokens per session scan A 4e2c944cdce1

Subscribe to this mod's changes

slm-governance is a skill published in the GitHub repository qualixar/superlocalmemory (224 stars, last pushed 2d ago), licensed AGPL-3.0. It adds 68 tokens to every session and 1,858 once invoked, about $0.0003 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

engraphis-memory

Give the agent durable, scoped, explainable memory across sessions and repositories through the Engraphis MCP tools. Use when you learn a convention, decision, bug cause/fix, or user preference worth keeping; when prior context would help before you answer or act (to avoid re-asking or re-deriving); when asked "why is…

Coding-Dev-Tools/engraphis · 134 tokens

binder-modeling

Binder data modeling — define entity types, fields, relations, constraints, views, and navigation. Use when asked to "create a type", "add a field", "define a schema", "set up relations", "model entities", "create a view", "set up navigation", "render entities as files", or design a binder workspace schema.

mpazik/Binder · 74 tokens

binder-app

Build a small HTTP app (dashboard, kanban board, admin panel, custom UI) on top of an existing Binder workspace. Use when asked to "create an app", "build a dashboard", "show records in a chart", "make a kanban/board", "build an admin panel", or "add a UI on top of binder".

mpazik/Binder · 74 tokens

binder-cli

Binder CLI for knowledge graph operations — CRUD, search, schema inspection, transaction import, docs rendering. Use when asked to "query binder", "search records", "create a record", "check the schema", "import transactions", "undo changes", or work with a binder workspace.

mpazik/Binder · 60 tokens

binder-import

Import external data into a Binder workspace. Handles CSV, JSON, YAML, Markdown files, and directories of Markdown. Use when asked to "import data", "load records from a file", "ingest documents", "migrate data into binder", or bulk-create records from an external source.

mpazik/Binder · 62 tokens

capture-task

Capture a new task — create a draft or pending Task record from a rough idea or detailed spec. Use when asked to "add a task", "log a bug", "create a task", or "add to backlog".

mpazik/Binder · 48 tokens