rag_embed

rag_embed is a skill for Claude Code from kuc-arc-f/agent_skills_2ex. It costs 18 tokens per session (48 once invoked), scanned A, original, no licence file.

A tool for registering vector representations of data in a local ChromaDB database. ChromaDB is a database commonly used to store data for similarity search.

In plain words
What is it for?
Use it to add vector data to a locally running ChromaDB instance.
Why use it?
It records data in a form that can support finding similar items later. The description only specifies local vector registration, not how the data is searched or prepared.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to add vector data to a locally running ChromaDB instance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kuc-arc-f/agent_skills_2ex/rag_embed
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 kuc-arc-f/agent_skills_2ex --skill rag_embed
Clone the repo
git clone --depth 1 https://github.com/kuc-arc-f/agent_skills_2ex

Made for: Claude Code.

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 rag_embed

README.md
[![agentmods](https://agentmods.dev/badge/skills/kuc-arc-f/agent_skills_2ex/rag_embed/github.svg)](https://agentmods.dev/skills/kuc-arc-f/agent_skills_2ex/rag_embed)
Your own site
<a href="https://agentmods.dev/skills/kuc-arc-f/agent_skills_2ex/rag_embed"><img src="https://agentmods.dev/badge/skills/kuc-arc-f/agent_skills_2ex/rag_embed/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 rag_embed

Your own site · 80×15
<a href="https://agentmods.dev/skills/kuc-arc-f/agent_skills_2ex/rag_embed"><img src="https://agentmods.dev/badge/skills/kuc-arc-f/agent_skills_2ex/rag_embed.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 48 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 unknown 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.00018 $0.00048
Opus 5 $0.00009 $0.00024
Sonnet 5 $0.00004 $0.00010
Haiku 4.5 $0.00002 $0.00005

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

Security

Grade A, and why

rag_embed 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 10d 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.

skills-example-5/.claude/skills/rag_embed/SKILL.md · 11 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 11 lines · 18 tokens per session scan A fed1f0aa8ee3

Subscribe to this mod's changes

rag_embed is a skill published in the GitHub repository kuc-arc-f/agent_skills_2ex (1 stars, last pushed 4mo ago), with no licence file. It adds 18 tokens to every session and 48 once invoked, about $0.0001 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

mongodb-search-and-ai

Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG…

fcakyon/claude-codex-settings · 132 tokens

sqlite-vec-skilld

ALWAYS use when writing code importing "sqlite-vec". Consult for debugging, best practices, or modifying sqlite-vec, sqlite vec.

skilld-dev/skilld · 35 tokens

neo4j-document-import-skill

Ingests unstructured and semi-structured documents into Neo4j as a knowledge graph. Use when chunking PDFs, HTML, plain text, or Markdown; extracting entities and relationships from text with an LLM (SimpleKGPipeline, neo4j-graphrag); loading JSON via apoc.load.json; building Document→Chunk→Entity graph structures; or…

neo4j-contrib/neo4j-skills · 187 tokens

neo4j-vector-index-skill

Create and manage Neo4j vector indexes, run vector similarity search (ANN/kNN), store embeddings on nodes or relationships, use SEARCH clause (Neo4j 2026.01+, preferred) or db.index.vector.queryNodes() procedure (deprecated 2026.04, still works on 2025.x), configure HNSW and quantization options, pick similarity…

neo4j-contrib/neo4j-skills · 210 tokens

neo4j-graphrag-skill

Build GraphRAG retrieval pipelines on Neo4j using the neo4j-graphrag Python package (v1.16.0+). Covers retriever selection (VectorRetriever, HybridRetriever, VectorCypherRetriever, HybridCypherRetriever, Text2CypherRetriever, ToolsRetriever), external vector DB retrievers (Weaviate, Pinecone, Qdrant), retrievalquery…

neo4j-contrib/neo4j-skills · 228 tokens

neo4j-genai-plugin-skill

Use Neo4j GenAI Plugin ai.text. functions and procedures for in-Cypher embedding generation, text completion, structured output, chat, tokenization, and batch ingestion. Covers ai.text.embed(), ai.text.embedBatch(), ai.text.completion(), ai.text.structuredCompletion(), ai.text.aggregateCompletion(), ai.text.chat()…

neo4j-contrib/neo4j-skills · 195 tokens