AgentDB Advanced Features

AgentDB Advanced Features is a skill for Claude Code from amangit1314/repo-rag. It costs 49 tokens per session (3,390 once invoked), scanned B, original, no licence file.

A collection of advanced AgentDB features for synchronization, multiple databases, custom similarity measurements, combined search, and distributed systems. Distributed systems run across multiple connected machines or services.

In plain words
What is it for?
Use it for multi-agent coordination, distributed AI systems, synchronized databases, and advanced vector search.
Why use it?
It supports applications that need to coordinate data across databases, agents, or machines while using more specialized search behavior.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it for multi-agent coordination, distributed AI systems, synchronized databases, and advanced vector search.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amangit1314/repo-rag/agentdb-advanced
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 amangit1314/repo-rag --skill agentdb-advanced
Clone the repo
git clone --depth 1 https://github.com/amangit1314/repo-rag

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 AgentDB Advanced Features

README.md
[![agentmods](https://agentmods.dev/badge/skills/amangit1314/repo-rag/agentdb-advanced/github.svg)](https://agentmods.dev/skills/amangit1314/repo-rag/agentdb-advanced)
Your own site
<a href="https://agentmods.dev/skills/amangit1314/repo-rag/agentdb-advanced"><img src="https://agentmods.dev/badge/skills/amangit1314/repo-rag/agentdb-advanced/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 AgentDB Advanced Features

Your own site · 80×15
<a href="https://agentmods.dev/skills/amangit1314/repo-rag/agentdb-advanced"><img src="https://agentmods.dev/badge/skills/amangit1314/repo-rag/agentdb-advanced.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,390 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00049 $0.03390
Opus 5 $0.00024 $0.01695
Sonnet 5 $0.00010 $0.00678
Haiku 4.5 $0.00005 $0.00339

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

Security

Grade B, and why

AgentDB Advanced Features scanned grade B with 1 finding 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 7d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo ufw allow 4433/udp
.claude/skills/agentdb-advanced/SKILL.md · 551 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. 7d ago First seen · 551 lines · 49 tokens per session scan B e5524686b1e9

Subscribe to this mod's changes

AgentDB Advanced Features is a skill published in the GitHub repository amangit1314/repo-rag (0 stars, last pushed 1mo ago), with no licence file. It adds 49 tokens to every session and 3,390 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

Vector Databases

Guides retrieval-store design, indexing, and query behavior for embedding-backed systems without confusing storage with application truth.

agentic-in/elephant-agent · 26 tokens

unified-llm-api

Call model APIs through @prismshadow/agenthub — streaming text generation, image generation, speech synthesis, embeddings and the supported-model registry with one client.

Prism-Shadow/penguin-harness · 39 tokens

building-agents

Use when building or restructuring an LLM agent — provider adapter, tool calling, structured output, RAG, agent loop, eval gate, cost routing, tracing, MCP server — model-agnostic across OpenAI/Anthropic/Gemini/OSS so a model swap is a config change. NOT vector-store SQL alone (that is postgresdb) or service…

ericrisco/rsc-harness · 85 tokens

rag

Use when building grounded Q&A over your own corpus — chunk, retrieve hybrid, rerank, ground, cite chunk ids, refuse when the sources fall short — or when the right document is retrieved but the answer is still wrong, invented, or unmeasured. NOT operating the store itself — collection schema, HNSW efsearch…

ericrisco/rsc-harness · 79 tokens

graphify

Turn any folder of files (code, docs, papers, images, video) into a queryable knowledge graph with community detection, an honest audit trail, and three outputs: interactive HTML, GraphRAG-ready JSON, and a plain-language GRAPHREPORT.md. Use when asked to analyze a codebase, understand architecture, map dependencies…

Choeng-Rayu/rayu-cli · 0 tokens

brand-product-knowledge-builder

A product-information knowledge base that organizes specifications, evidence for claims, FAQs, pricing, competitor differences, and compliance limits into a document-based format for AI use.

limecloud/lime · 92 tokens