ワンクリックで
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.