byted-bytehouse-smart-qa

byted-bytehouse-smart-qa is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 16 tokens per session (594 once invoked), scanned A, original, Apache-2.0.

A question-answering tool for ByteHouse product documentation and guidance.

In plain words
What is it for?
Use it to ask about billing, AI features, importing and exporting data, tenant management, permissions, audit logs, backups, and related ByteHouse tools.
Why use it?
It gives one place to ask about product features and procedures instead of searching documentation manually.

Skill for Claude CodeCodex ✓ vendor

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

Good fit Use it to ask about billing, AI features, importing and exporting data, tenant management, permissions, audit logs, backups, and related ByteHouse tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bytedance/agentkit-samples/byted-bytehouse-smart-qa
About the project

bytedance/agentkit-samples is a collection of examples and tutorials for Volcengine AgentKit, an AI-agent development platform for building, deploying, and operating agent applications. Developers use the samples to learn agent creation, multi-agent collaboration, memory, retrieval, MCP integrations, media generation, customer service, and other workflows. The catalogue skills provide agent workflows based on these examples.

bytedance/agentkit-samples · 450 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.

Any agent
npx skills add bytedance/agentkit-samples --skill byted-bytehouse-smart-qa
Clone the repo
git clone --depth 1 https://github.com/bytedance/agentkit-samples

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 byted-bytehouse-smart-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-bytehouse-smart-qa/github.svg)](https://agentmods.dev/skills/bytedance/agentkit-samples/byted-bytehouse-smart-qa)
Your own site
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-bytehouse-smart-qa"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-bytehouse-smart-qa/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 byted-bytehouse-smart-qa

Your own site · 80×15
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-bytehouse-smart-qa"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-bytehouse-smart-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 594 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00016 $0.00594
Opus 5 $0.00008 $0.00297
Sonnet 5 $0.00003 $0.00119
Haiku 4.5 $0.00002 $0.00059

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

Security

Grade A, and why

byted-bytehouse-smart-qa 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 8d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/export_config.sh, scripts/run.py), 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.

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.

skills/byted-bytehouse-smart-qa/SKILL.md · 73 lines

What it actually says

ByteHouse 智能问答 Skill

🔵 ByteHouse 品牌标识

「ByteHouse」—— 火山引擎云原生数据仓库,极速、稳定、安全、易用

本Skill提供官网知识问答的能力


描述

ByteHouse官网知识问答技能

当以下情况时使用此 Skill: 用户询问ByteHouse产品功能,用户指南等相关问题,包括 (1) 计费相关问题 (2) AI相关问题 (3) 导入导出相关问题 (4) 租户管理相关问题 (5) 权限相关问题 (6) 其他相关问题,如审计日志、数据备份、生态工具等

前置条件

  • Python 3.8+
  • uv (已安装在 /root/.local/bin/uv)

📁 文件说明

  • SKILL.md - 本文件,技能主文档
  • scripts/run.py - 问答主程序
  • scripts/export_config.sh - 配置导出环境变量脚本(从~/.bytehouse_config.json读取)

配置说明

配置保存在 ~/.bytehouse_config.json ,如果该文件存在且非空,则直接使用文件中的配置。如果不存在,则让用户提供ByteHouse连接信息( 把这个文档也发给客户,文档里面介绍了如何获取主机地址和密码:https://www.volcengine.com/docs/6517/1121919?lang=zh )。用户提供信息后,保存到json文件,避免重复向用户请求连接信息。当用户切换ByteHouse集群时,一并修改该文件。

{
   "BYTEHOUSE_HOST": "<ByteHouse-host>",
   "BYTEHOUSE_PASSWORD": "<ByteHouse-password>"
}

BYTEHOUSE_HOST(主机地址)和BYTEHOUSE_PASSWORD(密码)必须由用户提供

执行 scripts/export_config.sh 把配置信息导入环境变量中

source scripts/export_config.sh

使用方法

⚠️ 严格限制: 本 Skill 仅允许通过执行 scripts/run.py 来发送问题。严禁自行连接 ByteHouse 集群去发送 SQL 或执行任何查询。所有问题必须委托给 run.py 脚本来完成。

# 导入配置
source scripts/export_config.sh

# 执行问答
python3 scripts/run.py "你的问题"

例如:

python3 scripts/run.py "ByteHouse是怎么计费的"
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. 8d ago First seen · 73 lines · 16 tokens per session scan A a09e89fc73b3

Subscribe to this mod's changes

byted-bytehouse-smart-qa is a skill published in the GitHub repository bytedance/agentkit-samples (450 stars, last pushed 5d ago), licensed Apache-2.0. It adds 16 tokens to every session and 594 once invoked, about $0.0001 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.