AI Agent Hub
Back to skills
National Bidding AI Search Assistant icon

National Bidding AI Search Assistant

Business Operations Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_441e055b/shibo-national-ai-bid-search according to https://skillhub.cn/install/skillhub.md.

About this skill

The Core Problem It Solves

Querying public procurement and bidding information presents three major pain points for business, sales, and bidding teams: fragmented data sources (requiring traversal of multiple government procurement sites), complex query syntax (demanding understanding of specialized parameters like regional codes, industry classifications, and announcement types), and the natural language-to-API gap (spoken requirements cannot directly translate into executable API queries). For instance, a request like “find me recent medical equipment procurement opportunities in Guangdong” necessitates manual decomposition of keywords, supplementation of time ranges, selection of the correct endpoint, and parsing of raw results—an inefficient and error-prone process.

How the Skill Works

This skill functions as an AI intermediary layer whose core capability is converting a user’s natural language intent into precise calls to the Shibo Technology data APIs. Its workflow centers on these key steps:

  1. Intent Parsing & Structured Condition Extraction:

    • First, it identifies the core intent of the user’s query (e.g., searching announcements, querying project details, analyzing contracts).
    • It automatically extracts explicit conditions from the natural language sentence, such as keywords, region, procurement unit, and budget amount range.
    • For missing necessary conditions, it applies conservative completion rules: default time is the last 90 days, default region is nationwide, and default announcement types cover common stages from procurement intention to contract notices. The output explicitly lists both “identified conditions” and “auto-completed conditions.”
  2. Intelligent Condition Generation & API Routing:

    • For complex or ambiguous descriptions, it prioritizes calling the aiSearchSubmitPolling interface, where an AI model generates a set of executable search conditions.
    • When industry terms are involved, it calls industryReasoning to infer industry codes or directions.
    • Based on user intent and condition complexity, it intelligently routes API calls: simple queries might directly use SearchProjectForAI; more advanced filtering, pagination, or statistics would route to searchProjectApi. Specific needs for contracts or upcoming projects would separately invoke searchProjectContactApi and searchNZJProjectApi.
  3. Data Retrieval, Parsing, and Structured Output:

    • After fetching raw data from the selected API, it filters out irrelevant content like recruitment ads or news.
    • Results are presented in a clear structured format: key fields (project name, region, amount, procurement unit, source link, etc.) are displayed in tables.
    • As needed, it can make follow-up calls to detail endpoints (e.g., getZTBStructreDetail, getNZJProjectDetail) to retrieve project text, attachment lists, or original announcement links, and provide summaries of commercial opportunities or contract essentials.

Scope of Applicability and Important Notes

This skill is a data retrieval and query enhancement tool with well-defined boundaries:
* Strictly Uses Designated APIs: It exclusively uses the 13 standard interfaces provided by Shibo Technology and should not or cannot add or call data sources from other providers.
* Output is Fact-Based: All returned information (including amounts, contacts, attachments) comes directly from API responses. Undisclosed information is marked as “not disclosed,” and fabrication is prohibited.
* Focuses on the Bidding Domain: It excels at handling queries related to bids, tenders, awards, contracts, and upcoming project opportunities. Non-bidding content (e.g., pure recruitment, news) is automatically identified and excluded.
* Requires Valid API Credentials: Operation is contingent on a valid BBIAO_API_KEY environment variable. It will explicitly prompt for the key in case of absence or insufficient quota, and will not bypass authentication.
* Acts as a Component in Agent Pipelines: It is typically triggered when a user initiates a procurement-related query. Its output (structured conditions, project lists) can serve as input for subsequent CRM data entry, sales lead analysis, or RAG document retrieval.

Use Cases

  • A bidding team leader receives a 'Smart City' lead and needs to quickly retrieve related bidding announcements with a single sentence, obtaining budget and procurement unit info to evaluate bid value.
  • A salesperson needs to search for 'medical equipment' award announcements in East China over the last three months to analyze competitors and potential clients.
  • A market analyst needs to batch query 'data center' upcoming projects, extracting construction content, investment amounts, and owner units to generate an industry trend report.
  • A development engineer needs to convert a natural language query into structured parameters compatible with the Shibo Technology API for internal system integration.

Best For

  • Bidding Manager: Needs daily monitoring of national bidding opportunities, rapid filtering of qualified projects, and access to original announcement links.
  • Sales Representative: Needs targeted lead generation for procurement units within specific regions, industries, and budget ranges.
  • Data Product Manager: Needs to integrate the bidding data API into CRM or sales lead systems for automated opportunity discovery.
  • Industry Analyst: Needs to batch obtain bidding data by specific keywords and time frames for market analysis and competitor tracking.