realitycheck-search

Convert natural language queries into embeddings and retrieve related claims from a vector index.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables fast retrieval of related claims and supporting sources by translating natural language queries into vector embeddings and scanning a knowledge base.

Core Features & Use Cases

  • Semantic search across claims and sources to identify related discussions and evidence trails.
  • Filterable results by domain and type to tailor results for research, policy analysis, or journalism.
  • Use Case: A researcher queries "economic impact of automation" and reviews a ranked list of claims and associated sources with credibility signals.

Quick Start

Use the realitycheck-search skill to look up related claims in your knowledge base with a natural language query like "AI safety in healthcare" and review the top results.

Frequently Asked Questions about realitycheck-search

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

FAQPage Schema
How do I find related claims and sources using natural language search?

Natural language search finds related claims by converting your query into embeddings and retrieving relevant records from a vector index. It returns ranked results with IDs, text, type, domain, and similarity scores.

How does semantic search work across a knowledge base?

Semantic search translates natural language queries into vector embeddings and scans a vector index to match related content. It retrieves claims and supporting sources based on similarity scores rather than exact keyword matches.

Can I filter semantic search results by domain and type?

Yes, semantic search supports domain and type filters to tailor results for specific research, policy analysis, or journalism contexts. This narrows the retrieved claims and sources to your target area.

Do I need an embeddings pipeline to search claims in my knowledge base?

Yes, semantic search requires an existing embeddings pipeline and a vector index to process natural language queries. These components convert text into vectors and store them for retrieval.

What is the best way to retrieve evidence trails from a vector index?

The best way to retrieve evidence trails is using natural language semantic search to scan your vector index for related claims and sources. This approach surfaces supporting records with similarity scores across domains.

What are the limitations of semantic search for claims and sources?

Semantic search depends on the quality of your embeddings pipeline and vector index, requiring structured data to function. It retrieves related claims based on similarity scores rather than verifying their factual accuracy.