smithery.ai

apifox-core

Apifox 生成器核心工?

First seen Mar 21, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 916 B
  • docs SUMMARY.md 93 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Apifox Core Plugin Utilities

提供智能推荐、配置管理等核心功能。

注意: 此模块由 apifox-generator Agent 内部使用,用户无需直接调用。

功能

1. 智能推荐

基于项目特征推荐最佳生成器和输出路径。

2. 配置管理

读写 apifox.config.json 配置文件。

3. 配置验证

验证配置文件格式(基于 JSON Schema)。

4. 代码生成

封装 Docker OpenAPI Generator 命令。

架构

核心模块:

  • SmartRecommender - 智能推荐算法
  • ConfigManager - 配置文件管理
  • CodeGenerator - Docker 命令封装(已简化,Agent 可直接调用 Docker)

使用

此 Skill 不提供独立接口,完全由 Agent 内部使用。Agent 会直接调用文件操作和 Docker 命令。