pageindex-rag-course

pageindex-rag-course is a skill for Claude Code, Codex from jingerzz/ai-investment-courses. It costs 166 tokens per session (1,764 once invoked), scanned A, original, MIT.

A course guide for searching pre-indexed public-company SEC filings, such as annual reports, quarterly reports, and proxy statements, with a vectorless retrieval system.

In plain words
What is it for?
Answering questions about BLK and HOOD filings, comparing disclosures, and tracing changes across reporting periods.
Why use it?
It lets students investigate filing text about risks, finances, management discussion, compensation, ownership, and legal matters without manually reading every document.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Answering questions about BLK and HOOD filings, comparing disclosures, and tracing changes across reporting periods.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jingerzz/ai-investment-courses/pageindex-rag-course
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jingerzz/ai-investment-courses --skill pageindex-rag-course
Clone the repo
git clone --depth 1 https://github.com/jingerzz/ai-investment-courses

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pageindex-rag-course

README.md
[![agentmods](https://agentmods.dev/badge/skills/jingerzz/ai-investment-courses/pageindex-rag-course/github.svg)](https://agentmods.dev/skills/jingerzz/ai-investment-courses/pageindex-rag-course)
Your own site
<a href="https://agentmods.dev/skills/jingerzz/ai-investment-courses/pageindex-rag-course"><img src="https://agentmods.dev/badge/skills/jingerzz/ai-investment-courses/pageindex-rag-course/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pageindex-rag-course

Your own site · 80×15
<a href="https://agentmods.dev/skills/jingerzz/ai-investment-courses/pageindex-rag-course"><img src="https://agentmods.dev/badge/skills/jingerzz/ai-investment-courses/pageindex-rag-course.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,764 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00166 $0.01764
Opus 5 $0.00083 $0.00882
Sonnet 5 $0.00033 $0.00353
Haiku 4.5 $0.00017 $0.00176

Measured 12d ago against content hash bafee47068da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pageindex-rag-course scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

zo-professional/skills/pageindex-rag-course/SKILL.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

pageindex-rag-course

Agent guidance for the course edition of the PageIndex RAG MCP server. The student installs and registers it via the course-setup skill; this skill explains how to use it once it's live.

Server fingerprint

  • Server name (in Zo MCP registry): page-index-rag-course
  • Tool count: 14
  • Source: professional/servers/page-index-rag-course/
  • Entry point: uv run rag-server
  • LLM backend: local Ollama at http://localhost:11434/v1, model gemma4:e2b
  • Pre-indexed filings: BLK (10-K + 10-Q × 2) and HOOD (10-K + 10-Q × 3) — at least 7 documents

If the indexed-filing count is 0, route the student back to the course-setup skill — Ollama or the model is likely missing.

When to invoke

The student's question requires reading the text of a public-company SEC filing — financials, risk factors, MD&A, exec comp, ownership, legal, segments. Examples:

  • "What are BLK's biggest risk factors in the latest 10-K?"
  • "Did HOOD's MD&A discussion change from Q2 to Q3?"
  • "What does management say about revenue drivers?"
  • "Compare BLK and HOOD on regulatory risk."

Do not invoke for: real-time stock price, breaking news, anything not in a filing. Use the SPY/TLT skill or web search for those.

Pre-indexed starter filings

BLK and HOOD ship pre-indexed (≥7 filings total) so the Week 2 centerpiece exercises work the moment the server is registered — no SEC fetch required, no waiting for indexing. Use them as the default examples.

For any other ticker, fetch_company_filings is fully available from day one. Heads-up to share with the student before they fetch:

  • Indexing a full 10-K with gemma4:e2b summaries on a Zo box takes ~2–5 minutes per filingfetch_company_filings returns immediately with a batch_id; poll check_indexing_status until COMPLETE before searching.
  • SEC EDGAR rate limit is ~10 req/s; PageIndex stays under that, but back-to-back fetches across many tickers can still hit it. If you do, wait 10 minutes.

Read the full file on GitHub · 113 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 113 lines · 166 tokens per session scan A bafee47068da

Subscribe to this mod's changes

pageindex-rag-course is a skill published in the GitHub repository jingerzz/ai-investment-courses (4 stars, last pushed 4mo ago), licensed MIT. It adds 166 tokens to every session and 1,764 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

grayscale-crypto-sectors

Use when evaluating crypto through a Grayscale-style Crypto Sectors lens: sector taxonomy, FTSE/Grayscale index eligibility, fee/usage fundamentals, sector-share valuation, ETP/trust wrappers, and Zcash-style privacy-as-money theses.

questflowai/investorskills · 56 tokens

serenity

Use when evaluating US stocks through Serenity / @aleabitoreddit's AI and semiconductor supply-chain lens: upstream chokepoints, photonics/CPO bottlenecks, hyperscaler capex, institutional rotation, dilution risk, and thesis validation.

questflowai/investorskills · 52 tokens

ansem-crypto

Use when evaluating crypto narratives, attention rotation, memecoin cycles, Solana-style ecosystem momentum, social distribution, and reflexive retail flows in an Ansem-style crypto market framework.

questflowai/investorskills · 41 tokens

livermore

Use when evaluating trend-following trades, pivotal-point breakouts, pyramiding, stop discipline, or whether a liquid market is acting right in a Jesse Livermore style.

questflowai/investorskills · 39 tokens

a16z-techno-optimist

Use when evaluating startups or tech platforms through an a16z-style lens: technology adoption, market creation, platform power, AI/crypto/software narratives, and bold long-duration tech bets.

questflowai/investorskills · 46 tokens

ackman-concentrated-activism

Use when evaluating Bill Ackman-style concentrated long theses, activist campaigns, high-conviction multiyear bets, and public narrative plus fundamental catalysts.

questflowai/investorskills · 39 tokens