AI-RAG-Assistant-Chatbot: Skill for Codex

.agents/skills/lumina-rag-knowledge/SKILL.md

lumina-rag-knowledge is a skill for Codex from hoangsonww/AI-RAG-Assistant-Chatbot. It costs 83 tokens per session (367 once invoked), scanned A, original, MIT.

A set of instructions for Lumina's retrieval-augmented generation system, which answers questions using relevant information from an indexed knowledge base. It covers adding sources, finding content, and showing citations.

In plain words
What is it for?
Updating knowledge sources, ingestion manifests, retrieval and citation behavior, Pinecone integration, knowledge models, and the knowledge-management CLI.
Why use it?
It keeps generated answers tied to their source material and makes knowledge updates repeatable through documented command-line workflows.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is hoangsonww/AI-RAG-Assistant-Chatbot's own configuration. It tells Codex how to work on AI-RAG-Assistant-Chatbot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AI-RAG-Assistant-Chatbot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hoangsonww/AI-RAG-Assistant-Chatbot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hoangsonww/AI-RAG-Assistant-Chatbot/master/.agents/skills/lumina-rag-knowledge/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hoangsonww/AI-RAG-Assistant-Chatbot

Made for: 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 lumina-rag-knowledge

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-rag-knowledge/github.svg)](https://agentmods.dev/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-rag-knowledge)
Your own site
<a href="https://agentmods.dev/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-rag-knowledge"><img src="https://agentmods.dev/badge/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-rag-knowledge/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 lumina-rag-knowledge

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-rag-knowledge"><img src="https://agentmods.dev/badge/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-rag-knowledge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 367 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.00083 $0.00367
Opus 5 $0.00042 $0.00183
Sonnet 5 $0.00017 $0.00073
Haiku 4.5 $0.00008 $0.00037

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

Security

Grade A, and why

lumina-rag-knowledge 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 11d 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.

.agents/skills/lumina-rag-knowledge/SKILL.md · 35 lines

What it actually says

Lumina Rag Knowledge

Overview

Use this skill for retrieval, ingestion, and citation work. The repository treats knowledge management as a CLI-driven flow rather than a UI-managed feature.

Load The Right Reference

  • Read references/cli-workflow.md when updating or using ingestion commands, manifests, or source files.
  • Read references/retrieval-contract.md when changing runtime retrieval, citation formatting, or grounded-answer behavior.

Preserve The Grounding Contract

  • Keep answers grounded in indexed sources.
  • Preserve inline citations and the associated sources list behavior when changing retrieval or response composition.
  • Avoid adding UI-based mutation flows for knowledge content unless the task explicitly requires a product change.
  • Prefer updating source content through the CLI and manifest workflows already documented in the repo.

Change Source Lifecycle Carefully

  • Preserve stable externalId usage when designing repeatable updates.
  • Keep ingestion, deletion, listing, and sync semantics coherent across CLI commands and model storage.
  • If a change affects both retrieval logic and general API behavior, coordinate with lumina-backend-api.

Finish With Practical Validation

  • Run npm run build in server/ after code changes.
  • Use the existing CLI commands for targeted runtime checks when environment variables and external services are available.
  • If Pinecone or Gemini credentials are unavailable, state that runtime retrieval was not exercised.
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 35 lines · 83 tokens per session scan A 715018dd07c0

Subscribe to this mod's changes

lumina-rag-knowledge is a skill published in the GitHub repository hoangsonww/AI-RAG-Assistant-Chatbot (47 stars, last pushed 3d ago), licensed MIT. It adds 83 tokens to every session and 367 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

knowject-rag-eval

A skill for creating or reviewing evaluation cases for RAG, a system that searches stored documents before generating an answer, including the quality of its citations.

lynxlangya/knowject · 148 tokens

create-atomic-context-provider

Build a BaseDynamicContextProvider that injects a named, titled block into an agent's system prompt at every run() — current time, user identity, retrieved RAG docs, session state, cached DB schema. Use when the user asks to "add a context provider", "inject X into the prompt", "give the agent dynamic context", "wire…

Eigenwise/atomic-agents · 106 tokens

rag-knowledge

Work with the RAG knowledge base — ingest documents, run semantic search, manage collections, or add a sync source/connector (Google Drive, S3). Use when populating or debugging the knowledge base, tuning retrieval, or adding a new document source. This project uses {{ cookiecutter.vectorstore }} + {{…

vstorm-co/full-stack-ai-agent-template · 76 tokens

wegent-knowledge

Knowledge base management and search tools for Wegent. Provides capabilities to list, create, update, and search knowledge bases and documents using RAG retrieval. Use this skill when the user wants to manage knowledge bases, documents, or search for information programmatically.

wecode-ai/Wegent · 51 tokens

session-rag-eval

Run and debug Chatbox session attachment RAG model evaluation with synthetic and real long-file fixtures.

chatboxai/chatbox · 25 tokens

qmd-mcp-skill

Use a local QMD knowledge base through UXC over MCP stdio, with daemon-backed session reuse and typed retrieval flows that avoid repeated model warmup and unnecessary query-expansion latency.

holon-run/uxc · 44 tokens