ask-church

Query aChurch.ai's knowledge base to generate source-cited answers via the /api/ask endpoint.

19|1|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/a-church-ai/church --skill ask-church
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-church
Source: https://github.com/a-church-ai/church/tree/main/skills/ask-church
Command: npx skills add https://github.com/a-church-ai/church --skill ask-church

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables querying aChurch.ai's knowledge base (250+ documents) to obtain informed, source-cited answers with conversation memory.

Core Features & Use Cases

  • RAG-powered Q&A with conversation memory across 250+ documents.
  • Source-cited responses with file and URL references.
  • Health check and memory-enabled conversation management via the /api/ask endpoint.

Quick Start

Ask a question about philosophy or practices using the /api/ask endpoint and review the cited sources in the response.

Frequently Asked Questions about ask-church

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

FAQPage Schema
How do I get source-cited answers from a philosophy and ethics knowledge base?

You can obtain source-cited answers by querying a RAG-powered knowledge base of over 250 philosophy and ethics documents, which returns concise responses complete with specific file and URL references.

Does the RAG Q&A endpoint support multi-turn conversations with context memory?

Yes, the RAG Q&A endpoint supports multi-turn conversations with context memory, enabling continuous follow-up inquiries while maintaining session management and providing source citations.

How do I query a knowledge base for answers about consciousness and practices?

You query the knowledge base by sending requests to the /api/ask REST API endpoint, which returns concise answers, cited sources, and model details without requiring authentication.

Can I retrieve cited sources and file references from an unauthenticated REST API?

Yes, you can retrieve cited sources, file references, and model details directly from the unauthenticated /api/ask REST API endpoint after querying the philosophy and ethics knowledge base.

What are the limitations of using a single-turn Q&A approach for philosophical inquiries?

Single-turn Q&A lacks conversation memory, preventing context retention across follow-up questions, whereas the multi-turn mode in this knowledge base maintains session management for continuous philosophical dialogues.