Apifox
Apifox allows you to test and manage APIs efficiently, streamlining development workflows and ensuring seamless integration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add apifox npx -- -y @trustedskills/apifox
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"apifox": {
"command": "npx",
"args": [
"-y",
"@trustedskills/apifox"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, Apifox, provides access to ABC Medical Cloud API documentation through HTTP requests managed by apifox.py. It allows AI agents to query and manage these APIs, streamlining development workflows and ensuring seamless integration with the ABC Medical Cloud platform. The tool fetches OpenAPI specifications from the Apifox API, caches them locally for faster access, and provides commands for querying specific interfaces or modules.
When to use it
- When needing to quickly retrieve details about a specific API endpoint within the ABC Medical Cloud ecosystem.
- To search for APIs based on keywords or filter by module (e.g., HTTP API, RPC services, WeApp API).
- For obtaining statistics and summaries of the available APIs and their distribution across modules.
- When needing to refresh the cached OpenAPI documentation to ensure you're working with the latest version.
- To export API summaries in JSON or Markdown format for documentation purposes.
Key capabilities
- Retrieves OpenAPI specifications from the Apifox API.
- Locally caches API documentation for faster access.
- Provides commands for querying interfaces (
list_paths,search_paths,get_path). - Offers module listing and statistics (
list_modules,stats,export_summary). - Supports filtering by method (e.g., POST, GET) when listing paths.
- Returns output in JSON format with success/error indicators.
Example prompts
- "Get the details for the
/api/global-auth/login/smsendpoint using the POST method." - "Search for all APIs related to 'user'."
- "List all API modules and their interface counts."
Tips & gotchas
- Environment Variables: Requires an Apifox Access Token (
APIFOX_ACCESS_TOKEN) configured as an environment variable. An optionalAPIFOX_PROJECT_IDcan also be set. - Caching: The skill caches API documentation locally, which speeds up subsequent requests. To get the latest version, use the
refresh_oascommand. - Output Format: All commands return JSON formatted output.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.