ワンクリックで
tsfm-forecast-sensor
Runs TSFM forecasting on a provided time-series dataset for explicit target columns.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Runs TSFM forecasting on a provided time-series dataset for explicit target columns.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| id | tsfm_forecast_sensor |
| name | TSFM Forecast Sensor |
| version | 1.0.0 |
| description | Runs TSFM forecasting on a provided time-series dataset for explicit target columns. |
| required_servers | ["tsfm"] |
| asset_types | ["chiller","equipment","time_series"] |
| keywords | ["tsfm","forecast","forecasting","ttm","time series"] |
| default_enabled | true |
| inputs | {"dataset_path":{"type":"string","required":true},"timestamp_column":{"type":"string","required":true},"target_columns":{"type":"array","required":true},"model_checkpoint":{"type":"string","required":false},"forecast_horizon":{"type":"integer","required":false}} |
| execution | {"type":"declarative"} |
Use this skill when the user provides or clearly references an existing time-series dataset and asks to forecast one or more target sensor columns using a TSFM or TTM model.
Do not use this skill when the user first needs IoT data retrieved from CouchDB, when the query asks for anomaly detection, or when the target/timestamp columns are missing.
The final answer should state:
results_file path returned by the TSFM server.{
"steps": [
{
"name": "forecast",
"server": "tsfm",
"tool": "run_tsfm_forecasting",
"arguments": {
"dataset_path": "$dataset_path",
"timestamp_column": "$timestamp_column",
"target_columns": "$target_columns",
"model_checkpoint": "$model_checkpoint",
"forecast_horizon": "$forecast_horizon"
}
}
]
}