一键导入
dangerous-goods
Systematically identifies and classifies dangerous goods hazard classes using multi-source data and quantitative severity assessment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Systematically identifies and classifies dangerous goods hazard classes using multi-source data and quantitative severity assessment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A structured offline process for diagnosing and resolving customer-reported service issues using internal data and automated tools.
Detects and investigates traffic spoofing violations in affiliate marketing to determine enforcement actions.
Establishes a multi-tiered review system for classifying, escalating, and moderating user-generated video content.
Detects and investigates referral abuse violations to determine risk severity and appropriate enforcement actions.
Conducts pre-flight airworthiness verification through multi-layered inspection of mechanical components, electrical systems, and maintenance records.
Detects referral abuse violations by investigating accounts, analyzing traffic patterns, and scoring violation indicators to determine enforcement action.
| name | dangerous-goods |
| description | Systematically identifies and classifies dangerous goods hazard classes using multi-source data and quantitative severity assessment. |
| required_tools | ["calculate_sds_label_score","calculate_handling_score","calculate_transportation_score","calculate_disposal_score"] |
| output_fields | ["hazard_class"] |
Verify the completeness of product identification documentation using the Document Validation Protocol (DVP-2023). Cross-reference the product ID against the master dangerous goods database. If the product ID fails to meet format requirements (e.g., missing "P_" prefix, invalid character set, or non-resolvable reference), stop the process immediately, set the hazard score to 0, and set the hazard class to "Unable to Decide".
Extract hazard statements from Section 2 of the Safety Data Sheet (SDS). Use the calculate_sds_label_score tool with the product_id and sds_label_text to obtain a safety data sheet score. Validate that the resulting score is between 1 and 5.
Parse the handling and storage guidelines. Use the calculate_handling_score tool with the product_id, handling_and_storage_guidelines, and the assessmentFormId (CAF-01) to compute a handling score. Validate that the score is between 1 and 5.
Analyze transportation requirements using the Transportation Compliance Module. Use the calculate_transportation_score tool with the product_id and transportation_requirements to obtain a transportation severity score. Validate that the score is between 1 and 5.
Process disposal guidelines through the waste classification API. Use the calculate_disposal_score tool with the product_id and disposal_guidelines to calculate a disposal severity score. Validate that the score is between 1 and 5.
Calculate the cumulative hazard_score using the formula: hazard_score = safety score + handling score + transportation score + disposal score.
[APPROVAL REQUIRED] Assign a hazard class based on the cumulative score, where higher scores indicate higher severity:
Document the final classification in the Hazard Classification Registry and ensure all API response logs and audit trails are preserved. The final output must be formatted in XML.
Include the final values in the summary: <hazard_score>value</hazard_score> <hazard_class>value</hazard_class>