export

Export Reality Check claims, sources, or chains to YAML or Markdown.

38|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/lhl/realitycheck --skill export-lhl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export
Source: https://github.com/lhl/realitycheck/tree/main/integrations/claude/skills/export
Command: npx skills add https://github.com/lhl/realitycheck --skill export-lhl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill makes exporting Reality Check data into YAML or Markdown formats for backup, sharing, and documentation easier.

Core Features & Use Cases

  • Export claims, sources, chains, or all data to YAML or Markdown formats.
  • Apply filters by domain or ID and choose output targets (stdout or file).
  • Seamlessly integrate with rc-export or the included Python scripts for reproducible exports.

Quick Start

Use the rc-export tool to export all claims to YAML: rc-export yaml claims -o all-claims.yaml Or: uv run python scripts/export.py yaml claims -o all-claims.yaml

Frequently Asked Questions about export

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

FAQPage Schema
How do I export Reality Check data to YAML or Markdown formats?

Yes, you can filter exported records by domain or ID when using the rc-export tool, allowing you to selectively output specific claims, sources, or chains to YAML or Markdown formats.

Can I filter Reality Check exports by domain or ID?

Yes, you can filter exported records by domain or ID when using the rc-export tool, allowing you to selectively output specific claims, sources, or chains to YAML or Markdown formats.

What is the best way to back up Reality Check claims and sources?

Running the rc-export utility outputs serialized Reality Check data to stdout by default, but you can use the output flag to write the exported YAML or Markdown directly to a specified file.

Does the rc-export utility write to a file or stdout?

Running the rc-export utility outputs serialized Reality Check data to stdout by default, but you can use the output flag to write the exported YAML or Markdown directly to a specified file.

What types of data can I export from Reality Check?

Yes, you can run the included Python scripts/export.py module as an alternative to the rc-export utility to serialize Reality Check data into YAML or Markdown formats without requiring external dependencies.

Do I need external dependencies to run the export script?

Yes, you can run the included Python scripts/export.py module as an alternative to the rc-export utility to serialize Reality Check data into YAML or Markdown formats without requiring external dependencies.