byted-vms-configure

byted-vms-configure is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 148 tokens per session (1,746 once invoked), scanned A, original, Apache-2.0.

A query tool for checking the calling status of phone numbers in Volcengine Cloud Communications. It covers risk-blocklist checks, whether a number can be called, and caller authentication.

In plain words
What is it for?
Check whether numbers are on a risk list, test whether they can be called, and query caller authentication for Click-to-Call.
Why use it?
It helps detect blocked or unavailable numbers before a calling workflow runs. It also separates these checks from voice-message and recording management.

Skill for Claude CodeCodex ✓ vendor

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Check whether numbers are on a risk list, test whether they can be called, and query caller authentication for Click-to-Call.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bytedance/agentkit-samples/byted-vms-configure
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-vms-configure
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-vms-configure

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-vms-configure"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-vms-configure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,746 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.00148 $0.01746
Opus 5 $0.00074 $0.00873
Sonnet 5 $0.00030 $0.00349
Haiku 4.5 $0.00015 $0.00175

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

Security

Grade A, and why

byted-vms-configure 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 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/_topclient.py, scripts/configure.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-vms-configure/SKILL.md · 111 lines

How it starts

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

byted-vms-configure · 火山云通信 跨业务通用查询/校验

通用能力层 Skill, 只封装火山云通信 TOP 跨业务的号码状态 / 鉴权类查询接口:

  • 风控黑名单: QueryRiskDenyInfo
  • 号码可呼叫综合状态: QueryCanCall
  • 主叫鉴权 (Click2Call): QueryAuth

不再包含任何 TTS / 录音 / 通用资源 (list_resource / list_usable / update_resource / delete_resource / get_upload_url / submit_upload) 入口, 全部已迁移至 byted-vms-voice-notify skill.

何时使用

用户出现以下表达时直接调用本 skill:

  • 「这个号码在风控黑名单里吗」「号码命中黑名单吗」
  • 「这个号码现在能不能呼叫」「批量校验一批号码可呼性」
  • 「查一下主叫鉴权状态」「Click2Call 主叫鉴权」

不要用本 skill 处理 TTS 或录音/资源:

用户诉求 该走的 skill / 命令
创建 / 删除 / 查询 TTS 模板 byted-vms-voice-notifyopen_create_tts / delete_tts / list_resource --type 1 (改名/改文案不支持, 走控制台)
上传 / 删除 / 查询录音, 录音直传 byted-vms-voice-notifycreate_voice / query_voice / delete_voice / get_upload_url + submit_upload
列出录音 / IVR / TTS, 改名, 通用删除 byted-vms-voice-notifylist_resource / list_usable / update_resource / delete_resource

环境变量

按以下优先级解析鉴权 (与其他 vms-* skill 一致):

  1. ARK_SKILL_API_KEY + ARK_SKILL_API_BASE → 火山引擎 arkclaw 企业版. 请先在火山后台页面配置好 AK/SK, 由 arkclaw 注入这两个环境变量 (ARK_SKILL_API_KEY 为 API 密钥, ARK_SKILL_API_BASE 为 API 基础地址), 脚本以 Bearer 鉴权直连该网关, 无需本地签名;
  2. VOLC_ACCESS_KEY + VOLC_SECRET_KEY (兼容 VOLCENGINE_ACCESS_KEY/VOLCENGINE_SECRET_KEY) → 个人版 arkclaw / openclaw / coco / aime / claudecode 等普通 agent, 用户直接把 AK/SK 告诉 agent, 脚本本地做 HMAC-SHA256 (Volc V4) 签名;
  3. 否则报错并提示用户填入 AK/SK.

核心命令

# 1. 查号码是否在平台风控黑名单 (默认明文)
python3 scripts/configure.py query_risk_deny --mobile 13800138000 \
    [--account-request-id biz-uuid-xxx] [--encrypt-type 0|1]

# 2. 查号码当前是否可被呼叫 (综合状态), 多个用逗号分隔
python3 scripts/configure.py query_can_call --numbers 13800138000,13900139000 \
    [--business-line-id 1] [--call-type 1]

# 3. 查主叫鉴权状态 (Click2Call 主叫必填鉴权), Phone 需 AES 加密后再传入
python3 scripts/configure.py query_auth --phone <AES_ENCRYPTED_PHONE>

标准执行流程

风控/可呼叫性预检 (业务下游推荐前置)

  1. query_risk_deny: 单号码命中平台黑名单直接返回拒绝, 业务可在落库前剔除;
  2. query_can_call: 多号码批量综合校验 (号码归属 / 黑名单 / 禁呼时段等), 适合外呼任务前批量过滤;
  3. query_auth: Click2Call 场景下主叫号码鉴权状态校验.

Read the full file on GitHub · 111 lines

Files

What ships with it

4 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. 5d ago First seen · 111 lines · 148 tokens per session scan A dd0fadb632ea

Subscribe to this mod's changes

byted-vms-configure is a skill published in the GitHub repository bytedance/agentkit-samples (450 stars, last pushed 5d ago), licensed Apache-2.0. It adds 148 tokens to every session and 1,746 once invoked, about $0.0007 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.