manage-knowledge-base

manage-knowledge-base is a skill for Claude Code, Codex from genudo-ai/genudo_mcp. It costs 63 tokens per session (513 once invoked), scanned A, original, MIT.

A manager for a Genudo pipeline's knowledge base, a collection of tables containing facts that an AI agent can search while answering customers. Tables have columns and rows of information.

In plain words
What is it for?
Use it to create knowledge tables, add or correct rows, search them with realistic questions, and remove stale information.
Why use it?
It helps correct outdated or inaccurate answers by maintaining the facts the agent retrieves. You can also test which entries a customer question would find.

Skill for Claude CodeCodex

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

Good fit Use it to create knowledge tables, add or correct rows, search them with realistic questions, and remove stale information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/genudo-ai/genudo_mcp/manage-knowledge-base
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 genudo-ai/genudo_mcp --skill manage-knowledge-base
Clone the repo
git clone --depth 1 https://github.com/genudo-ai/genudo_mcp

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 manage-knowledge-base

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/genudo-ai/genudo_mcp/manage-knowledge-base"><img src="https://agentmods.dev/badge/skills/genudo-ai/genudo_mcp/manage-knowledge-base.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 513 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.00063 $0.00513
Opus 5 $0.00032 $0.00257
Sonnet 5 $0.00013 $0.00103
Haiku 4.5 $0.00006 $0.00051

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

Security

Grade A, and why

manage-knowledge-base 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.

chatgpt/genudo-chatgpt-plugin/skills/manage-knowledge-base/SKILL.md · 41 lines

What it actually says

Manage Knowledge Base

Curate the grounded facts an agent answers from. A knowledge base is a set of knowledge tables; each table has a name, a when-to-use description, columns (the schema), and rows the pipeline agent retrieves via semantic search at runtime.

Tools

Task Tool
See tables, their columns + attached pipelines list_knowledge_tables
Create a table with its columns create_knowledge_table
Insert or update rows upsert_knowledge_points
Test what the agent would retrieve search_knowledge_table
Remove rows delete_knowledge_points

Workflow

  1. Discoverlist_knowledge_tables to find the right table (or confirm none exists).
  2. Createcreate_knowledge_table needs name and at least one column; write the description as a when-to-use so the agent picks the right table.
  3. Fill / fixupsert_knowledge_points: every row needs a stable default_id (matching default_id updates the row, new one inserts) and a value for every column. Reuse the same default_id to correct a fact in place.
  4. Verify retrievalsearch_knowledge_table with a question a real customer would ask; confirm the fixed row comes back (hybrid search is on by default; limit up to 20).
  5. Prunedelete_knowledge_points by default_id values. Confirm with the user first; there is no undo, and there is no table-delete tool — only rows can be removed.

Cautions

  • A wrong fact in the KB propagates to every conversation — confirm every write.
  • For a stable business fact the agent must always know, prefer the pipeline's global instructions (via edit-pipeline-instructions); use the KB for facts that vary by product, plan, or row.
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 · 41 lines · 63 tokens per session scan A 1f598db2f0ff

Subscribe to this mod's changes

manage-knowledge-base is a skill published in the GitHub repository genudo-ai/genudo_mcp (0 stars, last pushed 10d ago), licensed MIT. It adds 63 tokens to every session and 513 once invoked, about $0.0003 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.