rembric: Skill for Claude Code

.agents/skills/rembric-tui-installer/SKILL.md

rembric-tui-installer is a skill for Claude Code, Codex from susomejias/rembric. It costs 131 tokens per session (1,731 once invoked), scanned A, original, MIT.

An installation contract for Rembric’s terminal-based installer and its client integrations. It defines the single supported path for installing, setting up, upgrading, and removing them.

In plain words
What is it for?
Use it when changing installer scripts, client setup or removal scripts, marketplace metadata, or installation documentation.
Why use it?
It prevents different install scripts and documentation from drifting apart or handling the same client inconsistently.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents); mentions Codex.

This is susomejias/rembric's own configuration. It tells Claude Code and Codex how to work on rembric itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything rembric configures →

Reuse

Borrowing it

Nothing to install: this file belongs to susomejias/rembric. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/susomejias/rembric/main/.agents/skills/rembric-tui-installer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/susomejias/rembric

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 rembric-tui-installer

README.md
[![agentmods](https://agentmods.dev/badge/skills/susomejias/rembric/rembric-tui-installer/github.svg)](https://agentmods.dev/skills/susomejias/rembric/rembric-tui-installer)
Your own site
<a href="https://agentmods.dev/skills/susomejias/rembric/rembric-tui-installer"><img src="https://agentmods.dev/badge/skills/susomejias/rembric/rembric-tui-installer/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 rembric-tui-installer

Your own site · 80×15
<a href="https://agentmods.dev/skills/susomejias/rembric/rembric-tui-installer"><img src="https://agentmods.dev/badge/skills/susomejias/rembric/rembric-tui-installer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,731 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00131 $0.01731
Opus 5 $0.00066 $0.00865
Sonnet 5 $0.00026 $0.00346
Haiku 4.5 $0.00013 $0.00173

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

Security

Grade A, and why

rembric-tui-installer scanned grade A with 1 finding 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 12d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **opencode, Hermes** → invokes their own `install.sh` / `uninstall.sh` (via `PLUGIN_SRC` against a local clone, or `curl` at the same ref).
.agents/skills/rembric-tui-installer/SKILL.md · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Rembric TUI installer — contract

The TUI installer is the single, canonical, user-facing path for installing / setting up / upgrading / uninstalling the Rembric server and every client plugin. Docs lead with it; per-client commands are documented only as manual fallback.

Source of truth (read these — this file is the durable contract, not a copy):

  • apps/plugin/install.sh — the orchestrator (real logic).
  • install.sh (repo root) — the thin shim; canonical URL .../main/install.sh.
  • install.test.ts (repo root) — the headless test surface (covers the root shim + the orchestrator).
  • openspec/specs/tui-installer/spec.md — the normative requirements.

The orchestrator model (do NOT violate)

The installer delegates; it never reimplements. There are three backends, and each of the five clients uses exactly one:

  • opencode, Hermes → invokes their own install.sh / uninstall.sh (via PLUGIN_SRC against a local clone, or curl at the same ref).
  • Claude Code, Codex → prints the marketplace CLI commands (and optionally runs them when the client binary is present). No repo-side install script is created for these.
  • Pi → runs the client's own CLI against the public npm registry: pi install npm:@rembric/pi, for install and for update, gated on binary presence and --yes exactly as the marketplace backend is; uninstall goes through that client's own removal verb. There is deliberately no .pi-plugin/install.sh, no .pi-plugin/uninstall.sh, and no marketplace entry. --ref=<tag> is NOT applied to it — the artifact comes from the registry, not a git ref, and appending a version would produce a pin that the client's own pi update --extensions / --all then skip, freezing the operator while reporting success.

The per-client primitives (install.sh/uninstall.sh, marketplace.json, the bridge, hooks) are the backend and the documented manual fallback. Changing the installer must not duplicate or fork their logic.

Read the full file on GitHub · 52 lines

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. 12d ago First seen · 52 lines · 131 tokens per session scan A b67ae4a83d3a

Subscribe to this mod's changes

rembric-tui-installer is a skill published in the GitHub repository susomejias/rembric (12 stars, last pushed 9d ago), licensed MIT. It adds 131 tokens to every session and 1,731 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.