·airflow

管理 Apache Airflow 操作,包括列出、執行和偵錯 DAG、檢視日誌以及使用 VS Code 擴充工具檢查伺服器狀態。

6安裝·0熱度·@necatiarslan

安裝

$npx skills add https://github.com/necatiarslan/airflow-vscode-extension --skill airflow

SKILL.md

Use the Airflow VS Code extension tools for all Airflow interactions. Avoid shell commands for Airflow operations.

| listactivedags | List active (unpaused) DAGs | | listpauseddags | List paused DAGs | | getrunningdags | Show running or queued DAG runs | | pausedag | Pause a DAG | | unpausedag | Unpause a DAG | | triggerdagrun | Trigger a DAG run | | getdagruns | List DAG runs for a DAG | | getdaghistory | Daily run history for a DAG |

| getfailedruns | Failed runs across DAGs | | analysedaglatestrun | Full analysis of latest run (tasks, logs, source) | | getdagrundetail | Full analysis of a specific run | | getdagsourcecode | Retrieve DAG source code | | gotodagview | Open DAG view panel | | gotodaglogview | Open log view panel | | gotoconnectionsview | Open connections panel |

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/necatiarslan/airflow-vscode-extension --skill airflow
分類
</>開發工具
認證
收錄時間
2026-02-12
更新時間
2026-02-18

快速解答

什麼是 airflow?

管理 Apache Airflow 操作,包括列出、執行和偵錯 DAG、檢視日誌以及使用 VS Code 擴充工具檢查伺服器狀態。 來源:necatiarslan/airflow-vscode-extension。

如何安裝 airflow?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/necatiarslan/airflow-vscode-extension --skill airflow 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/necatiarslan/airflow-vscode-extension