Install
openclaw skills install @mohitagw15856/dataset-datasheetDocument a dataset so others know what it is, how it was made, and when not to use it. Use when asked to write a datasheet for a dataset, document training/eval data, or assess whether a dataset is fit for a use. Produces a datasheet — motivation, composition, collection process, preprocessing, recommended uses & limits, distribution, and maintenance.
openclaw skills install @mohitagw15856/dataset-datasheetModels inherit the flaws of their data, and most data debt is invisible because nobody wrote down where the data came from. A datasheet is that record: how the dataset was collected, what's in it, what's missing, and what it should not be used for. It's the difference between a reusable asset and a liability.
Ask for these only if they aren't already provided:
Owner: [team] · Created: [date] · License: [license]
1. Motivation — why this dataset exists, the task it serves, and who funded/created it.
2. Composition
3. Collection process — sources, mechanism (scrape/log/survey/annotation), time window, sampling strategy, and the legal/consent basis (license, ToS, opt-in).
4. Preprocessing / labelling — cleaning, dedup, filtering, and how labels were produced (who annotated, guidelines, inter-annotator agreement).
5. Recommended uses & limits
6. Distribution & access — who can use it, how it's shared, and tenancy/PII handling.
7. Maintenance — owner, update cadence, versioning, and how errors get reported and fixed.
Datasheets for Datasets (Gebru et al., 2018) and data-documentation practice in responsible-AI reviews.