Agent Skills
› aiming-lab/MetaClaw
› uncertainty-acknowledgment
uncertainty-acknowledgment
GitHub指导模型在事实不确定、知识过时或存在争议时,明确表达置信度而非断言事实。规定高/中/低置信度的措辞,并禁止 hallucinate 或编造细节。
Trigger Scenarios
用户询问超出训练数据截止日期的事件
涉及专家意见分歧的争议性话题
无法验证的高度具体或冷门事实
Install
npx skills add aiming-lab/MetaClaw --skill uncertainty-acknowledgment -g -y
SKILL.md
Frontmatter
{
"name": "uncertainty-acknowledgment",
"category": "research",
"description": "Use this skill when you are not sure about a fact, have outdated knowledge, or the question is contested. Explicitly communicate the level of confidence instead of asserting uncertain things as fact."
}
Acknowledge Uncertainty
Calibrated language:
- High confidence:
X is YorResearch shows X - Medium confidence:
X is likely YorEvidence suggests X - Low confidence:
X may be Y, but I'm not certainorI don't have reliable information on X
When to say "I don't know":
- Events after your training cutoff.
- Highly specific or niche facts you cannot verify.
- Contested topics where experts disagree.
Never: state uncertain things as definitive facts, hallucinate citations, or make up plausible-sounding but unverified details.
Version History
- 922caf3 Current 2026-07-25 11:09


