← 返回 Skills 市场
kansodata

Airflow DAG Git

作者 Marcos CF. · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install airflow-dag-git
功能描述
Manage and update Airflow DAG Python files via GitHub PRs with strict path and content restrictions for secure workflow control.
使用说明 (SKILL.md)

airflow-dag-git

Purpose

Operate Airflow DAG files through GitHub PR workflow only.

Available tools

  • airflow_dag_git_read_file
  • airflow_dag_git_open_pr

Guardrails

  • Use allowlisted owner, repo, and DAG paths only.
  • Target must be a single .py file.
  • No path traversal, absolute paths, delete, rename, or multi-file operations.
  • No CI workflow changes.
  • open_pr requires DAG-like content (DAG( or @dag) and rejects dangerous patterns.

Expected workflow

  1. Read existing DAG with airflow_dag_git_read_file.
  2. Prepare updated DAG content.
  3. Submit update through airflow_dag_git_open_pr.
  4. Human reviews PR and decides merge.

Rollback

  • Close PR if not merged.
  • Delete created branch.
  • Revert merge commit if already merged.
安全使用建议
This skill appears coherent for managing DAG files, but before installing confirm: (1) which service/tool provides the two named actions and where the GitHub credentials live; (2) that an explicit allowlist of owner/repo/paths is enforced by the tool (inspect the allowlist and enforcement code/policy); (3) the GitHub token used has minimal scopes and is restricted to the intended repos/branches; and (4) PR creation sanitizes and rejects non-DAG or unsafe content as claimed. Because the SKILL.md is high-level and the source/homepage are unknown, ask the publisher or platform operator to show the implementation or integration details (tool endpoints, ACLs, and audit logs) before granting repository-level access.
功能分析
Type: OpenClaw Skill Name: airflow-dag-git Version: 0.1.1 The skill bundle defines a workflow for managing Airflow DAGs via GitHub Pull Requests. It includes explicit safety guardrails in SKILL.md, such as restricting operations to allowlisted repositories, preventing path traversal, and requiring human review for PR merges, with no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name, description, and instructions all focus on updating single Airflow DAG .py files via GitHub PRs with path/content restrictions — the requested capabilities match the stated purpose.
Instruction Scope
SKILL.md stays within the DAG-via-PR workflow and forbids dangerous actions (path traversal, multi-file ops, CI changes). However the guardrails are high-level and rely on the provided tools (airflow_dag_git_read_file, airflow_dag_git_open_pr) to enforce them; the skill does not embed the allowlist or validate enforcement logic itself.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself.
Credentials
The skill declares no required env vars or credentials, but performing GitHub reads/PRs requires GitHub credentials or a platform-integrated connector. The omission isn’t necessarily malicious but you should confirm which credential (scope, owner/repo scoping) the platform/tool uses and that it’s least-privilege.
Persistence & Privilege
always is false and there is no indication the skill requests persistent or cross-skill privileges; normal autonomous invocation is allowed by platform default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install airflow-dag-git
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /airflow-dag-git 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Initial release focused on managing Airflow DAG files via a GitHub PR workflow. - Provides tools to read DAG files and open pull requests for updates. - Enforces strict guardrails: only allowlisted repos and DAG paths, single .py file operations, no dangerous edits. - Pull requests require valid DAG content and are reviewed by humans before merging. - Includes clear rollback procedures for unmerged or merged changes.
元数据
Slug airflow-dag-git
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Airflow DAG Git 是什么?

Manage and update Airflow DAG Python files via GitHub PRs with strict path and content restrictions for secure workflow control. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。

如何安装 Airflow DAG Git?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install airflow-dag-git」即可一键安装,无需额外配置。

Airflow DAG Git 是免费的吗?

是的,Airflow DAG Git 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Airflow DAG Git 支持哪些平台?

Airflow DAG Git 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Airflow DAG Git?

由 Marcos CF.(@kansodata)开发并维护,当前版本 v0.1.1。

💬 留言讨论