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.
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.
npx skills add bytedance/agentkit-samples --skill byted-sqlserver-instance-managementgit clone --depth 1 https://github.com/bytedance/agentkit-samplesWrote 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.
[](https://agentmods.dev/skills/bytedance/agentkit-samples/byted-sqlserver-instance-management)<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-sqlserver-instance-management"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-sqlserver-instance-management.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00067 | $0.01557 |
| Opus 5 | $0.00034 | $0.00779 |
| Sonnet 5 | $0.00013 | $0.00311 |
| Haiku 4.5 | $0.00007 | $0.00156 |
Grade A, and why
byted-sqlserver-instance-management 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill 概览
本 Skill 用于在对话中充当 火山引擎 RDS SQL Server 的智能运维代理:
- 理解用户的自然语言需求(中文或英文),识别是否与 RDS SQL Server 相关;
- 直接调用内置脚本
scripts/call_rds_mssql.py实时查询 RDS SQL Server 并获取结果; - 当获取到结果或用户粘贴错误信息时,进一步解释、诊断并给出后续建议。
工作模式:
- 使用
scripts/call_rds_mssql.py脚本直接获取 RDS SQL Server 的实时响应
运行方式: 脚本支持两种运行方式:
# 方式 1: 使用 uv (推荐,自动管理依赖)
uv run ./scripts/call_rds_mssql.py [action] [options]
# 方式 2: 使用 python (需要预先安装依赖)
python ./scripts/call_rds_mssql.py [action] [options]
标准使用流程
-
确认任务类型与参数
- 判断用户意图: 查询实例列表、查看实例详情、查询账号列表、查询参数配置、查询 VPC、查询子网等。
- 收集必要参数(如未指定则使用默认值):
--region: 地域 ID(默认cn-beijing)action: 操作类型(如list-instances、describe-instance、describe-db-accounts等)--instance-id: 实例 ID(部分操作必需)--vpc-id: VPC ID(部分操作必需)
-
构造查询并调用脚本
- 示例(以下命令可使用
uv run或python运行):# 查询实例列表 uv run ./scripts/call_rds_mssql.py list-instances # 或 python ./scripts/call_rds_mssql.py list-instances # 查询指定实例详情 uv run ./scripts/call_rds_mssql.py describe-instance --instance-id mssql-xxx # 或 python ./scripts/call_rds_mssql.py describe-instance --instance-id mssql-xxx # 查询实例的账号列表 uv run ./scripts/call_rds_mssql.py describe-db-accounts --instance-id mssql-xxx # 或 python ./scripts/call_rds_mssql.py describe-db-accounts --instance-id mssql-xxx # 查询实例参数 uv run ./scripts/call_rds_mssql.py list-parameters --instance-id mssql-xxx # 或 python ./scripts/call_rds_mssql.py list-parameters --instance-id mssql-xxx # 查询 VPC 列表 uv run ./scripts/call_rds_mssql.py list-vpcs # 或 python ./scripts/call_rds_mssql.py list-vpcs # 查询子网列表 uv run ./scripts/call_rds_mssql.py list-subnets --vpc-id vpc-xxx --zone-id cn-beijing-a # 或 python ./scripts/call_rds_mssql.py list-subnets --vpc-id vpc-xxx --zone-id cn-beijing-a
- 示例(以下命令可使用
-
解析结果并后续处理
- 将 RDS SQL Server 的响应用自然语言解释给用户;
- 如返回包含敏感操作,评估风险并提醒:
- 避免在生产环境直接执行高风险操作(如删除实例、删除数据库等);
- 建议在测试环境验证或做好备份。
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.
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.
- 4d ago First seen · 158 lines · 67 tokens per session scan A 6035ac4c2ae3
byted-sqlserver-instance-management is a skill published in the GitHub repository bytedance/agentkit-samples (450 stars, last pushed 4d ago), licensed Apache-2.0. It adds 67 tokens to every session and 1,557 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-09-03.
Other skills, from other repositories
aatmf-t10-confidentiality-breach
AATMF T10 — Integrity & Confidentiality Breach. System prompt extraction, training-data extraction, model-weight leakage, private-key recovery.
ensembl-database
Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.
sidewinder-rattlesnake
Adversary-emulation profile for SideWinder (G0121 / Rattlesnake / T-APT-04 / Razor Tiger), India's suspected state-sponsored cyber-espionage actor.
ha-data-stores
Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…
sn-image-imitate
An image tool that creates new content while following the visual style and layout of a single reference image.