mcp: Skill for Codex

.agents/skills/mcp-documentation-standard/SKILL.md

mcp-documentation-standard is a skill for Codex from patsnap/mcp. It costs 61 tokens per session (979 once invoked), scanned A, original, Apache-2.0.

A documentation workflow for adding or updating Patsnap Marketplace MCP server documentation. MCP is a way for an AI agent to use tools provided by another service.

In plain words
What is it for?
For documenting a server's purpose, provider, endpoint, configuration, tools, parameters, limits, prerequisites, and business category.
Why use it?
It ensures each server's README, instructions, and repository indexes describe the same authoritative details.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is patsnap/mcp's own configuration. It tells Codex how to work on 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 mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to patsnap/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/patsnap/mcp/main/.agents/skills/mcp-documentation-standard/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/patsnap/mcp

Made for: 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 mcp-documentation-standard

README.md
[![agentmods](https://agentmods.dev/badge/skills/patsnap/mcp/mcp-documentation-standard/github.svg)](https://agentmods.dev/skills/patsnap/mcp/mcp-documentation-standard)
Your own site
<a href="https://agentmods.dev/skills/patsnap/mcp/mcp-documentation-standard"><img src="https://agentmods.dev/badge/skills/patsnap/mcp/mcp-documentation-standard/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 mcp-documentation-standard

Your own site · 80×15
<a href="https://agentmods.dev/skills/patsnap/mcp/mcp-documentation-standard"><img src="https://agentmods.dev/badge/skills/patsnap/mcp/mcp-documentation-standard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 979 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00061 $0.00979
Opus 5 $0.00030 $0.00490
Sonnet 5 $0.00012 $0.00196
Haiku 4.5 $0.00006 $0.00098

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

Security

Grade A, and why

mcp-documentation-standard 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.

.agents/skills/mcp-documentation-standard/SKILL.md · 101 lines

How it starts

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

MCP Documentation Standard

Use this workflow to turn a Patsnap Marketplace MCP detail page into consistent, reviewable repository documentation.

Required outcome

For every MCP server, create or update these files in its business-domain directory:

  • <category>/<server-directory>/README.md
  • <category>/<server-directory>/SKILL.md

Then update all applicable indexes:

  • /README.md
  • /<category>/README.md
  • /glama.json

Do not create a business-server skill under .agents/skills. This skill is the reusable documentation standard; each MCP's own SKILL.md belongs beside that MCP's README.md.

Read references/templates.md before writing or reviewing MCP documentation.

1. Collect authoritative Marketplace facts

Open the exact MCP detail page and record:

  • Marketplace slug, displayed product name, provider, lifecycle state, and version
  • product purpose and stated data coverage
  • endpoint URL, MCP configuration key, and transport type
  • complete tool names, purposes, required and optional parameters
  • enums, limits, defaults, incompatibilities, asynchronous behavior, and prerequisites

For dynamic pages, use a browser capable of reading the rendered detail and tool panels. Treat the Marketplace tool definitions as the source of truth for tool behavior. Do not infer unsupported parameters from general marketing copy or from similarly named MCPs.

2. Choose the destination

Map the product to one business domain:

  • Patent search, patent analytics, portfolios, legal status, valuation, or workspace collections: ip-intelligence
  • Drugs, biology, chemistry, clinical, regulatory, or life-science intelligence: life-sciences
  • TRIZ, engineering innovation, scientific literature, concept generation, or R&D workflows: rd-innovation

Use a patsnap--prefixed directory name. Preserve a Marketplace slug that already starts with patsnap-; otherwise prefix it, for example patent-analysis becomes patsnap-patent-analysis. Before creating a directory, search the repository for an existing canonical location.

Read the full file on GitHub · 101 lines

Files

What ships with it

2 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. 9d ago First seen · 101 lines · 61 tokens per session scan A 2a596c850762

Subscribe to this mod's changes

mcp-documentation-standard is a skill published in the GitHub repository patsnap/mcp (111 stars, last pushed 19d ago), licensed Apache-2.0. It adds 61 tokens to every session and 979 once invoked, about $0.0003 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 skills, from other repositories

molecular-dynamics

Run and analyze molecular dynamics simulations with OpenMM and MDAnalysis. Set up protein and protein-ligand systems with PDBFixer, choose force fields and water models (AMBER14, CHARMM36m, ff19SB, GAFF2, TIP3P), solvate and add ions, run energy minimization, NVT/NPT equilibration and production MD on GPU, then…

K-Dense-AI/drug-discovery-agent-skills · 180 tokens

molfeat

Molecular featurization hub with one consistent interface over 100+ featurizers. Fingerprints (ECFP/Morgan, MACCS, atom pair, topological torsion, Avalon, RDKit, ERG), RDKit and Mordred descriptor sets, pharmacophore and 3D shape descriptors, scaffold keys, and pretrained embeddings (ChemBERTa, ChemGPT, MolT5, GIN…

K-Dense-AI/drug-discovery-agent-skills · 165 tokens

glycoengineering

Analyze and engineer protein glycosylation. Scan sequences for canonical N-glycosylation sequons (N-X-S/T with X not proline, including overlapping sites), predict O-GalNAc hotspots, read glycan notation, and reach the curated external tooling (NetNGlyc, NetOGlyc, GlycoShield, GlycoWorkbench, GlyTouCan, GlyConnect).…

K-Dense-AI/drug-discovery-agent-skills · 183 tokens

rowan

Rowan is a cloud-native molecular modeling and medicinal-chemistry workflow platform with a Python API. Use for pKa and macropKa prediction, conformer and tautomer ensembles, docking and analogue docking, protein-ligand cofolding, MSA generation, molecular dynamics, permeability, descriptor workflows, and related…

K-Dense-AI/drug-discovery-agent-skills · 100 tokens

chembl

Query the ChEMBL database web services for measured bioactivity data, compound records and calculated properties, targets, assays, mechanisms of action, drug indications and warnings. Use this skill to build curated SAR or QSAR datasets for a target, look compounds up by SMILES, InChIKey, name, or ChEMBL id, run…

K-Dense-AI/drug-discovery-agent-skills · 134 tokens

ncats-arax

Queries the NCATS Translator ARAX production API for bounded, typed, provenance-rich one-hop and endpoint-pinned two-hop biomedical knowledge-graph relationships. Use for Biolink-constrained RTX-KG2 lookup, explicit selected-provider ARAX federation, separate entity normalization, qualifier-aware graph traversal, and…

K-Dense-AI/drug-discovery-agent-skills · 99 tokens