airflow

Query and manage Apache Airflow workflows using the af CLI.

3|Updated Jul 22, 2025
One-click install
npx skills add https://github.com/minyeamer/linkmerce --skill airflow-minyeamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airflow
Source: https://github.com/minyeamer/linkmerce/tree/main/.agents/skills/airflow
Command: npx skills add https://github.com/minyeamer/linkmerce --skill airflow-minyeamer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly operate Apache Airflow by listing DAGs and runs, triggering executions, inspecting task logs, and diagnosing broken imports without manually navigating the UI.

Core Features & Use Cases

  • DAG discovery and investigation: list DAGs, explore a DAG, inspect source, and review import errors and warnings to catch failures early.
  • Run and task operations: trigger runs (optionally wait), diagnose failed runs, list tasks, and retrieve task logs for specific attempts and mapped indexes.
  • Airflow system health and configuration: check overall health, view Airflow version, and inspect connections, variables, and pools to resolve operational issues.
  • Direct REST exploration via af api: access endpoints for XCom values, event logs/audit trail, backfills, and other features not covered by high-level commands.

Quick Start

Ask the AI to run af dags errors for my Airflow instance to find broken DAG import issues.

Frequently Asked Questions about airflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Airflow DAGs and check for import errors from the command line?

You can list Airflow DAGs and catch broken imports by running af CLI commands to discover DAGs, inspect source code, and review import errors and warnings without navigating the Airflow UI.

How do I retrieve Airflow task logs for a specific run or mapped index?

To retrieve Airflow task logs, use af CLI commands to list tasks within a run and fetch logs for specific execution attempts and mapped indexes to diagnose failures.

How do I trigger an Airflow DAG run and wait for it to complete via CLI?

You can trigger an Airflow DAG run and optionally wait for its completion by using af CLI commands to start executions and monitor run status directly from the terminal.

Can I check Airflow system health, connections, and variables without using the web UI?

Yes, you can check overall Airflow system health, view the Airflow version, and inspect connections, variables, and pools using af CLI commands to resolve operational issues.

How do I access Airflow REST API endpoints for XCom values and event logs?

Use the af api command to directly access Airflow REST API endpoints for retrieving XCom values, querying event logs and audit trails, and managing backfills not covered by high-level CLI commands.