knowledge-base

knowledge-base is a skill for Claude Code, Codex from UnicomAI/wanwu. It costs 0 tokens per session (4,579 once invoked), scanned C, original, Apache-2.0.

A knowledge-base skill for uploading files, webpages, articles, and notes, then browsing and searching them in IMA.

In plain words
What is it for?
Use it to add documents or URLs to a knowledge base, inspect its contents, find knowledge bases, or search stored material.
Why use it?
It removes the need to manually organize reference material and search through files and folders one by one.

Skill for Claude CodeCodex

About the project

Wanwu is an enterprise platform for building AI agents, workflows, retrieval-augmented applications, and managing models in multi-tenant environments. It is designed for developers and enterprise teams delivering AI applications and integrations. The catalogue entries provide skills and agents for using the platform.

UnicomAI/wanwu · 2,455 stars · on GitHub

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.

agentmods
npx agentmods add skills/unicomai/wanwu/knowledge-base
Any agent
npx skills add UnicomAI/wanwu --skill knowledge-base
Clone the repo
git clone --depth 1 https://github.com/UnicomAI/wanwu

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/unicomai/wanwu/knowledge-base.svg)](https://agentmods.dev/skills/unicomai/wanwu/knowledge-base)
Your own site
<a href="https://agentmods.dev/skills/unicomai/wanwu/knowledge-base"><img src="https://agentmods.dev/badge/skills/unicomai/wanwu/knowledge-base.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,579 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
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 $0.00000 $0.04579
Opus 5 $0.00000 $0.02289
Sonnet 5 $0.00000 $0.00916
Haiku 4.5 $0.00000 $0.00458

Measured yesterday against content hash 39ee19712d79, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

knowledge-base scanned grade C with 2 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 yesterday.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/cos-upload.cjs, scripts/preflight-check.cjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf "$TEMP_DIR"

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

CONTENT_TYPE=$(curl -sI -L "<url>" | grep -i "^content-type:" | tail -1 | awk '{print $2}' | tr -d '\r')
Origin

Copies of this mod

2 near-identical copies found in the catalogue:

configs/microservice/bff-service/configs/agent-skills/clawhub/ima-skills/knowledge-base/SKILL.md · 384 lines

How it starts

The opening of the file, as written. The whole thing — 384 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Knowledge Base (知识库)

API base path: openapi/wiki/v1 — 完整数据结构和接口参数详见 references/api.md

接口决策表

用户意图 调用接口 关键参数
上传文件到知识库 check_repeated_namescreate_media → COS Upload → add_knowledge media_type(按扩展名),knowledge_base_idfile_namefile_size
上传文件到知识库的某个文件夹 先定位文件夹 → 同上(folder_id 传入目标文件夹 ID) 见「文件夹操作」章节
添加网页/微信文章到知识库 import_urls urls(1-10 个),knowledge_base_id,可选 folder_id(省略则根目录)
添加笔记到知识库 add_knowledge media_type=11note_info.content_id=<note_id>knowledge_base_id
添加 URL(文件型)到知识库 check_repeated_names → 下载文件 → 走"上传文件"流程 URL 指向 PDF/Word/PPT 等文件时,按文件方式处理
检查文件名是否重复 check_repeated_names params[].nameparams[].media_typeknowledge_base_idfolder_id
获取知识库信息 get_knowledge_base ids(1-20 个,不重复)
浏览知识库内容列表 / 浏览文件夹 get_knowledge_list knowledge_base_idcursorlimit(1~50),可选 folder_id
在知识库中搜索(含文件和文件夹) search_knowledge queryknowledge_base_idcursor
按关键词查找知识库(用户知道名字但不知道 ID) search_knowledge_base querycursorlimit(1~20)
查看/了解自己有哪些知识库 search_knowledge_basequery 传空字符串) query: ""cursorlimit(1~20)
添加内容但未指定目标知识库 get_addable_knowledge_base_list → 展示列表让用户选择 cursorlimit(1~50)
查看原文、分析原文、导出原文 get_media_info media_id;导出/下载时在 URL 后追加 response-content-type + response-content-disposition 参数

Read the full file on GitHub · 384 lines

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. yesterday First seen · 384 lines · 0 tokens per session scan C 39ee19712d79

Subscribe to this mod's changes

knowledge-base is a skill published in the GitHub repository UnicomAI/wanwu (2,455 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 4,579 tokens. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). 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

ppt-generation

Use this skill when the user requests to generate, create, or make presentations (PPT/PPTX). Creates visually rich slides by generating images for each slide and composing them into a PowerPoint file.

bytedance/deer-flow · 44 tokens

data-analysis

Use this skill when the user uploads Excel (.xlsx/.xls) or CSV files and wants to perform data analysis, generate statistics, create summaries, pivot tables, SQL queries, or any form of structured data exploration. Supports multi-sheet Excel workbooks, aggregation, filtering, joins, and exporting results to…

bytedance/deer-flow · 69 tokens

pdf

Process PDF files - extract text, create PDFs, merge documents. Use when user asks to read PDF, create PDF, or work with PDF files.

shareAI-lab/learn-claude-code · 32 tokens

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

agentscope-ai/QwenPaw · 92 tokens

pdf

当用户需要对PDF文件进行任何操作时,请使用此技能。包括从 PDF 中读取或提取文本/表格、合并多个 PDF、拆分 PDF、旋转页面、添加水印、创建新PDF、填写PDF表单、加密/解密 PDF、提取图片,以及对扫描版 PDF 进行 OCR 使其可搜索。如果用户提到 .pdf 文件或要求生成 PDF,请使用此技能。.

agentscope-ai/QwenPaw · 95 tokens

nano-pdf

Edits PDF files using natural-language instructions via the nano-pdf CLI. Supports modifying text, changing titles, fixing typos, and updating content on specific pages. Use when the user wants to edit a PDF, modify PDF content, update PDF text, fix a typo in a PDF, change a PDF title, or rewrite part of a PDF page.

elizaOS/eliza · 75 tokens