원클릭으로
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.