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.
curl -O https://raw.githubusercontent.com/susomejias/rembric/main/.agents/skills/rembric-tui-installer/SKILL.mdgit clone --depth 1 https://github.com/susomejias/rembricWrote 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/susomejias/rembric/rembric-tui-installer)<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.
<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>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.00131 | $0.01731 |
| Opus 5 | $0.00066 | $0.00865 |
| Sonnet 5 | $0.00026 | $0.00346 |
| Haiku 4.5 | $0.00013 | $0.00173 |
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). 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(viaPLUGIN_SRCagainst a local clone, orcurlat 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--yesexactly 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 ownpi update --extensions/--allthen 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.
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.
- 12d ago First seen · 52 lines · 131 tokens per session scan A b67ae4a83d3a
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.
Other skills, from other repositories
hunt-nodejs
Hunt Node.js specific vulnerabilities — Prototype Pollution → RCE chains (lodash/merge/assign), Express trust proxy misconfiguration, childprocess/eval injection, template engine SSTI (EJS/Pug/Handlebars), path traversal in file servers, require() injection, environment variable exfil via /proc/self/environ. Use when…
codex-auth-setup
Install or refresh codex-multi-auth for the official Codex CLI, run first login, and verify account health and routing.
marm-init
Guided MARM MCP setup. Invoke after running marm-memory init on the CLI to configure MARM memory across your agent. Drives transport choice, runtime choice, MCP config writing, multi-agent linking, and server start. Works on Claude, Codex, Gemini, Qwen, Cursor, VS Code, and other MCP-capable agents.
plain-report
Use this tool only when the user explicitly asks to create a plain report.
example
Example fixture skill for scanner regression coverage.
kanban-orchestrator
Kanban orchestrator: decompose, route, verify. No executing.