ocserv-admin-mcp: Skill for Codex

.opencode/skills/grace-fix/SKILL.md

grace-fix is a skill for Codex, OpenCode from SkS-Other/ocserv-admin-mcp. It costs 46 tokens per session (677 once invoked), scanned A, original, no licence file.

A debugging skill that uses GRACE semantic navigation to trace code relationships, compare behavior with a verification plan, and locate mismatches.

In plain words
What is it for?
Use it to analyze errors, navigate related code, define or follow checks, and apply a focused fix.
Why use it?
It helps investigate bugs and unexpected results by following the meaning and structure of the code involved.

Skill for CodexOpenCode

Written for Codex and OpenCode: agents/openai.yaml present, but also installed under .opencode/.

This is SkS-Other/ocserv-admin-mcp's own configuration. It tells Codex and OpenCode how to work on ocserv-admin-mcp 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 ocserv-admin-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to SkS-Other/ocserv-admin-mcp. 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/SkS-Other/ocserv-admin-mcp/main/.opencode/skills/grace-fix/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/SkS-Other/ocserv-admin-mcp

Made for: Codex, OpenCode.

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 grace-fix

README.md
[![agentmods](https://agentmods.dev/badge/skills/sks-other/ocserv-admin-mcp/grace-fix/github.svg)](https://agentmods.dev/skills/sks-other/ocserv-admin-mcp/grace-fix)
Your own site
<a href="https://agentmods.dev/skills/sks-other/ocserv-admin-mcp/grace-fix"><img src="https://agentmods.dev/badge/skills/sks-other/ocserv-admin-mcp/grace-fix/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 grace-fix

Your own site · 80×15
<a href="https://agentmods.dev/skills/sks-other/ocserv-admin-mcp/grace-fix"><img src="https://agentmods.dev/badge/skills/sks-other/ocserv-admin-mcp/grace-fix.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 677 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00046 $0.00677
Opus 5 $0.00023 $0.00338
Sonnet 5 $0.00009 $0.00135
Haiku 4.5 $0.00005 $0.00068

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

Security

Grade A, and why

grace-fix 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 9d 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.

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.

.opencode/skills/grace-fix/SKILL.md · 60 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file 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. 9d ago First seen · 60 lines · 46 tokens per session scan A 63ef0048a306

Subscribe to this mod's changes

grace-fix is a skill published in the GitHub repository SkS-Other/ocserv-admin-mcp (2 stars, last pushed 4mo ago), with no licence file. It adds 46 tokens to every session and 677 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

xcodebuildmcp-cli

Official skill for the XcodeBuildMCP CLI. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).

getsentry/XcodeBuildMCP · 48 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, then fills the gaps with list (filters, sort, a time…

comet-ml/opik-mcp · 174 tokens

opik-explain

Root-cause a specific Opik trace, or a pattern across traces, and return a grounded explanation. Uses the hosted Opik MCP when it is connected, and falls back to SDK scripting otherwise. Returns the root cause, the evidence spans as clickable Opik UI links, and one suggested next step. Use for "why did this trace…

comet-ml/opik-mcp · 113 tokens

triage

Diagnose and fix broken MCP servers in mcptoon — doctor, health, per-server probes, and the common failure playbook.

activeing123/mcptoon · 30 tokens

maintenance

Investigate, adopt, and verify dependency updates. Captures what changed, understands why, cross-references against the codebase, and runs final checks. Supports two entry modes: run the full flow end-to-end, or review updates you already applied.

cyanheads/git-mcp-server · 53 tokens

cortex-debug-memory

Debug and fix memory system issues — validate memories, rate quality, manage protection, forget bad memories, and restore from checkpoints. Use when the user says 'fix memory', 'bad memory', 'wrong memory', 'delete this', 'protect this', 'this memory is wrong', 'memory quality', 'rate this memory', 'restore…

cdeust/Cortex · 87 tokens