omp

An agent setup for OMP, a coding-agent environment, that installs Remarc integrations and checks the connection to Remarc’s session and comment service.

In plain words
What is it for?
Use it to install the core Remarc OMP plugin, optionally enable instant comment delivery, reload plugins, and test the MCP connection.
Why use it?
It avoids manually wiring the plugins and gives the agent a way to view or deliver Remarc feedback during a session.

Agent

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 agents/metedata/remarc/omp
Clone the repo
git clone --depth 1 https://github.com/metedata/Remarc
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 741 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00023 $0.00741
Opus 5 $0.00012 $0.00370
Sonnet 5 $0.00005 $0.00148
Haiku 4.5 $0.00002 $0.00074

Measured yesterday against content hash 0f3d5ad6c982, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

omp 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.

docs-site/src/content/docs/agents/omp.md · 70 lines

How it starts

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

OMP connects through Remarc's public, MIT-licensed agent integrations repository. The remarc plugin supplies the workflow skill and MCP tools. The optional remarc-wake plugin pairs the current OMP conversation with one Remarc session for instant delivery.

Requirements

  • Remarc 1.1.0 or later installed and launched at least once for native OMP badges and instant delivery (core MCP access also works with 1.0.1)
  • OMP 17.3.4 or a compatible later release
  • Node.js available to the environment that launches OMP

Install the core plugin

Run:

omp plugin marketplace add metedata/remarc-agent-plugins
omp plugin install --scope user remarc@remarc

For only the current project, use --scope project from that project directory. In an already running OMP session, reload and verify discovery:

/reload-plugins
/mcp list
/mcp test remarc:remarc
/skill:remarc

OMP displays the MCP server as remarc:remarc. Ask OMP to list Remarc sessions or comments; you do not need to use its generated internal tool identifiers yourself.

Add instant delivery

Install the optional wake extension from the same public marketplace:

omp plugin install --scope user remarc-wake@remarc

Restart OMP after installing or updating an extension. In the OMP conversation that should receive comments, run:

/remarc-pair

Before pairing, make the intended session active in Remarc. You can create it in the app or ask OMP to create a correctly labelled Remarc session through MCP. /remarc-pair binds the current OMP conversation to that active Remarc session; it does not guess or silently create one. Then enable Allow comments to wake paired agent sessions in Remarc under Settings > MCP Integrations > Instant delivery. Send Instantly appears only while the selected session has a live, token-owned OMP pairing.

Run /remarc-unpair to remove the current conversation's pairing. A normal OMP shutdown removes its live lease; after a forced exit, the short heartbeat timeout makes the stale pairing unreachable without deleting any Remarc data.

Read the full file on GitHub · 70 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. yesterday First seen · 70 lines · 23 tokens per session scan A 0f3d5ad6c982

Subscribe to this mod's changes

omp is an agent published in the GitHub repository metedata/Remarc (66 stars, last pushed 10d ago), licensed MIT. It adds 23 tokens to every session and 741 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.

Related

Other agents, from other repositories

swift-mcp-expert

Expert assistance for building MCP servers in Swift with the FastMCP library. Use proactively when authoring @Tool / @MCPResource / @MCPPrompt types, configuring the FastMCP builder, defining @Generable schemas, or debugging FastMCP server issues.

mehmetbaykar/swift-fast-mcp · 69 tokens

agentsb-roadmap

AgentSB is the repo-local maintenance agent app for SwiftASB. Its job is to help maintainers keep Codex CLI schema review, SwiftASB public API boundaries, docs, probes, and routine repo upkeep moving without turning uncertain upstream changes into silent source edits.

gaelic-ghost/SwiftASB · 0 tokens

codex-direct-read-plan

AgentSB may use direct local Codex reads as an experimental maintainer lane for faster reports and for prototyping the future SwiftASB direct-thread-storage feature. This lane is private, read-only by default, and version-gated. The destination feature is tracked in ../maintainers/codex-direct-thread-storage-plan.md.

gaelic-ghost/SwiftASB · 0 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens