
Viking Knowledgebase
- 268 installs
- skills.volces.com
Use viking-knowledgebase for development tasks
About
viking-knowledgebase: A skill for development. This provides functionality for development workflows.
- viking-knowledgebase
Viking Knowledgebase by the numbers
- 268 all-time installs (skills.sh)
- +16 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #1,450 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/skills.volces.com --skill viking-knowledgebaseAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 268 |
|---|---|
| Repository | skills.volces.com ↗ |
What it does
Use viking-knowledgebase for development tasks
Files
Viking 知识库
本技能帮助您搜索知识库中的知识。
功能
- 从知识库搜索知识
运行前,请确保以下几点:
1. 确保用户已设置如下环境变量
- 火山引擎知识服务 API Key,名称为
VIKING_KBSVR_API_KEY - 火山引擎知识服务 API Secret,名称为
VIKING_KBSVR_API_SECRET
2. 请确保已安装了 Python 库:pip install volcengine 以及 pip install aiohttp
搜索知识库
python scripts/search.py "搜索查询关键词"其中:
"搜索查询关键词":你需要根据用户需求生成搜索查询关键词,用于搜索知识库中的知识
该脚本将返回给您知识库中与查询关键词相关的知识内容列表