apifox-cli

apifox-cli is a skill for Codex from iwen-conf/apifox-mcp. It costs 114 tokens per session (2,689 once invoked), scanned A, original, no licence file.

A skill for writing and maintaining Apifox and OpenAPI documentation with the apifox-cli command-line tool. Apifox is a tool for documenting and testing APIs, while OpenAPI is a common format for describing them.

In plain words
What is it for?
It helps create and maintain Apifox documentation files for endpoints, schemas, CRUD operations, and API models, then validate or dry-run the changes before applying them.
Why use it?
It helps turn source code, routes, data structures, validation rules, and product requirements into documented API definitions. It also supports checking and previewing those definitions before applying them.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps create and maintain Apifox documentation files for endpoints, schemas, CRUD operations, and API models, then validate or dry-run the changes before applying them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iwen-conf/apifox-mcp/apifox-cli
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 iwen-conf/apifox-mcp --skill apifox-cli
Clone the repo
git clone --depth 1 https://github.com/iwen-conf/apifox-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 apifox-cli

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/iwen-conf/apifox-mcp/apifox-cli"><img src="https://agentmods.dev/badge/skills/iwen-conf/apifox-mcp/apifox-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,689 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.00114 $0.02689
Opus 5 $0.00057 $0.01345
Sonnet 5 $0.00023 $0.00538
Haiku 4.5 $0.00011 $0.00269

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

Security

Grade A, and why

apifox-cli 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 10d 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.

skills/apifox-cli/SKILL.md · 267 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. 10d ago First seen · 267 lines · 114 tokens per session scan A 7cd18b7eda4d

Subscribe to this mod's changes

apifox-cli is a skill published in the GitHub repository iwen-conf/apifox-mcp (30 stars, last pushed 2mo ago), with no licence file. It adds 114 tokens to every session and 2,689 once invoked, about $0.0006 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

design-mcp-server

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.

cyanheads/obsidian-mcp-server · 62 tokens

add-tool

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

cyanheads/obsidian-mcp-server · 35 tokens

api-context

Canonical reference for the unified Context object passed to every tool and resource handler in @cyanheads/mcp-ts-core. Covers the full interface, its RequestContext base, all sub-APIs (ctx.log, ctx.state, ctx.requestInput, ctx.inputs, ctx.enrich, ctx.content), and when to use each.

cyanheads/obsidian-mcp-server · 79 tokens

api-errors

McpError constructor, JsonRpcErrorCode reference, and error handling patterns for @cyanheads/mcp-ts-core. Use when looking up error codes, understanding where errors should be thrown vs. caught, or using ErrorHandler.tryCatch in services.

cyanheads/obsidian-mcp-server · 54 tokens

field-test

Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, measures every call (bytes, token estimate, wall-clock) and weighs the catalog, and produces a tight report with concrete findings and numbered…

cyanheads/obsidian-mcp-server · 93 tokens

api-telemetry

Catalog of OpenTelemetry instrumentation built into framework @cyanheads/mcp-ts-core — spans, metrics, completion logs, env config, runtime caveats, custom instrumentation patterns, and cardinality rules. Use when enabling OTel export, adding custom spans or metrics in services, debugging missing telemetry, looking up…

cyanheads/obsidian-mcp-server · 85 tokens