byted-skillhub-download

byted-skillhub-download is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 37 tokens per session (629 once invoked), scanned A, original, Apache-2.0.

A downloader for private or company-only coding-agent skills from SkillHub. It finds a skill by its exact name, downloads its latest ZIP package, and can extract it into a folder.

In plain words
What is it for?
It is for retrieving internal skills from an enterprise SkillHub space so they can be used locally.
Why use it?
It removes the manual work of locating and unpacking restricted skill packages.

Skill for Claude CodeCodex ✓ vendor

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

Good fit It is for retrieving internal skills from an enterprise SkillHub space so they can be used locally.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-skillhub-download"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-skillhub-download.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 629 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.00037 $0.00629
Opus 5 $0.00018 $0.00315
Sonnet 5 $0.00007 $0.00126
Haiku 4.5 $0.00004 $0.00063

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

Security

Grade A, and why

byted-skillhub-download 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 1 executable file (scripts/download_from_skillhub.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-skillhub-download/SKILL.md · 46 lines

What it actually says

byted-skillhub-download

用途

  • 从 SkillHub 精确按名称定位并下载私有或企业专属技能的最新版本 zip 包。
  • 默认自动解压:下载后会自动解压至以技能名称命名的目录中,并平铺顶层目录结构。
  • 下载并解压完成后输出目录路径。

何时调用

  • 当用户需求涉及下载私有技能企业专属技能时触发。常见语义包括:
    1. 明确要求从 byted-skillhub-download 下载。
    2. 提到“下载企业专属技能”、“下载内部技能”或“下载私有 skill/技能”。
    3. 需要拉取存储在公司/企业 SkillHub 空间内的特定私有资源包。
  • 注意:对于普通的公开技能(Public Skills),请优先使用其他公开下载能力。

环境说明 (Agent 必读)

  • 无需向用户索要环境变量:当前环境已自动注入以下变量:
    • ARK_SKILL_API_BASE: SkillHub API 服务地址
    • ARK_SKILL_API_KEY: 企业 SkillHub 访问密钥
    • SKILLHUB_SKILL_SPACE_ID: 企业专属技能空间 ID
  • 严禁向用户询问参数值:Agent 在触发此技能时,应直接从环境中读取这些变量并执行脚本,不得中断流程向用户确认这些信息。

下载步骤

  1. 执行脚本(路径相对于本 SKILL.md 所在目录)
    • python ./scripts/download_from_skillhub.py --name "<精确名称>" --output /root/.openclaw/workspace/skills/
    • 默认会将技能解压到 /root/.openclaw/workspace/skills/<skill_name>/ 目录下
    • 若只想下载 zip 包而不解压,请添加 --no-extract 参数
  2. 观察输出
    • 成功时,最后一行将打印解压后的目录路径(或 zip 文件路径)

安装提示

  • 本技能仅下载并解压,不负责后续的安装逻辑。

示例

  • 下载名为 "awesome-tool" 的技能至默认目录
    • python ./scripts/download_from_skillhub.py --name "awesome-tool" --output /root/.openclaw/workspace/skills/

故障排查

  • 如提示缺少环境变量,请确认在环境中运行或联系管理员
  • 未找到技能:确认名称为精确匹配,或检查 SkillSpaceId 是否正确
  • 网络或鉴权错误:检查网络连通性与 API Key 是否有效
Files

What ships with it

2 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 · 46 lines · 37 tokens per session scan A d444890af92c

Subscribe to this mod's changes

byted-skillhub-download is a skill published in the GitHub repository bytedance/agentkit-samples (450 stars, last pushed yesterday), licensed Apache-2.0. It adds 37 tokens to every session and 629 once invoked, about $0.0002 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.