remogram-consumer

A Remogram skill for reading repository and code-forge facts such as pull-request status, checks, comparisons, and repository state. Remogram is a tool that provides these facts through a configured file, command-line program, or MCP connection.

In plain words
What is it for?
Use it to inspect repository status, verify pull requests and checks, compare references, check provider capabilities, and prepare bounded forge-facts evidence.
Why use it?
It gives workflows a defined source for repository facts instead of collecting them by scraping separate command outputs. It also checks configuration and authentication conditions before those facts are trusted.

Skill for Claude CodeCodex

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/attebury/remogram/remogram-consumer
Any agent
npx skills add attebury/remogram --skill remogram-consumer
Clone the repo
git clone --depth 1 https://github.com/attebury/remogram

Made for: Claude Code, Codex.

Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,892 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00047 $0.01892
Opus 5 $0.00023 $0.00946
Sonnet 5 $0.00009 $0.00378
Haiku 4.5 $0.00005 $0.00189

Measured 2d ago against content hash ad7f507d0127, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

remogram-consumer 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 2d 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.

When a write id is **not** configured, Remogram fails closed with **`write_not_configured`**. When writes **are** configured, `doctor` emits **`curl_bridge_deprecated`** — use Remogram writes, not raw API curl.
agent-skills/src/remogram/remogram-consumer/SKILL.md · 175 lines

How it starts

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

Remogram Consumer

Use when the workspace has .remogram.json at the repo root, Remogram CLI on PATH, or Remogram MCP enabled. Remogram supplies forge facts only — not workflow routing from planning tools.

Bootstrap

remogram doctor --json
remogram version --json
remogram provider capabilities --json
remogram repo status --json
remogram plugin boundary --json
remogram evidence forge-facts --cr <number> --json

Use plugin boundary (no .remogram.json required) to discover forge-only emit surfaces and linkage to contract export.

Use evidence forge-facts when consumers need a bounded remogram.forge_facts.v1 producer section for evidence packet composition instead of scraping individual command packets.

Fix doctor failures before trusting other packets. Doctor checks config schema, remote parsing, owner/repo match, trusted host binding, auth env presence (never values), provider capabilities, forge write budget, and operator write overlay bind when present.

Forge write budget (spec-sized bodies)

Before large-body writes, read the budget — do not trial-and-error inline --body:

remogram doctor --json | jq '.forge_write_budget'
remogram write preview --kind issue_open --title "..." --body-file ./spec.md --json

Default inline write cap is 512 bytes. For spec-sized content use --body-file with a bounded env override:

REMOGRAM_WRITE_FIELD_MAX_BYTES=65536 remogram issue open --title "..." --body-file ./spec.md --json

forge_write_budget reports recommended_bounded_override, body_file_by_command, and agent_safe_default. Read packets stay capped at 512 bytes regardless of write override.

Config

Copy from Remogram's .remogram.json.example. Typical shape:

{
  "version": "1",
  "provider": "gitea-api",
  "remote": "origin",
  "owner": "org",
  "repo": "project",
  "baseUrl": "https://forge.example"
}
Provider Auth env (first wins)
gitea-api GITEA_TOKEN
github-api GITHUB_TOKEN, then GH_TOKEN
gitlab-api GITLAB_TOKEN

Read the full file on GitHub · 175 lines

Files

What ships with it

7 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. 2d ago First seen · 175 lines · 47 tokens per session scan A ad7f507d0127

Subscribe to this mod's changes

remogram-consumer is a skill published in the GitHub repository attebury/remogram (0 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 1,892 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

minecraft-modpack-server

Host modded Minecraft servers (CurseForge, Modrinth).

NousResearch/hermes-agent · 19 tokens

jwt-attack

Decode, forge, brute JWTs when Bearer auth header is seen.

uphiago/recon-skills · 19 tokens

opanel-extension-dev

指导 OPanel 扩展的创建、实现、审查、调试与兼容性迁移。Use when a task mentions OPanel extension development, extension.json, @Extension lifecycle methods, OPanelAPI, extension backend routes, extension sidebar page registration, extension resources/web frontend pages, or OPanel extension event listeners.

opanel-mc/opanel · 72 tokens

compare-version-modules

Compare two server-platform adaptation modules of the same platform but different Minecraft/game versions (e.g. forge-1.21.5 vs forge-1.21.8), surfacing only the real API / 写法 differences by normalizing away package-name and version-string noise. Use when the user asks to 对比/比较/diff two version modules, find what…

opanel-mc/opanel · 117 tokens

forge-workflow

Helps an organization admin manage custom Forge workflows conversationally — both AUTHORING new workflows and DELETING existing org- or team-scoped overrides. Invoke this skill whenever the user asks to "create a workflow", "customize my SDLC", "build a new workflow", "set up a custom process", "author a workflow"…

ShipToday/forge-plugin-codex · 203 tokens

forge-autopilot

Routes any product, engineering, or software development lifecycle (SDLC/PDLC) activity to Forge. Invoke this skill whenever the user describes work that involves the product development process — across any phase: discovery, definition, planning, execution, review, handoff, release, or reporting. This includes…

ShipToday/forge-plugin-codex · 257 tokens