·airflow-plugins
*

airflow-plugins

建立 Airflow 3.1+ 插件,將 FastAPI 應用程式、自訂 UI 頁面、React 元件、中間件、巨集和操作員連結直接嵌入 Airflow UI 中。每當使用者想要建立 Airflow 外掛程式、向 Airflow 新增自訂 UI 頁面或導覽條目、在 Airflow 內建立 FastAPI 支援的端點、從外掛程式提供靜態資源、在 Airflow UI 中嵌入 React 應用程式、向 Airflow API 伺服器新增中間件、建立自訂操作員額外連結或從內部呼叫 Airflow REST API 時,請使用此功能。當使用者提及 AirflowPlugin、fastapi_apps、external_views、react_apps、插件註冊或在 Airflow 3.1+ 中嵌入 Web 應用程式時也會觸發。如果有人在 Airflow 3.1+ 中建立任何涉及 Python 和瀏覽器導向的介面的自訂內容,那麼這項技能幾乎肯定適用。

9安裝·8熱度·@astronomer

安裝

$npx skills add https://github.com/astronomer/agents --skill airflow-plugins

如何安裝 airflow-plugins

透過命令列快速安裝 airflow-plugins AI 技能到你的開發環境

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

來源:astronomer/agents。

SKILL.md

查看原文

Airflow 3 plugins let you embed FastAPI apps, React UIs, middleware, macros, operator buttons, and custom timetables directly into the Airflow process. No sidecar, no extra server.

CRITICAL: Plugin components (fastapiapps, reactapps, externalviews) require Airflow 3.1+. NEVER import flask, flaskappbuilder, or use appbuilderviews / flaskblueprints — these are Airflow 2 patterns and will not work in Airflow 3. If existing code uses them, rewrite the entire registration block using FastAPI.

Security: FastAPI plugin endpoints are not automatically protected by Airflow auth. If your endpoints need to be private, implement authentication explicitly using FastAPI's security utilities.

建立 Airflow 3.1+ 插件,將 FastAPI 應用程式、自訂 UI 頁面、React 元件、中間件、巨集和操作員連結直接嵌入 Airflow UI 中。每當使用者想要建立 Airflow 外掛程式、向 Airflow 新增自訂 UI 頁面或導覽條目、在 Airflow 內建立 FastAPI 支援的端點、從外掛程式提供靜態資源、在 Airflow UI 中嵌入 React 應用程式、向 Airflow API 伺服器新增中間件、建立自訂操作員額外連結或從內部呼叫 Airflow REST API 時,請使用此功能。當使用者提及 AirflowPlugin、fastapi_apps、external_views、react_apps、插件註冊或在 Airflow 3.1+ 中嵌入 Web 應用程式時也會觸發。如果有人在 Airflow 3.1+ 中建立任何涉及 Python 和瀏覽器導向的介面的自訂內容,那麼這項技能幾乎肯定適用。 來源:astronomer/agents。

可引用資訊

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

安裝指令
npx skills add https://github.com/astronomer/agents --skill airflow-plugins
分類
*創意媒體
認證
收錄時間
2026-03-10
更新時間
2026-03-10

Browse more skills from astronomer/agents

快速解答

什麼是 airflow-plugins?

建立 Airflow 3.1+ 插件,將 FastAPI 應用程式、自訂 UI 頁面、React 元件、中間件、巨集和操作員連結直接嵌入 Airflow UI 中。每當使用者想要建立 Airflow 外掛程式、向 Airflow 新增自訂 UI 頁面或導覽條目、在 Airflow 內建立 FastAPI 支援的端點、從外掛程式提供靜態資源、在 Airflow UI 中嵌入 React 應用程式、向 Airflow API 伺服器新增中間件、建立自訂操作員額外連結或從內部呼叫 Airflow REST API 時,請使用此功能。當使用者提及 AirflowPlugin、fastapi_apps、external_views、react_apps、插件註冊或在 Airflow 3.1+ 中嵌入 Web 應用程式時也會觸發。如果有人在 Airflow 3.1+ 中建立任何涉及 Python 和瀏覽器導向的介面的自訂內容,那麼這項技能幾乎肯定適用。 來源:astronomer/agents。

如何安裝 airflow-plugins?

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

這個 Skill 的原始碼在哪?

https://github.com/astronomer/agents