byted-skillhub-download
byted-skillhub-download
用途
- 从 SkillHub 精确按名称定位并下载私有或企业专属技能的最新版本 zip 包。
- 默认自动解压:下载后会自动解压至以技能名称命名的目录中,并平铺顶层目录结构。
- 下载并解压完成后输出目录路径。
何时调用
- 当用户需求涉及下载私有技能或企业专属技能时触发。常见语义包括:
- 明确要求从
byted-skillhub-download下载。 - 提到“下载企业专属技能”、“下载内部技能”或“下载私有 skill/技能”。
- 需要拉取存储在公司/企业 SkillHub 空间内的特定私有资源包。
- 明确要求从
- 注意:对于普通的公开技能(Public Skills),请优先使用其他公开下载能力。
环境说明 (Agent 必读)
- 无需向用户索要环境变量:当前环境已自动注入以下变量:
ARK_SKILL_API_BASE: SkillHub API 服务地址ARK_SKILL_API_KEY: 企业 SkillHub 访问密钥SKILLHUB_SKILL_SPACE_ID: 企业专属技能空间 ID
- 严禁向用户询问参数值:Agent 在触发此技能时,应直接从环境中读取这些变量并执行脚本,不得中断流程向用户确认这些信息。
下载步骤
- 执行脚本(路径相对于本 SKILL.md 所在目录)
python ./scripts/download_from_skillhub.py --name "<精确名称>" --output /root/.openclaw/workspace/skills/- 默认会将技能解压到
/root/.openclaw/workspace/skills/<skill_name>/目录下 - 若只想下载 zip 包而不解压,请添加
--no-extract参数
- 观察输出
- 成功时,最后一行将打印解压后的目录路径(或 zip 文件路径)
安装提示
- 本技能仅下载并解压,不负责后续的安装逻辑。
示例
- 下载名为 "awesome-tool" 的技能至默认目录
python ./scripts/download_from_skillhub.py --name "awesome-tool" --output /root/.openclaw/workspace/skills/
故障排查
- 如提示缺少环境变量,请确认在环境中运行或联系管理员
- 未找到技能:确认名称为精确匹配,或检查 SkillSpaceId 是否正确
- 网络或鉴权错误:检查网络连通性与 API Key 是否有效
More from bytedance/agentkit-samples
byted-seedream-image-generate
Generate high-quality images from text prompts using Volcano Engine Seedream models. Supports multiple artistic styles and aspect ratios. Use this skill when users want to create images from text descriptions, generate artwork in various styles, create visual content for creative projects, or need AI-powered image generation capabilities.
183byted-las-video-edit
Extracts and clips video segments from long videos using natural language descriptions. AI-powered smart video editing, video trimming, and video cutting powered by Volcengine LAS. Describe what you want — scenes, people, objects, actions, events — and get trimmed clips automatically. Video search and video content retrieval: find and locate specific people, objects, or scenes in footage. Supports reference images for person matching and object matching (search video by image). Two modes: simple (fast) and detail (thorough, optional ASR). Use this skill when the user wants to edit/clip/cut videos using natural language descriptions, extract highlights or key moments from videos, find specific people/objects/scenes in video footage (by text or reference image), compile highlight reels from long videos, trim video segments, or do AI-powered smart video editing.
163byted-las-vlm-video
Analyzes and understands video content using Volcengine LAS Doubao vision-language models (VLM). Multimodal AI video analysis, video comprehension, and visual understanding of video clips and footage. Performs video question answering (video Q&A) — ask questions about what happens in a video and get AI answers. Scene recognition and scene description, object recognition and object detection, action recognition and action detection from video frames. Generates video descriptions, video captions, video summaries, video annotations, and content summarization. Visual frame analysis for identifying people, objects, actions, and events in video. Auto-compresses video to 50MB before inference. Synchronous single-call processing. Use this skill when the user wants to analyze or understand video content using VLM/AI, do video Q&A (ask questions about a video), describe what happens in a video, recognize objects/actions/scenes in video frames, generate video captions/descriptions/summaries, annotate or label video content, get AI-powered visual understanding of video clips, or perform multimodal video analysis with vision-language models.
97byted-text-to-speech
将文本合成为语音(TTS)。使用火山引擎豆包语音合成 API,支持流式合成、多种音色、语速/音调/音量调节、Markdown 过滤和 LaTeX 公式播报。当用户需要把文字转成语音、生成朗读音频、配音、旁白、播报,或提到「文字转语音」「TTS」「语音合成」「朗读」「配音」时使用本技能。
93byted-music-generate
Generate music using Volcengine Imagination API. Supports vocal songs, instrumental BGM, and lyrics generation. Use when the user wants to create songs, background music, soundtracks, write lyrics, or mentions "music generation", "BGM", or "songwriting".
58image-video-gen
根据文字描述生成视频,一个生成图片和视频的工作流技能。依赖 skills: byted-web-search, image-generate, video-generate。注意:此 workflow 没有执行脚本,只是一个描述性的文档。
57