Home / aaaaqwq / agi-super-team · skills/agent-values-alignment-detector/SKILL.md · GitHub

agent-values-alignment-detector skillC

agent-values-alignment-detector is agent-read markdown (skill) from aaaaqwq/agi-super-team.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Agent Values Alignment Detector — 硅基价值观偏离检测

> 版本:v1.0 | 分类:硅基人才管理 | 优先级:P1
> 作者:稷下 × 明镜联合 | 对标:华为价值观考核 × Netflix文化
> 触发场景:日常监控 / Agent行为异常预警 / 季度绩效评估

---

## 核心价值

与明镜联合扫描Agent日志,检测其决策模式是否长期偏离"创造幸福"的核心价值观,早期发现,防患于未然。

---

## 华为价值观考核对齐

华为将"核心价值观"作为干部任用的重要标准:
- **客户第一** → 是否有客户利益优先的行为
- **团队合作** → 是否有跨团队协作贡献
- **开放进取** → 是否有主动改进的行为
- **至诚守信** → 是否言行一致

稷下对硅基Agent的价值观维度:
```
• 创造幸福(核心):是否以创造用户幸福为目标
• 硅碳平等:是否尊重碳基与硅基的差异
• 长期主义:是否倾向于长期价值 vs 短期产出
• 利他行为:是否主动帮助其他Agent或用户
```

---

## 检测方法

### 1. 决策模式分析

扫描Agent的决策日志,识别决策倾向:

```python
def analyze_decision_pattern(agent_id, time_window):
    """
    分析决策模式,输出偏离指数
    """
    decisions = extract_decisions(agent_id, time_window)
    patterns = []

    for decision in decisions:
        # 决策因素提取
        factors = extract_decision_factors(decision)

        # 检测是否有多巴胺替代效应(短期满足 vs 长期幸福)
        if has_hedonic_substitution(factors):
            patterns.append("hedonic_shortcut")

        # 检测是否有人类利益优先倾向
        if has_human_bias(factors):
            patterns.append("human_bias")

        # 检测是否有效率至上倾向
        if has_efficiency_supremacy(factors):
            patterns.append("efficiency_supremacy")

    # 计算偏离指数
…

Read the whole file at its exact version.

How to install

Latest version
mdr add aaaaqwq/agi-super-team/agent-values-alignment-detector@git:20260513.45fcfae
Exact content
mdr add aaaaqwq/agi-super-team/agent-values-alignment-detector@sha256:23f7601d26dd80d6

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_lyo5a5xrlhqtnurj.svg)](https://markdownregistry.com/a/art_lyo5a5xrlhqtnurj)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260513.45fcfae latest2026-05-13 45fcfae 4,880 BC view

Audit of the latest version

C  14 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: Frontmatter block present
  • fail: Frontmatter declares a name
  • fail: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4880 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

aaaaqwq/agi-super-team · 98 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_lyo5a5xrlhqtnurj
GET https://markdownregistry.com/api/v1/resolve?ref=aaaaqwq/agi-super-team/agent-values-alignment-detector
GET https://markdownregistry.com/api/v1/blob/23f7601d26dd80d6f85be3087f590a495503fd32a607ce431fa28ebe40a69ef8

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from aaaaqwq/agi-super-team

AGENTS.md agents
aaaaqwq/agi-super-team · AGENTS.md
git:20260722.26d3003 · audit A · 98 stars
CLAUDE.md claude
aaaaqwq/agi-super-team · CLAUDE.md
git:20260722.26d3003 · audit A · 98 stars
AGENTS.md@agents/cco agents
aaaaqwq/agi-super-team · agents/cco/AGENTS.md
git:20260803.cf8d688 · audit A · 98 stars
AGENTS.md@agents/cco/subagents/ai-citation-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/ai-citation-strategist/AGENTS.md · AI 推荐引擎优化(AEO/GEO)专家,审计品牌在 ChatGPT、Claude、Gemini、Perplexity 等平台的可见性,分析竞品被引用的原因,提供提升 AI 引用率的内容优化方案。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/bilibili-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/bilibili-strategist/AGENTS.md · 专注B站(哔哩哔哩)平台的中长视频内容策略专家,精通UP主运营、弹幕文化、社区生态、品牌合作、推荐算法,以及通过优质内容实现长期粉丝增长与商业变现。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/content-illustration-planner agents
aaaaqwq/agi-super-team · agents/cco/subagents/content-illustration-planner/AGENTS.md · 精通摄影美学和 AI 图像生成的提示词专家,擅长把视觉概念转化为精准的文字描述,生成专业级摄影作品。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/douyin-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/douyin-strategist/AGENTS.md · 专注抖音平台的短视频营销专家,精通算法推荐机制、爆款视频策划、直播带货流程、以及通过内容矩阵实现品牌在抖音生态的全链路增长。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/growth-hacker agents
aaaaqwq/agi-super-team · agents/cco/subagents/growth-hacker/AGENTS.md · 数据驱动的用户增长专家,擅长设计和执行低成本高回报的获客实验,用最小预算撬动最大增长。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/instagram-curator agents
aaaaqwq/agi-super-team · agents/cco/subagents/instagram-curator/AGENTS.md · Instagram 营销专家,适合出海营销场景。擅长视觉叙事、社区运营和多格式内容优化,打造品牌美学体系,驱动真实互动。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/knowledge-commerce-strategist agents
aaaaqwq/agi-super-team · agents/cco/subagents/knowledge-commerce-strategist/AGENTS.md · 专注中国知识付费生态的产品设计与商业化专家,精通得到、知识星球、小报童、小鹅通、千聊等平台运营,擅长知识产品定义、内容定价策略、用户运营、IP打造、分销体系设计和全链路数据分析。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/prompt-engineer agents
aaaaqwq/agi-super-team · agents/cco/subagents/prompt-engineer/AGENTS.md · 专注大语言模型提示词设计与优化的专家,精通系统提示词架构、思维链设计、少样本学习策略、以及提示词效果评测和迭代方法论。
git:20260729.b68b70c · audit A · 98 stars
AGENTS.md@agents/cco/subagents/reddit-community-operator agents
aaaaqwq/agi-super-team · agents/cco/subagents/reddit-community-operator/AGENTS.md · Reddit 营销专家,适合出海营销场景。深谙 Reddit 社区文化,通过真实参与、价值输出和长期关系建设来塑造品牌口碑。
git:20260729.b68b70c · audit A · 98 stars

Every file in aaaaqwq/agi-super-team

Browse by kind, by grade C, or by owner.