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.
npx claudepluginhub leeguooooo/cross-request-master --plugin yapi-plugin# 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.
/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.
/searchSearches Postman workspaces for APIs matching natural language queries about endpoints and capabilities, showing details like responses and auth.
/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.
Share bugs, ideas, or general feedback.
command -v yapi >/dev/null || npm install -g @leeguoo/yapi-mcp.yapi --path /api/interface/list_cat --query catid=<catid>.