Fact Checker
Verifies claims by cross-referencing sources, ensuring accuracy and combating misinformation in your content.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add nicepkg-fact-checker npx -- -y @trustedskills/nicepkg-fact-checker
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"nicepkg-fact-checker": {
"command": "npx",
"args": [
"-y",
"@trustedskills/nicepkg-fact-checker"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The nicepkg-fact-checker skill is part of the nicepkg/ai-workflow collection, designed to help AI agents verify information and ensure data accuracy within automated workflows. It enables agents to cross-reference claims against trusted sources or internal knowledge bases before executing actions based on that data.
When to use it
- Pre-decision verification: Validate critical data points (e.g., stock prices, medical advice) before an agent triggers a transaction or alert.
- Hallucination prevention: Reduce the risk of agents generating false information when answering complex user queries.
- Workflow integrity: Ensure that automated pipelines relying on external APIs or web searches do not propagate errors downstream.
- Compliance checks: Confirm that generated content adheres to specific factual standards required by industry regulations.
Key capabilities
- Integrates with the
nicepkg/ai-workflowecosystem to provide structured fact-checking logic. - Supports verification of dynamic data sources commonly accessed by AI agents.
- Provides a standardized method for agents to flag unverified claims within their output.
Example prompts
- "Before scheduling the meeting, use the fact-checker to verify the availability of all listed attendees."
- "Cross-reference the product specifications in this email with our internal database using the fact-checker."
- "Run a fact-check on the news headline provided to determine its credibility before sharing it."
Tips & gotchas
Ensure your AI agent has access to the necessary data sources or APIs required for verification, as the skill relies on external context. Limit usage to scenarios where factual accuracy is critical, as constant verification may increase latency in real-time workflows.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.