AI Agent Hub
Back to skills
Asset Procurement App Query Assistant icon

Asset Procurement App Query Assistant

AI Agent Updated 2026.08.30

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

Please install @user_62e67ef7/1165477 into your AI assistant according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Asset ledgers, procurement contracts, device acceptance records, app listings, and usage logs are scattered across different POST endpoints. Manual queries often require switching between backends and filling fields such as serialno, procurementNo, sn, provinceId, and developerId, while still risking missing pagination or date range filters. This skill packages these common queries into fixed request templates so an agent can map natural language to the right endpoint and parameters.

How It Works and Limits

It covers five query scenarios:
- Asset information: filter by serial number, asset type, state, company, project type, region, administrator, and time range.
- Procurement contracts: filter by procurement number, supplier, province, and status.
- Acceptance records: filter by procurement number, device name, SN, device type, device ownership, and province.
- App management: filter by app name, type, verification state, state, developer ID, and online status.
- App usage logs: filter by startTime and endTime.

The endpoints point to http://111.34.85.148:9019/gateway/appstoreOss/..., which is an internal or restricted gateway. Before use, verify network reachability, set Content-Type: application/json, and ensure enum values match backend definitions. It is suitable for query orchestration, not as a replacement for API authentication, data masking, or business validation.

Use Cases

  • Ops checks an asset incident by serial number and state to find company, region, and administrator.
  • Procurement reviews a supplier contract in Shandong by province, supplier, and status.
  • Acceptance staff verifies device arrival by procurement number and device SN.
  • App operations checks abnormal usage in the last seven days by time range.

Best For

  • Ops staff maintaining asset ledgers who query assets by serial number, region, and state.
  • Procurement specialists matching contracts and acceptance records by procurement number and supplier.
  • App operations tracking launch and verification states by app name, developer ID, and online status.
  • App administrators compiling usage reports by start and end time.