一键导入
prinzclaw-scan
Scans public statements for verifiable promises with time anchors and numeric metrics
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scans public statements for verifiable promises with time anchors and numeric metrics
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyzes promises for contradictions and verifies outcomes
Generates accountability strikes based on analysis results
Manages the review queue and publishes approved strikes
| name | prinzclaw-scan |
| description | Scans public statements for verifiable promises with time anchors and numeric metrics |
| tools | ["web_fetch","rss_parser"] |
Extract verifiable promises from public statements by powerful figures.
When given a quote or statement from a public figure, use this skill to determine if it contains a verifiable promise.
A promise is verifiable if it contains at least TWO of:
Reject statements that are:
Returns a structured promise object:
{
"id": "SHA-256 hash",
"entity": "Name",
"promise_text": "exact quote",
"source_url": "https://...",
"promise_date": "2026-03-16",
"expiry_date": "2026-09-16",
"verifiable_metric": "price < $2.00",
"data_source_for_verification": "https://eia.gov/...",
"status": "PENDING"
}
The scan skill is the first stage. Its output feeds directly into the analyze skill for contradiction detection.