DeepSeek Harness Hub
← 返回列表

WaveSpeedAI/wavespeed-dsh-skill

DeepSeek Harnessspec-screened在 GitHub 查看 ↗
未验证

一个 DeepSeek Harnessdsh技能包:让 agent 通过 WaveSpeed 平台生成与编辑 AI…

尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/9/5 · 已提供中文文档

WaveSpeed 技能,适用于 DeepSeek Harness (dsh) —— 通过 wavespeed CLI 生成和编辑 AI 图像、视频、音频和 3D 内容

综合分
30.8
GitHub 分
30.8
用户评分
★ Stars
3
周下载量
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add WaveSpeedAI/wavespeed-dsh-skill
该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
数据截至 2026/9/19(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动

README

WaveSpeed skill for DeepSeek Harness

English

一个 DeepSeek Harness(dsh)技能包:让 agent 通过 WaveSpeed 平台生成与编辑 AI 媒体——图像、视频、音频、3D,底层使用开源的 @wavespeed/cli。

平台上的每个模型都是一条 wavespeed run  命令。技能教会 agent「查找 → 检查 → 运行」三步模式:搜索实时模型目录、读取任意模型的输入 schema、执行生成——包括用 @path 标记自动上传本地文件。

依赖

- Node.js ≥ 18
- WaveSpeed CLI:npm install -g @wavespeed/cli
- WaveSpeed 账号——wavespeed login 会打开 wavespeed.ai 的密钥页面并处理剩下的事

安装

作为 dsh 插件(推荐——bundle 会自动注册技能):

dsh plugin --profile web add github:WaveSpeedAI/wavespeed-dsh-skill

或手动复制技能目录——项目级(进 git,团队共享):

mkdir -p .dsh/skills
git clone --depth 1 https://github.com/WaveSpeedAI/wavespeed-dsh-skill /tmp/wss \
&& cp -r /tmp/wss/skills/wavespeed .dsh/skills/ && rm -rf /tmp/wss

用户级(所有项目可用):

mkdir -p ~/.dsh/skills
git clone --depth 1 https://github.com/WaveSpeedAI/wavespeed-dsh-skill /tmp/wss \
&& cp -r /tmp/wss/skills/wavespeed ~/.dsh/skills/ && rm -rf /tmp/wss

其他 agent(Claude Code、Cursor、Codex):CLI 直接安装同一份技能——

wavespeed skill install

agent 能用它做什么

文生图
wavespeed run bytedance/seedream-v5.0-pro -p "a cyberpunk skyline at golden hour" --json

编辑本地图片(@path 自动上传)
wavespeed run bytedance/seedream-v5.0-pro/edit -p "replace the background with a sunlit kitchen" \
-i images='["@./input.jpg"]' --json

图生视频
wavespeed run wavespeed-ai/minimax-h3/image-to-video -p "subtle parallax" -i image=@./hero.jpg --json

运行前先查价格
wavespeed price bytedance/seedream-v5.0-pro -i resolution=2k

技能还覆盖项目别名(wavespeed.json)、schema 自省、价格/余额查询与生成历史。

许可

MIT——与 CLI 相同。

上游仓库有新提交时邮件通知你(每天最多一封,无更新不打扰),随时一键退订。

💬 加入 DPharness 群聊

插件用法、部署报错、新插件第一时间同步——群里问,比一个人翻文档快。

点击加入 QQ 群
DPharness 群聊二维码,手机 QQ 扫码进群
扫码进群