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


