claude-skills/.claude/skills/skool-rag/SKILL.md
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.
npx skillsauth add aiagentwithdhruv/automation skool-ragInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Query Skool community content using a RAG (Retrieval-Augmented Generation) pipeline with vector search and reranking.
./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 basepython3 ./scripts/skool_rag_prepare.py --community makerschool
Scrapes and chunks community content.
python3 ./scripts/skool_rag_index.py --input .tmp/skool_chunks.json
Creates OpenAI embeddings and stores in Pinecone.
python3 ./scripts/skool_rag_query.py --query "How do I get my first client?"
Pipeline:
PINECONE_API_KEY=your_key
OPENAI_API_KEY=your_key
COHERE_API_KEY=your_key
ANTHROPIC_API_KEY=your_key
| Name | Type | Required | Description |
|------|------|----------|-------------|
| query | string | Yes | Natural language question to search for |
| community | string | No | Community slug to index (default: makerschool) |
| Name | Type | Description |
|------|------|-------------|
| answer | string | AI-generated answer with source references |
| Name | Source |
|------|--------|
| PINECONE_API_KEY | .env |
| OPENAI_API_KEY | .env |
| COHERE_API_KEY | .env |
| ANTHROPIC_API_KEY | .env |
Skills that chain well with this one: skool-monitor
Pinecone + OpenAI embeddings + Cohere reranking + Claude
content-media
Find viral YouTube videos in your niche for competitive intelligence. Use when user asks to find YouTube outliers, monitor competitors, or track viral videos.
tools
Send welcome email sequence to new clients. Use when user asks to send welcome emails, onboard new client with emails, or trigger welcome sequence.
tools
Complete video editing toolkit - silence removal, auto-captions, vertical crop, YouTube clipping, 3D transitions, and social media compression. Use when user asks to edit video, remove silences, add captions/subtitles, crop to vertical/shorts, download YouTube clips, compress video, or create video teasers.
tools
Scrape Upwork jobs and generate personalized proposals with cover letters. Use when user asks to find Upwork jobs, create Upwork proposals, or apply to Upwork listings.