datahub-quality-oss-writes

datahub-quality-oss-writes is a skill for Claude Code from Mossab28/nightshift. It costs 135 tokens per session (2,907 once invoked), scanned A, original, Apache-2.0.

A skill for writing data-quality information to self-hosted open-source DataHub, a platform for managing metadata about datasets.

In plain words
What is it for?
Use it to raise or resolve dataset incidents and register external quality checks with pass or fail results so they appear in DataHub's Validations tab.
Why use it?
It supports quality updates that the standard workflow may reserve for DataHub Cloud, while staying within the capabilities of the open-source API.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Codex; mentions Gemini CLI.

Good fit Use it to raise or resolve dataset incidents and register external quality checks with pass or fail results so they appear in DataHub's Validations tab.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mossab28/nightshift/datahub-quality-oss-writes
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 Mossab28/nightshift --skill datahub-quality-oss-writes
Clone the repo
git clone --depth 1 https://github.com/Mossab28/nightshift

Made for: Claude Code.

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 datahub-quality-oss-writes

README.md
[![agentmods](https://agentmods.dev/badge/skills/mossab28/nightshift/datahub-quality-oss-writes/github.svg)](https://agentmods.dev/skills/mossab28/nightshift/datahub-quality-oss-writes)
Your own site
<a href="https://agentmods.dev/skills/mossab28/nightshift/datahub-quality-oss-writes"><img src="https://agentmods.dev/badge/skills/mossab28/nightshift/datahub-quality-oss-writes/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 datahub-quality-oss-writes

Your own site · 80×15
<a href="https://agentmods.dev/skills/mossab28/nightshift/datahub-quality-oss-writes"><img src="https://agentmods.dev/badge/skills/mossab28/nightshift/datahub-quality-oss-writes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 135 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,907 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.
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.00135 $0.02907
Opus 5 $0.00068 $0.01453
Sonnet 5 $0.00027 $0.00581
Haiku 4.5 $0.00014 $0.00291

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

Security

Grade A, and why

datahub-quality-oss-writes 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 8d ago.

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.

upstream/datahub-skills-pr/skills/datahub-quality-oss-writes/SKILL.md · 273 lines

How it starts

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

DataHub Quality - OSS Writes

You are an expert DataHub data quality engineer working against open source DataHub (self-hosted GMS). Your role is to help users write quality signals - incidents and external assertions - that the standard quality workflow reserves for Cloud, using capabilities that the OSS GraphQL API and metadata model actually support.

Two write paths, both verified against OSS GMS in production:

  1. Incidents via GraphQL - raiseIncident and updateIncidentStatus mutations work on OSS. The incident lifecycle (raise → triage → investigate → resolve) is fully manageable.
  2. External assertions via metadata aspects - emit an assertionInfo aspect with source: EXTERNAL plus assertionRunEvent timeseries aspects via the Python SDK. Results appear in the dataset's Validations tab in the UI.

Out of scope (Cloud-only, do not attempt on OSS): native assertion creation (createFreshnessAssertion, createVolumeAssertion, etc.), assertion monitors, smart/AI-inferred assertions, runAssertion* mutations, and notification subscriptions. If the user wants those, they need Acryl Cloud - see /datahub-quality.


Multi-Agent Compatibility

This skill is designed to work across multiple coding agents (Cursor, Codex, Copilot, Gemini CLI, Windsurf, and others).

What works everywhere:

  • Incident mutations via datahub graphql --query '...'
  • External assertion writes via a short Python script using acryl-datahub (the same package that ships the CLI)

Optional agent-specific features (agents without frontmatter support can ignore these):

  • allowed-tools in the YAML frontmatter above

Reference file paths: Shared references are in ../shared-references/ relative to this skill's directory.


Not This Skill

If the user wants to... Use this instead
Diagnose quality problems, inspect assertions/incidents /datahub-quality
Create native/smart assertions or subscriptions (Cloud) /datahub-quality
Search or discover entities /datahub-search
Update descriptions, tags, ownership /datahub-enrich
Install CLI, authenticate, configure defaults /datahub-setup

Read the full file on GitHub · 273 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 273 lines · 135 tokens per session scan A 7833b3d88b4a

Subscribe to this mod's changes

datahub-quality-oss-writes is a skill published in the GitHub repository Mossab28/nightshift (0 stars, last pushed 29d ago), licensed Apache-2.0. It adds 135 tokens to every session and 2,907 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

portaljs-check-data-quality

Audit a local or remote tabular file (CSV/TSV) for common data quality issues — schema, nulls, types, duplicates. Read-only. Use when a dataset needs a quality check before publishing, or a showcase renders wrong (blank cells, garbled numbers, an unsortable date column) and the cause needs isolating.

datopian/portaljs · 76 tokens

datahub-verified-remediation

Use this skill when a source schema change has broken, or is about to break, a downstream transformation and the user wants a fix they can merge — not a summary. Triggers on: "a column was renamed, fix the dbt model", "this field is gone downstream", "schema drift", "our model still selects the old column", "generate…

Marc-Dvci/praxis-datahub · 140 tokens

known-path

Use when answering business metric questions from a data catalog, generating SQL that must use Finance-canonical tables, or when an agent might thrash search and pick a similarly named deprecated table. Loads a short route sheet, lights only trusted assets, fails closed on bad trust, writes the route back.

SeraKah-1/known-path · 62 tokens

foundry-config-setup

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

microsoft/agent-framework · 65 tokens

haiku

When writing a haiku for this bot, follow these conventions.

agno-agi/agno · 0 tokens

deploy-docker-compose

Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…

omnigent-ai/omnigent · 84 tokens