Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bytedance avatar

Byted Skillhub Download

  • 57 installs
  • 411 repo stars
  • Updated August 4, 2026
  • bytedance/agentkit-samples

byted-skillhub-download is a Claude skill that downloads and extracts private or enterprise skills from SkillHub by exact name.

About

A skill that downloads private or enterprise-only skills from SkillHub by exact name and auto-extracts the latest version zip. A developer uses it to pull internal or authorized skill packages stored in a company SkillHub space. It reads the SkillHub API credentials and space ID from injected environment variables and prints the extracted directory path.

  • Downloads private or enterprise-only skills from SkillHub by exact name
  • Auto-extracts the downloaded zip into a directory named after the skill
  • Reads SkillHub API base, key, and space ID from injected environment variables

Byted Skillhub Download by the numbers

  • 57 all-time installs (skills.sh)
  • Ranked #311 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

byted-skillhub-download capabilities & compatibility

Capabilities
skill download
From the docs

What byted-skillhub-download says it does

从 SkillHub 下载私有或企业专属技能。当涉及下载内部、私有、企业专属或需授权的技能时使用。
SKILL.md
python ./scripts/download_from_skillhub.py --name "<精确名称>" --output /root/.openclaw/workspace/skills/
SKILL.md
npx skills add https://github.com/bytedance/agentkit-samples --skill byted-skillhub-download

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs57
repo stars411
Last updatedAugust 4, 2026
Repositorybytedance/agentkit-samples

What it does

Download a named private or enterprise skill from SkillHub and auto-extract it into the skills directory.

Who is it for?

pulling private or enterprise-exclusive skills from a company SkillHub space

Skip if: downloading ordinary public skills, which have other download paths

When should I use this skill?

user asks to download an internal, private, or enterprise-exclusive skill

What you get

A named private skill is downloaded from SkillHub and extracted, with the resulting directory path printed.

  • extracted private skill directory (or zip with --no-extract)

By the numbers

  • 3 injected environment variables

Files

SKILL.mdMarkdownGitHub ↗

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 是否有效

Related skills

FAQ

Do I need to supply credentials?

No. The API base, key, and space ID are injected as environment variables automatically.

Can I skip extraction?

Yes, pass --no-extract to download only the zip.

Skill Developmentintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.