From yapi-plugin
Lists YApi interfaces under a category ID. Prompts for ID if missing, installs yapi CLI if needed, parses response, and returns list with IDs and paths.
How this command is triggered — by the user, by Claude, or both
Slash command
/yapi-plugin:list-category-interfacesFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# List Category Interfaces 1. Ask for the category ID if it is not already present. 2. Run `command -v yapi >/dev/null || npm install -g @leeguoo/yapi-mcp`. 3. Run `yapi --path /api/interface/list_cat --query catid=<catid>`. 4. Parse the response. 5. Return the interface list with IDs and paths when available.
command -v yapi >/dev/null || npm install -g @leeguoo/yapi-mcp.yapi --path /api/interface/list_cat --query catid=<catid>.npx claudepluginhub leeguooooo/cross-request-master --plugin yapi-plugin/listLists all CLI-Anything-Web CLIs from installed packages and local generated sources. Outputs table by default or JSON with --json.
/httpyacGuides setup of VSCode httpYac extension for API testing, creating .vscode/settings.json, .http files, env vars, test organization, and usage instructions.
/list-toolsLists all available tools in bullet-point format using TypeScript function signatures suffixed with purposes and capabilities. Optional context or category filter.
/READMEDisplays Claude Code slash commands directory organized by categories including Python, Web, DevOps, context engineering, quality assurance, integrations, and utilities.
/oapiProvides OpenAPI CLI expertise using oapi tool: register specs, execute requests, manage auth profiles, explore endpoints, answer questions.