一键导入
chiller-6-sensors
High-level workflow that confirms Chiller 6 exists at the MAIN site and retrieves all sensors associated with the asset.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
High-level workflow that confirms Chiller 6 exists at the MAIN site and retrieves all sensors associated with the asset.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| id | chiller_6_sensors |
| name | Chiller 6 Sensors |
| version | 1.0.0 |
| description | High-level workflow that confirms Chiller 6 exists at the MAIN site and retrieves all sensors associated with the asset. |
| required_servers | ["iot"] |
| asset_types | ["chiller"] |
| keywords | ["chiller","chiller 6","sensors","sensor inventory","main site"] |
| default_enabled | true |
| inputs | {} |
| execution | {"type":"declarative"} |
Use this skill when the user asks what sensors are installed on Chiller 6, wants a sensor inventory for Chiller 6, or asks what parameters are monitored for Chiller 6.
The final answer should state:
{
"steps": [
{
"name": "list_sites",
"server": "iot",
"tool": "sites",
"arguments": {}
},
{
"name": "list_main_assets",
"server": "iot",
"tool": "assets",
"arguments": {
"site_name": "MAIN"
}
},
{
"name": "list_chiller_6_sensors",
"server": "iot",
"tool": "sensors",
"arguments": {
"site_name": "MAIN",
"asset_id": "Chiller 6"
}
}
]
}
Gathers live sensors, failure modes, and maps their relevance for diagnostics and root-cause insights.
Verifies IoT observability and maintenance history, then applies a basic safety clearance check.
Retrieves known failure modes for one explicit asset type or asset name.
Retrieves sensors and failure modes for one explicit asset and maps which sensors can monitor or detect those failures.
Lists available IoT sites and assets for a specified site.
Retrieves historical IoT observations for one explicit asset over an explicit time point or time window.