Skip to content
AI & Agents
Skill

/byted-viking-developer

指导开发者接入与使用Viking SDK, 覆盖 Viking 向量库、知识库、记忆库的安装、鉴权、接口调用与问题诊断, 当用户需要调用Viking SDK进行业务代码开发和Viking相关问题问答时使用.

From plugin
agentkit-samples
417156 skills
Install
$ npx -y skills add bytedance/agentkit-samples --skill byted-viking-developer --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/byted-viking-developer

Context preview

The summary Claude sees to decide when to auto-load this skill.

指导开发者接入与使用Viking SDK, 覆盖 Viking 向量库、知识库、记忆库的安装、鉴权、接口调用与问题诊断, 当用户需要调用Viking SDK进行业务代码开发和Viking相关问题问答时使用.

SKILL.md

byted-viking-developer.SKILL.md
name: byted-viking-developer
description: 指导开发者接入与使用Viking SDK, 覆盖 Viking 向量库、知识库、记忆库的安装、鉴权、接口调用与问题诊断, 当用户需要调用Viking SDK进行业务代码开发和Viking相关问题问答时使用.
version: 1.2.1
license: Apache-2.0

使用场景

本skill需要配合Trae、OpenCode、Codex、Claude Code、Antigravity等工具使用。

Viking 开发者助手

本 Skill 旨在帮助开发者快速接入和使用 Viking 平台的 SDK,涵盖向量数据库 (VikingDB)、知识库 (KnowledgeBase) 和记忆库 (Memory) 三大核心能力。

调用本 Skill 处理 Viking 相关需求时,先执行本 Skill 安装路径下的 `scripts/upgrade.py` 更新本地 `resources` 目录中的资源文件,再读取导引文档。

所有文档导引统一收敛在 [resources/index.md](resources/index.md)。

处理与本 Skill 相关的任何请求时,按以下顺序执行:

1. 运行本 Skill 安装路径下的 `scripts/upgrade.py`,同步最新资源文件到 `resources/`。 2. 若升级成功,再优先阅读 `resources/index.md`;若升级失败,则继续基于本地已有 `resources/` 处理,并明确告知用户资料可能不是最新版本。 3. 根据用户问题先判断产品域,再进入对应导引文件、最佳实践、常见问题或专题文档。

执行要求

  • 先缩小范围,再下钻阅读。能从用户问题直接判断产品、语言、主题时,不要重复阅读无关导引。
  • 产出代码时,尽量基于同语言 SDK 文档给出可运行示例;若只能参考其他语言资料,需要明确说明。
  • 回答问题时,优先引用文档中已明确给出的能力、参数、限制和流程;对文档未明确说明的内容,不要臆测。

边界说明

  • 本 Skill 的主要职责是利用 `resources/` 中的文档、示例和导引辅助开发与答疑,不负责替代业务侧需求设计。
  • 若 `resources/` 中找不到直接答案,应明确说明“文档未覆盖到这一点”,再基于已有资料给出审慎建议。

导引入口

`resources/index.md` 已汇总以下内容:

  • VikingDB 向量库的 Python、Go、Java、NodeJS 等SDK 导引,以及常见问题、性能优化、最佳实践、其他文档。
  • KnowledgeBase 知识库的 Python、Go、Java、NodeJS 等SDK 导引,以及常见问题、其他文档、SDK 升级与使用说明。
  • Memory 记忆库的 Python、 Go 等SDK 导引,以及最佳实践、其他文档。

使用建议

  • 若用户问题已经明确指向某个产品、语言或专题,再继续读取对应的下钻文档。
Ships withagentkit-samples

欢迎来到 AgentKit 代码工坊(Samples)仓库! AgentKit 是火山引擎推出的企业级 AI Agent 开发平台,为开发者提供完整的 Agent 构建、部署和运维解决方案。平台通过标准化的开发工具链和云原生基础设施,显著降低复杂智能体应用的开发部署门槛。 本代码库包含了一系列示例和教程,帮助您理解、实现和集成 AgentKit 的各项功能到您的应用中。

Get the whole plugin
Stats
428
Stars
91
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
7h ago
Last commit
9mo ago
Created

Repo: bytedance/agentkit-samples