internal-docs-operator

internal-docs-operator is a skill for Claude Code, Codex from LuuOW/meridian-mcp. It costs 46 tokens per session (1,100 once invoked), scanned A, original, MIT.

A workflow for updating and checking an internal documentation system running on two specified web addresses. It distinguishes curated reference information from live operational information.

In plain words
What is it for?
Use it when updating targeted internal documentation, checking services and environment details, verifying live changes, or working with specified URLs, ports, panels, or project IDs.
Why use it?
It reduces the risk of editing the wrong project or claiming that a change worked without checking the live system. It also helps identify where the real source of the documentation is stored.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it when updating targeted internal documentation, checking services and environment details, verifying live changes, or working with specified URLs, ports, panels, or project IDs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luuow/meridian-mcp/internal-docs-operator
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.

Any agent
npx skills add LuuOW/meridian-mcp --skill internal-docs-operator
Clone the repo
git clone --depth 1 https://github.com/LuuOW/meridian-mcp

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 internal-docs-operator

README.md
[![agentmods](https://agentmods.dev/badge/skills/luuow/meridian-mcp/internal-docs-operator.svg)](https://agentmods.dev/skills/luuow/meridian-mcp/internal-docs-operator)
Your own site
<a href="https://agentmods.dev/skills/luuow/meridian-mcp/internal-docs-operator"><img src="https://agentmods.dev/badge/skills/luuow/meridian-mcp/internal-docs-operator.svg" alt="Measured on agentmods" 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 1,100 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.00046 $0.01100
Opus 5 $0.00023 $0.00550
Sonnet 5 $0.00009 $0.00220
Haiku 4.5 $0.00005 $0.00110

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

Security

Grade A, and why

internal-docs-operator 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 7d 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.

curl -s http://45.9.190.170:4401/ | grep -n "target-id"
skills/internal-docs-operator/SKILL.md · 143 lines

How it starts

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

internal-docs-operator

Workflow for operating on the internal docs system without drifting to the wrong target or claiming unverified success.

1) Source Hierarchy

Treat the two internal surfaces differently:

  • http://45.9.190.170:4400 or local http://127.0.0.1:4400 Higher-authority live operational source for system state, services, PM2, Docker, ports, uptime, and environment facts.
  • http://45.9.190.170:4401 Curated internal reference layer for topology, project descriptions, onboarding, and conventions.

Do not treat :4401 as unconditional truth. Use it for orientation, then verify live operational claims against :4400, direct commands, or source files.

2) Exact Target Discipline

If the user gives any explicit target, treat it as mandatory:

  • URL
  • hash like #card-openclaw-workspace-3
  • project/card/panel id
  • path
  • port

Do not silently switch to another card, panel, section, or project because it is visible by default.

Before acting, resolve:

  1. what the requested target is
  2. where the backing content actually lives
  3. whether the task is editing:
    • a source file
    • a generated template
    • a backing API
    • a runtime-rendered UI only

3) Required Execution Sequence

For any docs-site modification:

  1. Inspect the requested target
  2. Identify the real storage layer
  3. Make the edit at the source, not by scraping UI
  4. Restart/reload the serving process if required
  5. Verify the exact target changed
  6. Only then report success

If step 2 is unresolved, do not proceed as if the update path is known.

4) Observed vs Inferred vs Verified

Always keep these separate:

  • observed Directly seen in source, command output, or live page
  • inferred Likely true from structure, but not yet proven
  • verified Confirmed on the exact requested target after the action

Do not write “done”, “updated”, “added”, or “success” unless the requested effect is verified.

5) Working With :4401

When using the docs site:

  • inspect the actual source file if the app is file-backed
  • prefer source edits over brittle DOM injection or shell regex surgery
  • if the app is served from a single template file, edit that source directly
  • verify the relevant section, panel, card, or anchor after reload

Read the full file on GitHub · 143 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. 7d ago First seen · 143 lines · 46 tokens per session scan A 6a14b73f541f

Subscribe to this mod's changes

internal-docs-operator is a skill published in the GitHub repository LuuOW/meridian-mcp (0 stars, last pushed 3d ago), licensed MIT. It adds 46 tokens to every session and 1,100 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