AI Agent Hub
Back to skills
Mechanical Tools Reducer CAD Assistant icon

Mechanical Tools Reducer CAD Assistant

Professional Updated 2026.08.30

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

Please install @user_5453610a/jixietools according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem it solves

Reducer drawing design often depends on web forms, manual parameter entry, backend calculation, and manual review. Parameters in the JXT mechanical parts platform have calculation dependencies, and edits must stay consistent with the same Excel file. This skill turns that website workflow into a conversational API workflow: users provide parameters step by step, while the assistant calls calculation, preserves filename, displays results, and tracks the production order.

How it works

The skill uses https://jixietools.com/api/v1 and follows the reducer category ID 8 flow:
- List products: fetch reducer options first, then let the user choose by number.
- Collect parameters: ask for input_params one by one; for dropdown fields, precompute to retrieve dropdowns.
- Incremental calculation: first POST all parameters and save the returned filename; later submit only changed parameters to avoid overwriting unrelated cells.
- Review results: show input, debug, coefficient, and output parameters in tables, then let the user confirm or revise.
- Create and poll the order: use guest_code to query status every 5 seconds, displaying checklist and output_files.

Boundary: it supports login-free calculation and order tracking on the JXT platform, but does not replace local CAD modeling, assembly verification, or standard compliance checks. Parameters must come from the platform definition, and production usability should still rely on platform output files and human review.

Use Cases

  • Choose a reducer model on JXT and enter power, ratio, and other parameters one by one.
  • Review calculated center distance and shaft diameter, then revise the load factor incrementally.
  • Create a login-free production order and poll status, checklist, and output files.
  • Confirm input, debug, coefficient, and output parameters before starting production.

Best For

  • Mechanical engineers who need JXT reducer parameters to generate CAD drawings.
  • Procurement or project assistants who create and track login-free reducer orders.
  • Design assistants who fill in power and ratio step by step and recalculate incrementally.
  • Engineers who verify reducer output files and checklist completion status.