AI Agent Hub
Back to skills
Industrial Asset Procurement Query icon

Industrial Asset Procurement Query

Professional Updated 2026.08.30

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

Please follow https://skillhub.cn/install/skillhub.md to install @user_62e67ef7/344jkjk.

About this skill

Problem

Operational work in industrial systems often requires pulling asset, procurement, acceptance, and app usage records from several internal APIs. Each endpoint uses different field names, enumerated values, and region parameters, so hand-writing POST requests can easily lead to missing filters, wrong pagination, or mixed province/city/county values. This skill turns those lookups into natural-language queries, useful for troubleshooting, reconciliation, and preparing data for reports.

How It Works

The skill organizes five read-only query scenarios:
- Asset information: filter by serialno, asset type, delivery state, company, project type, region, asset administrator, and time range.
- Procurement contracts: search by procurementNo, supplier, province, and status.
- Acceptance records: query by procurement number, device name, sn, device type, ownership, and province.
- Application management: locate apps by name, type, review state, state, developer ID, and online status.
- Usage logs: retrieve logs by startTime and endTime.
During a call, the skill maps user intent into JSON request bodies and includes pagination fields such as pageNo and pageSize. Requests such as “find assets in Shandong Province” or “list online applications” can be converted into filtered queries instead of full scans.

Limits

The listed endpoints use a fixed host, http://111.34.85.148:9019/..., so the caller needs network access and proper API permissions. The skill is query-oriented and does not create, approve, sign, or modify assets and contracts. Enumerated values such as deliverState, verifyState, and onlineStatus should be confirmed against backend documentation or actual responses rather than inferred from wording.

Use Cases

  • Ops engineers troubleshoot activated assets by serial number and province to identify the wrong asset administrator.
  • Procurement specialists reconcile contracts by procurement number, supplier, and status before exporting pending acceptance records.
  • Acceptance engineers confirm device ownership by SN and procurement number to avoid duplicate warehouse entries.
  • App admins locate online apps by developer and online status, then pull usage logs for the last 7 days.

Best For

  • Ops engineers who need to locate assets by serial number, province, and administrator
  • Procurement specialists who reconcile contracts by procurement number, supplier, and status
  • Acceptance engineers who confirm device ownership by SN and procurement number
  • App admins who identify app status, developer, and usage logs to investigate anomalies