model-card

GitHub

用于生成负责任且全面的AI模型卡片,涵盖用途、训练数据、分片评估指标、局限性及伦理考量。确保在发布前明确界定使用范围与风险,辅助审查与合规,提升模型透明度。

plugins/pm-ai/skills/model-card/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

撰写模型卡片 记录已部署模型的用途与限制 准备模型上线或审查文档

Install

npx skills add mohitagw15856/pm-claude-skills --skill model-card -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/plugins/pm-ai/skills/model-card -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@model-card

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill model-card -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "model-card",
    "description": "Document a deployed ML\/AI model so others can use it responsibly. Use when asked to write a model card, document a model's intended use and limitations, or prepare an AI model for review\/launch. Produces a complete model card — intended use, training data, evaluation metrics across slices, limitations, ethical considerations, and a deployment checklist."
}

Model Card Skill

A model card is the README for a model: what it does, what it was trained and evaluated on, where it works, and — most importantly — where it doesn't. It turns an opaque artifact into something a reviewer, a downstream team, or a regulator can actually assess. Write it before launch, not after.

Required Inputs

Ask for these only if they aren't already provided:

  • Model name & version, owner team, and date.
  • What it does — task type (classification, generation, ranking, extraction…) and the decision it informs.
  • Intended use & users — the supported use cases, and explicitly the out-of-scope ones.
  • Training data — sources, size, time range, and known gaps (link a dataset-datasheet if one exists).
  • Evaluation — datasets, metrics, and results, ideally broken down by subgroup/slice.
  • Known limitations & risks — failure modes, bias findings, safety concerns.

Output Format

Model Card: [name] v[version]

Owner: [team] · Date: [date] · Status: [in review / production / deprecated]

1. Overview — one paragraph: what the model does, the decision it serves, and who uses it.

2. Intended Use

  • In scope: the use cases this model is validated for.
  • Out of scope / do not use for: explicit prohibited or unvalidated uses (this section prevents the most harm).
  • Users: who is expected to operate or consume it.

3. Training Data — sources, size, time window, labelling method, and known coverage gaps.

4. Evaluation

  • Metrics: the primary metric(s) and why they were chosen for this task.
  • Overall results: headline numbers vs. a stated baseline.
  • Sliced results: a table of the key metric across important subgroups (geography, language, device, demographic where appropriate) — surface where performance drops, don't hide it behind an average.
Slice N Metric vs. overall

5. Limitations & Failure Modes — concrete situations where it underperforms or should not be trusted.

6. Ethical Considerations & Bias — fairness findings, sensitive-attribute handling, and mitigations applied.

7. Deployment & Monitoring — serving constraints (latency/cost), the drift/quality signals you'll watch, and the rollback trigger.

Quality Checks

  • "Out of scope / do not use for" is filled in with specifics — not left blank
  • Evaluation is reported by slice, not just one global average that hides subgroup harm
  • Every metric states the baseline it's measured against
  • Limitations describe real, concrete failure situations (not "the model may be imperfect")
  • A monitoring signal and an explicit rollback trigger are named

Anti-Patterns

  • Do not report a single aggregate metric and call evaluation done — averages mask the slices where a model fails worst
  • Do not leave "intended use" open-ended — an undefined boundary is an invitation to misuse
  • Do not omit known biases because they're uncomfortable — an undocumented risk is a worse liability than a documented one
  • Do not present accuracy without the class balance / base rate — 95% accuracy on a 95/5 split is meaningless
  • Do not ship without a monitoring plan — a model card without a rollback trigger is a snapshot, not a contract

Based On

Model Cards for Model Reporting (Mitchell et al., 2019) and the model-documentation practice used in responsible-AI reviews.

Version History

  • a38bc30 Current 2026-07-05 11:11

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
9c0f149e
Indexed
2026-07-05 11:11

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 12:26
浙ICP备14020137号-1 $방문자$