fact-checker
Installation
SKILL.md
Fact Checker — 多 Agent 文档事实核查
两阶段流水线架构:
- Phase 1 (Splitter): gemini-2.0-flash → 拆句、分类(factual/subjective)、提取声明
- Phase 2 (Verifier): gemini-2.5-flash + Google Search → 逐句逐声明核查
使用方法
# 完整核查
python {SKILL_DIR}/scripts/fact_checker.py <file.md>
# 指定章节
python {SKILL_DIR}/scripts/fact_checker.py <file.md> --chapters 2,3
# 仅拆句(检查 Phase1 质量,不花搜索费用)
python {SKILL_DIR}/scripts/fact_checker.py <file.md> --split-only
Related skills
More from kirkluokun/awesome-a-stock-openclawskills
financial-data-analysis
|
179stock-trade-journal
按统一规则记录交易流水。按个股落 Markdown,同时写入 SQLite 便于统计与量化复盘。
99capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
74cctv-news-fetcher
Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date.
65reddit-search
搜索 Reddit 的子版块并获取相关信息。
56news-summary
This skill should be used when the user asks for news updates, daily briefings, or what's happening in the world. Fetches news from trusted international RSS feeds and can create voice summaries.
52