curating-dataflow-pipeline-skills

curating-dataflow-pipeline-skills is a skill for Claude Code, Codex from OpenDCAI/Dataflow-LoopAI. It costs 36 tokens per session (974 once invoked), scanned A, original, Apache-2.0.

A quality gate for turning exceptionally well-reviewed DataFlow pipelines into reusable task instructions. DataFlow pipelines are repeatable programs for processing data.

In plain words
What is it for?
Checking review scores, sample records, benchmark examples, source files, trial results, and reports before promoting or updating a reusable pipeline skill.
Why use it?
It prevents ordinary or weakly tested pipelines from being saved as reusable skills and keeps the evidence used to make that decision.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Checking review scores, sample records, benchmark examples, source files, trial results, and reports before promoting or updating a reusable pipeline skill.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/opendcai/dataflow-loopai/curating-dataflow-pipeline-skills
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OpenDCAI/Dataflow-LoopAI --skill curating-dataflow-pipeline-skills
Clone the repo
git clone --depth 1 https://github.com/OpenDCAI/Dataflow-LoopAI

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for curating-dataflow-pipeline-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/opendcai/dataflow-loopai/curating-dataflow-pipeline-skills/github.svg)](https://agentmods.dev/skills/opendcai/dataflow-loopai/curating-dataflow-pipeline-skills)
Your own site
<a href="https://agentmods.dev/skills/opendcai/dataflow-loopai/curating-dataflow-pipeline-skills"><img src="https://agentmods.dev/badge/skills/opendcai/dataflow-loopai/curating-dataflow-pipeline-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for curating-dataflow-pipeline-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/opendcai/dataflow-loopai/curating-dataflow-pipeline-skills"><img src="https://agentmods.dev/badge/skills/opendcai/dataflow-loopai/curating-dataflow-pipeline-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 974 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00974
Opus 5 $0.00018 $0.00487
Sonnet 5 $0.00007 $0.00195
Haiku 4.5 $0.00004 $0.00097

Measured 9d ago against content hash d37d218247c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

curating-dataflow-pipeline-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (example/complete-math-reasoning-sft-skill/examples/gsm8k-reasoning-v1/pipeline.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

loopai/agents/Obtainer/datamixer/assets/curating-dataflow-pipeline-skills/SKILL.md · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Curate Proven DataFlow Pipeline Skills

Use this skill only after reviewing-dataflow-pipeline has produced a complete review with decision release. Ordinary passing pipelines are not automatically worth preserving.

Before writing a skill, read the installed skill-creator skill completely and follow it. If skill-creator is unavailable, do not improvise the skill structure; report the missing dependency. Read the complete reference example at example/complete-math-reasoning-sft-skill when creating the first curated skill or when the required evidence layout is unclear.

Promotion gate

A candidate is eligible only when all conditions hold:

  • review total is at least 90 and no redline is present;
  • D2, D3, D4, and D6 raw scores are each at least 3;
  • review evidence includes numbers and sample IDs;
  • trial artifacts cover at least three records per selected source dataset;
  • at least five official benchmark examples were used;
  • pipeline source, trial input/output, benchmark samples, and review reports are complete and contain no secrets.

If any condition fails, record not_promoted in the DataFlow run summary and do not create or update a skill.

Match the task type

Derive a task fingerprint from benchmark/task family, required capabilities, training record shape, reasoning policy, source schema families, answer format, and major operator-chain purpose. Dataset names alone do not define a type.

Search only curated skills named dataflow-pattern-*. Never rewrite generating-dataflow-pipeline, reviewing-dataflow-pipeline, this curator, or skill-creator.

  • No matching task fingerprint: create a new dataflow-pattern-<type> skill.
  • Matching skill exists: compare the candidate with its currently recommended case using the same rubric and comparable evidence.
  • Incomparable evidence: append nothing and report comparison_inconclusive.

Replacement rule

Do not replace a recommendation merely because the total score is higher. The candidate may become recommended only when it has no regression in redlines, D2, D3, D4, or D6; supports at least the same task/schema coverage; and has a strictly better supported tradeoff in quality, coverage, robustness, or cost. Quality takes precedence over runtime cost.

Read the full file on GitHub · 104 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 104 lines · 36 tokens per session scan A d37d218247c9

Subscribe to this mod's changes

curating-dataflow-pipeline-skills is a skill published in the GitHub repository OpenDCAI/Dataflow-LoopAI (24 stars, last pushed 2d ago), licensed Apache-2.0. It adds 36 tokens to every session and 974 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

loopx-change-quality

Qualify the exact final diff for a LoopX-managed goal. Use when goal policy enables changequalityqualification, before a non-trivial delivery or merge, and when producing or repairing an exact-scope quality receipt. The workflow is language-neutral, permits at most one policy-authorized safe-fix pass, and never grants…

huangruiteng/loopx · 75 tokens

install-openviking-memory

Install and configure the OpenViking long-term memory plugin for OpenClaw via natural conversation. Once installed, the plugin automatically captures facts from chats and recalls relevant context before each reply (auto-capture + auto-recall, cross-session). Covers prerequisites, install through OpenClaw's plugin…

volcengine/OpenViking · 191 tokens

knowledge-distillation

Compile one or more OpenViking knowledge bases or document collections into topic-organized, evidence-grounded high-level knowledge, including cross-source findings, trends, changes, drivers, comparisons, implications, and uncertainties. Use with ov compile when the user asks to distill or synthesize a knowledge base…

volcengine/OpenViking · 89 tokens

council-review

Multi-model validation council — auto-validate plans, architecture changes, and PRs via validate-plan/review before executing.

alinaqi/maggy · 28 tokens

huggingface-llm-trainer

Train or fine-tune language models with TRL or Unsloth on Hugging Face Jobs, including SFT, DPO, GRPO, reward models, and GGUF conversion. Use for cloud LLM training; use huggingface-vision-trainer for vision tasks.

waybarrios/opencode-power-pack · 65 tokens

huggingface-vision-trainer

Train object-detection, image-classification, or SAM segmentation models on Hugging Face Jobs. Use for vision fine-tuning and evaluation; use huggingface-llm-trainer for language models.

waybarrios/opencode-power-pack · 48 tokens