api-search

Search backend API endpoints by keyword, category, or HTTP method.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/jaturapornchai/bcaicloudskill --skill api-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-search
Source: https://github.com/jaturapornchai/bcaicloudskill/tree/main/skills/api-search
Command: npx skills add https://github.com/jaturapornchai/bcaicloudskill --skill api-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly locate and understand the available API endpoints within the backend services, eliminating the need to manually search through documentation or code.

Core Features & Use Cases

  • Endpoint Discovery: Search for APIs by keywords, categories, or HTTP methods.
  • API Specification Access: Provides a clear table of methods, paths, descriptions, and authentication requirements.
  • Use Case: When developing a new feature that interacts with user authentication, you can use /api-search auth to find all relevant login, logout, and registration endpoints.

Quick Start

Use the api-search skill to find API endpoints related to 'login'.

Frequently Asked Questions about api-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for backend API endpoints by keyword or category?

You can search for backend API endpoints by providing keywords, categories like 'product' or 'transaction', or HTTP methods as parameters. The tool queries GoAPI and MainAPI to instantly locate matching endpoints.

Can I filter API endpoints by HTTP method?

Yes, you can filter API endpoints by HTTP method. The search supports filtering by specific categories or general keywords, returning a tabular format with the method, path, description, and authentication requirements.

What is the best way to find authentication requirements for backend APIs?

Searching for backend APIs using relevant keywords like 'auth' lists method, path, description, and authentication requirements in a clear table. This eliminates manual searches through documentation to find login or registration endpoints.

How do I list all available GoAPI and MainAPI endpoints for a specific feature?

You can list all available GoAPI and MainAPI endpoints for a specific feature by passing a related keyword to the search function. It facilitates API discovery by presenting the endpoints in a structured tabular format.

Does API discovery require manually searching through backend code?

No, API discovery does not require manually searching through backend code. The tool directly queries the backend services to locate and understand available endpoints, providing their paths and descriptions instantly.

What information is provided when I locate an API endpoint?

When you locate an API endpoint, the tool provides a clear table containing the HTTP method, the endpoint path, a description of its function, and its specific authentication requirements.