Knowledge Connectors

Knowledge Connectors is a skill for Claude Code, Codex from andreibesleaga/GABBE. It costs 20 tokens per session (1,031 once invoked), scanned C, original, no licence file.

A set of connectors for linking an agent to knowledge sources such as MCP services and vector databases, which store searchable information as numerical representations.

In plain words
What is it for?
It is for connecting an agent to external knowledge systems and to other agents through A2A connectors.
Why use it?
It helps an agent reach information kept outside its immediate conversation or files. The description does not specify which services or databases are supported.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for connecting an agent to external knowledge systems and to other agents through A2A connectors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andreibesleaga/gabbe/knowledge-connect
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 andreibesleaga/GABBE --skill knowledge-connect
Clone the repo
git clone --depth 1 https://github.com/andreibesleaga/GABBE

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 Knowledge Connectors

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreibesleaga/gabbe/knowledge-connect/github.svg)](https://agentmods.dev/skills/andreibesleaga/gabbe/knowledge-connect)
Your own site
<a href="https://agentmods.dev/skills/andreibesleaga/gabbe/knowledge-connect"><img src="https://agentmods.dev/badge/skills/andreibesleaga/gabbe/knowledge-connect/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 Knowledge Connectors

Your own site · 80×15
<a href="https://agentmods.dev/skills/andreibesleaga/gabbe/knowledge-connect"><img src="https://agentmods.dev/badge/skills/andreibesleaga/gabbe/knowledge-connect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,031 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 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.00020 $0.01031
Opus 5 $0.00010 $0.00515
Sonnet 5 $0.00004 $0.00206
Haiku 4.5 $0.00002 $0.00103

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

Security

Grade C, and why

Knowledge Connectors scanned grade C 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 8d 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.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

- **File System Sandbox**: The `filesystem-kb` fallback and `grep` commands must be strictly compartmentalized (chroot/jail) to prevent Path Traversal attacks (e.g., retrieving `../../../etc/shadow`) via manipulated sear
agents/skills/core/knowledge-connect.skill.md · 79 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 8d ago First seen · 79 lines · 20 tokens per session scan C 73e90d066cfb

Subscribe to this mod's changes

Knowledge Connectors is a skill published in the GitHub repository andreibesleaga/GABBE (22 stars, last pushed 3d ago), with no licence file. It adds 20 tokens to every session and 1,031 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

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

AgentDB Performance Optimization

Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.

spencermarx/open-code-review · 53 tokens

AgentDB Memory Patterns

Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.

spencermarx/open-code-review · 45 tokens

AgentDB Vector Search

Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.

spencermarx/open-code-review · 41 tokens

V3 Memory Unification

Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).

spencermarx/open-code-review · 51 tokens

AgentDB Advanced Features

Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.

spencermarx/open-code-review · 49 tokens