skool-rag

Query Skool community content using RAG pipeline with vector search. Use when user asks to search Skool knowledge, find community answers, or query Skool content.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skool-rag" with this command: npx skills add aiagentwithdhruv/skills/aiagentwithdhruv-skills-skool-rag

Skool RAG Pipeline

Goal

Query Skool community content using a RAG (Retrieval-Augmented Generation) pipeline with vector search and reranking.

Scripts

  • ./scripts/skool_rag_prepare.py - Prepare content for indexing
  • ./scripts/skool_rag_index.py - Index content in Pinecone
  • ./scripts/skool_rag_query.py - Query the knowledge base

Pipeline

1. Prepare Content

python3 ./scripts/skool_rag_prepare.py --community makerschool

Scrapes and chunks community content.

2. Index in Pinecone

python3 ./scripts/skool_rag_index.py --input .tmp/skool_chunks.json

Creates OpenAI embeddings and stores in Pinecone.

3. Query

python3 ./scripts/skool_rag_query.py --query "How do I get my first client?"

Pipeline:

  1. OpenAI embeddings for query
  2. Pinecone vector search
  3. Cohere reranking
  4. Claude response generation

Environment

PINECONE_API_KEY=your_key
OPENAI_API_KEY=your_key
COHERE_API_KEY=your_key
ANTHROPIC_API_KEY=your_key

Schema

Inputs

NameTypeRequiredDescription
querystringYesNatural language question to search for
communitystringNoCommunity slug to index (default: makerschool)

Outputs

NameTypeDescription
answerstringAI-generated answer with source references

Credentials

NameSource
PINECONE_API_KEY.env
OPENAI_API_KEY.env
COHERE_API_KEY.env
ANTHROPIC_API_KEY.env

Composable With

Skills that chain well with this one: skool-monitor

Cost

Pinecone + OpenAI embeddings + Cohere reranking + Claude

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

literature-research

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

image-to-video

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excalidraw-visuals

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gmaps-leads

No summary provided by upstream source.

Repository SourceNeeds Review