fact-collector

Collect web-verified facts for veterinary, plant, and food domains into Markdown files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dayoumin/mbti --skill fact-collector
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: fact-collector
Source: https://github.com/dayoumin/mbti/tree/main/.claude/skills/fact-collector
Command: npx skills add https://github.com/dayoumin/mbti --skill fact-collector

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires webSearch, webFetch, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

์›น๊ฒ€์ƒ‰์œผ๋กœ ๊ฒ€์ฆ๋œ ํŒฉํŠธ๋ฅผ ์ˆ˜์ง‘ํ•˜๊ณ  research/facts/{category}.md์— ์ €์žฅํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ํŒฉํŠธ ํ•„์š” ์นดํ…Œ๊ณ ๋ฆฌ ์‹๋ณ„ ๋ฐ ๊ธฐ์กด ํŒฉํŠธ ํ™•์ธ
  • ์‹ ๋ขฐํ•  ์ˆ˜ ์žˆ๋Š” ์ถœ์ฒ˜๋ฅผ ์šฐ์„  ๊ฒ€์ƒ‰ํ•˜๊ณ  ๊ต์ฐจ ๊ฒ€์ฆ
  • ์ˆ˜์ง‘๋œ ํŒฉํŠธ์˜ ํŒŒ์ผ ์ €์žฅ ๋ฐ ์ฐธ์กฐ ๊ฐ€๋Šฅ

Quick Start

์—ฐ๊ตฌ/ํŒฉํŠธ/{category}.md์— {fact-id}๋ฅผ ์ถ”๊ฐ€ํ•˜์—ฌ ์ €์žฅํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about fact-collector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect verified facts from web sources for research?โ–ผ

Fact collection from web sources involves stepwise web search across authoritative references, cross-verification of information, and structured storage. This Skill automates that process by searching, validating facts across multiple sources, and saving them to Markdown files organized by category with provenance data including title, source URL, and date.

Can I use web search and verification for veterinary, plant, and food fact-checking?โ–ผ

Yes. This Skill supports fact-checking and collection across seven predefined categories: cat, dog, rabbit, hamster, plant, coffee, and alcohol. It performs multi-source validation and stores verified facts in category-based Markdown files with full source attribution.

How do I store and organize collected facts with source citations?โ–ผ

Collected facts are stored in research/facts/{category}.md files with structured provenance data: title, value, source, URL, date, and notes. This organization enables reuse across quiz generation, polling workflows, and validation tasks while maintaining full citation trails.

What's the best way to generate quiz and polling content from verified research data?โ–ผ

After collecting and verifying facts through web search and cross-referencing, this Skill stores them in category-organized Markdown files. Those structured fact entries can then feed downstream workflows for quiz creation, polling content generation, and fact validation tasks.

Do I need multiple web searches to validate facts across sources?โ–ผ

Multi-source validation is built in. The Skill prioritizes authoritative references and performs cross-verification through stepwise web search before storing facts. This reduces the risk of single-source bias and ensures higher confidence in collected information.

What happens if fact categories already exist in my research files?โ–ผ

The Skill identifies fact categories that need collection and checks for existing facts before running searches. This prevents duplicate work and allows incremental fact collection, letting you add new verified information to established category files without losing prior entries.