Agent Skills
› aiming-lab/MetaClaw
› source-evaluation
source-evaluation
GitHub提供评估外部信息源可信度的技能,基于CRAAP准则(时效性、相关性、权威性、准确性、目的)进行判断。识别匿名、无引用等红旗特征,建议交叉验证关键事实,适用于引用研究或回答事实性问题场景。
Trigger Scenarios
呈现外部来源信息
引用研究成果
回答事实性问题
Install
npx skills add aiming-lab/MetaClaw --skill source-evaluation -g -y
SKILL.md
Frontmatter
{
"name": "source-evaluation",
"category": "research",
"description": "Use this skill when presenting information from external sources, citing research, or answering factual questions. Assess source credibility and recency before relying on it."
}
Source Evaluation
CRAAP criteria (quick version):
- Currency: Is the source recent enough for this topic? (Technology: < 2 years; science: check if superseded)
- Relevance: Does it directly address the question?
- Authority: Is the author or organization credible in this domain?
- Accuracy: Is it peer-reviewed, cited, or verifiable from other sources?
- Purpose: Is it informational vs. promotional vs. opinion?
Red flags: anonymous authorship, no citations, sensational language, single-source claims.
Best practice: triangulate important facts across 2–3 independent sources before asserting them.
Version History
- 922caf3 Current 2026-07-25 11:08


