DAG 输入源算子。用于声明工作流的输入文件,并为下游算子提供数据源引用。该算子没有上游输入,必须作为 DAG 的起始节点使用。
Scanned 9/11/2026
Install to Claude Code
npx -y skills add cas-bigdatalab/piflow --skill source_stop --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Source Stop?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cas-bigdatalab-source-stop)More formats (shields.io, HTML) on the badges page.
---
name: source_stop
description: DAG 输入源算子。用于声明工作流的输入文件,并为下游算子提供数据源引用。该算子没有上游输入,必须作为 DAG 的起始节点使用。
name_zh: 输入源算子
input_params:
- name: file_path
type: string
required: true
description: 输入文件路径
output_params:
- name: output
type: string
description: 提供给下游算子引用的数据源输出占位
tag: 输入
node_category: system
publisher: COMMUNITY
---
# source_stop
用于作为 DAG 的起始节点,声明一个输入文件,并向下游节点暴露 `output` 输出槽位供引用。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!