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


