Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

grad-ai-ethicsAI 伦理学研究生

Agent Skill

grad-ai-ethics 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

360

周安装

15

GitHub Stars

125

下载量

120
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:grad-ai-ethics(AI 伦理学研究生)
来源仓库:https://github.com/asgard-ai-platform/skills
仓库路径:skills/grad-ai-ethics
安装命令:
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-ai-ethics
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-ai-ethics

简介

grad-ai-ethics 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在开发协作中整理项目状态。

  • 适用于围绕代码变更、协作事项或仓库状态进行信息整合的场景。
  • 支持从 GitHub 获取 Issue、PR 和代码变更信息,辅助开发流程管理。
  • 安装方式:npx skills add https://github.com/asgard-ai-platform/skills --skill grad-ai-ethics
  • 建议确认权限范围、维护状态,以及是否涉及联网、命令执行或文件读写。

SKILL.md

AI Ethics

Overview

AI ethics examines the moral dimensions of artificial intelligence systems, centered on four pillars: fairness, accountability, transparency, and privacy (FATE). As AI systems increasingly make consequential decisions, they inherit and amplify the biases embedded in training data and design choices. Ethical AI requires proactive identification of bias, explainability mechanisms, clear accountability structures, and privacy protections.

When to Use

  • Auditing an AI system for fairness before or after deployment
  • Designing bias mitigation strategies for machine learning pipelines
  • Evaluating explainability requirements for different stakeholder audiences
  • Assessing regulatory compliance (EU AI Act, GDPR, sector-specific requirements)

When NOT to Use

  • When the question is purely about model performance without ethical dimensions
  • When analyzing non-AI automation or rule-based systems with full transparency
  • When the focus is on AI technical architecture without deployment context

Assumptions

IRON LAW: AI systems encode the VALUES of their designers and training
data — there is no value-neutral AI, and "optimizing for accuracy"
without fairness constraints reproduces existing inequalities.

Key assumptions:

  1. All datasets reflect historical decisions and biases — "ground truth" is socially constructed
  2. Fairness has multiple, mathematically incompatible definitions — choosing one is a value judgment
  3. Transparency and explainability are not the same — a system can be transparent (open code) but not explainable (no one understands why it decided X)
  4. Accountability requires clear chains of responsibility from developer to deployer to affected party

Methodology

Step 1: Map the AI System and Stakeholders

Identify the AI system's function, decision domain, affected populations, and the power asymmetry between system operators and subjects.

Step 2: Assess Fairness

Evaluate using multiple fairness definitions:

Fairness MetricDefinitionTension
Demographic parityEqual positive outcome rates across groupsMay conflict with accuracy
Equalized oddsEqual true positive and false positive rates across groupsMay conflict with calibration
Individual fairnessSimilar individuals receive similar outcomesRequires defining "similarity"
CalibrationPredicted probabilities match actual outcomes per groupMay conflict with equalized odds

Step 3: Evaluate Transparency and Explainability

Assess whether explanations are appropriate for each stakeholder: affected individuals (recourse-oriented), regulators (compliance-oriented), developers (debugging-oriented), and the public (trust-oriented).

Step 4: Design Accountability and Mitigation

Define responsibility chains, bias mitigation interventions (pre-processing, in-processing, post-processing), ongoing monitoring, and redress mechanisms.

Output Format

## AI Ethics Assessment: [System/Context]

### System Profile
- Function: [what the AI system does]
- Decision domain: [what decisions it makes or supports]
- Affected populations: [who is impacted]
- Power asymmetry: [who controls vs who is subject to the system]

### Fairness Assessment
| Dimension | Status | Evidence | Risk Level |
|-----------|--------|----------|------------|
| Demographic parity | [met/unmet/unknown] | [data] | [high/medium/low] |
| Equalized odds | [met/unmet/unknown] | [data] | [high/medium/low] |
| Individual fairness | [met/unmet/unknown] | [data] | [high/medium/low] |

### Transparency and Explainability
| Stakeholder | Explanation Needed | Currently Provided | Gap |
|-------------|-------------------|-------------------|-----|
| [affected individuals] | [what they need] | [what exists] | [gap] |
| [regulators] | [what they need] | [what exists] | [gap] |

### Accountability Structure
- Developer responsibility: [scope]
- Deployer responsibility: [scope]
- Redress mechanism: [how affected parties can contest decisions]

### Mitigation Recommendations
1. [Pre-processing intervention]
2. [In-processing intervention]
3. [Post-processing intervention]
4. [Monitoring and ongoing audit plan]

Gotchas

  • Fairness metrics are mathematically incompatible (Chouldechova, 2017) — you MUST choose which to prioritize, and this is a political decision
  • "Removing protected attributes" does not remove bias — correlated proxies perpetuate discrimination
  • Explainability methods (LIME, SHAP) explain model behavior, not model reasoning — they are post-hoc rationalizations
  • Privacy and fairness can conflict — fairness audits require demographic data that privacy protections restrict
  • AI ethics is not a checklist — it requires ongoing engagement, not one-time certification
  • Beware "ethics washing" — superficial ethics processes that provide cover without substantive change

References

  • Barocas, S., Hardt, M., & Narayanan, A. (2023). *Fairness and Machine Learning: Limitations and Opportunities*. MIT Press.
  • Jobin, A., Ienca, M., & Vayena, E. (2019). The global landscape of AI ethics guidelines. *Nature Machine Intelligence*, 1(9), 389-399.
  • Selbst, A. D., Boyd, D., Friedler, S. A., Venkatasubramanian, S., & Vertesi, J. (2019). Fairness and abstraction in sociotechnical systems. *Proceedings of FAT* 2019*, 59-68.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.83%
按下载量换算44

Claude

32.08%
按下载量换算38

Cursor

18.64%
按下载量换算22

Gemini CLI

9.93%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills