AI Agent Hub
Back to skills
Mysteel Meeting Search icon

Mysteel Meeting Search

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_dc18ecc0/mysteelhuizhan into your AI assistant.

About this skill

Problem

Meeting searches on Mysteel often start from natural names such as “steel,” “East China,” or “Jilin,” but the API expects IDs like industryBreedId, areaId, and provinceId. Hand-written requests can miss a province, bind the wrong area, or fail to combine filters like status, pricing, and keywords.

How It Works

The skill connects name-to-ID resolution with meeting search:
- For industry names, it loads the industry list, performs fuzzy matching, then queries meetings using the matched industryBreedId.
- For area or province names, it loads area/province data and resolves both areaId and provinceId; if the province is not matched, it falls back to keyword.
- It supports --status, --charge-type, --keyword, --page-size, and --page-num for filtering and paging.
- Industry and area data use a 24-hour cache, and --clear-cache forces a refresh.

Boundaries

It depends on huizhan.mysteel.com endpoints, so it is best for querying meeting lists and filtering by name. It is not a good fit for offline use, bulk export, or replacing the full web interface. If upstream endpoints or ID mappings change, the cache and parameter logic may need updating.

Use Cases

  • A steel industry researcher queries recent steel meetings in East China with open registration, avoiding manual API ID lookups.
  • A regional manager finds paid meetings in Jilin by letting the skill resolve the province ID and apply filters.
  • An events operator checks the number of free meetings using keyword and charge-type filters to review the list.
  • A data engineer refreshes stale industry and area mappings with --clear-cache before rerunning the meeting query.

Best For

  • Mysteel meeting operations staff who need to verify meeting lists by industry, region, status, and pricing.
  • Steel industry researchers who want to query meetings by province or industry without maintaining IDs manually.
  • Marketing leads who need to filter free or paid meetings and page through results for counts and details.
  • Integration developers who want to reuse name-to-ID resolution and caching to reduce repeated API calls.