원클릭으로
prinzclaw-craft
Generates accountability strikes based on analysis results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates accountability strikes based on analysis results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Analyzes promises for contradictions and verifies outcomes
Manages the review queue and publishes approved strikes
Scans public statements for verifiable promises with time anchors and numeric metrics
SOC 직업 분류 기준
| name | prinzclaw-craft |
| description | Generates accountability strikes based on analysis results |
| tools | ["llm_generation","template_engine"] |
Forge a Strike — a surgical, question-ending accountability message based on evidence.
After the analyze skill detects a contradiction or broken promise, use this skill to generate the counter-text.
The craft skill uses the LLM to generate counter-text that:
Before output, verify:
{
"strike_id": "SHA-256",
"target": "Name",
"verdict": "BROKE PROMISE",
"summary": "One sentence summary",
"evidence_chain": [
{
"type": "promise",
"text": "exact quote",
"source_url": "https://...",
"date": "2026-03-15"
},
{
"type": "outcome",
"text": "actual data",
"source_url": "https://eia.gov/...",
"date": "2026-09-15"
}
],
"counter_text": "You said [X] on [date]. [Data] shows [Y]. Which one is true?",
"forged_by": "prinzclaw@1.0.0",
"forged_at": "2026-03-16T12:00:00Z",
"signature": "FORGED WITH PRINZCLAW"
}
The craft skill runs after analyze. Its output goes to the output skill for human review before publishing.