返回目录
文件与数据 技能

wavespeed-dsh-skill

WaveSpeedAI/wavespeed-dsh-skill

WaveSpeed skill for DeepSeek Harness (dsh) — generate and edit AI image, video, audio & 3D via the wavespeed CLI

Stars
0
Forks
0
Issues
0
更新
今天

PROJECT TOPICS

项目标签

INSTALL REFERENCE

安装参考

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

该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。

PROJECT README

README

WaveSpeed skill for DeepSeek Harness

中文

A DeepSeek Harness (dsh) skill that lets the agent generate and edit AI media — image, video, audio, 3D — through the WaveSpeed platform, using the open-source @wavespeed/cli.

Every model on the platform is one wavespeed run <model-id> call. The skill teaches the agent the find → inspect → run pattern, so it can browse the live catalog, read any model's input schema, and execute it — including uploading local files with the @path marker.

Requirements

  • Node.js ≥ 18
  • The WaveSpeed CLI: npm install -g @wavespeed/cli
  • A WaveSpeed account — wavespeed login opens the key page at wavespeed.ai and handles the rest

Install

As a dsh plugin (recommended — the bundle registers the skill automatically):

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

Or copy the skill directory by hand — project-level (checked into the repo, shared with your team):

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

User-level (available in every project):

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

Other agents (Claude Code, Cursor, Codex): the CLI installs the same skill directly —

wavespeed skill install

What the agent can do with it

# text → image
wavespeed run google/nano-banana-2/text-to-image -p "a cyberpunk skyline at golden hour" --json

# edit a local image (uploaded automatically via @path)
wavespeed run google/nano-banana-2/edit -p "replace the background with a sunlit kitchen" \
  -i images='["@./input.jpg"]' --json

# image → video
wavespeed run bytedance/seedance-2.0/image-to-video -p "subtle parallax" -i image=@./hero.jpg --json

# check the cost before running anything
wavespeed price google/nano-banana-2/text-to-image -i resolution=2k

The skill also covers project aliases (wavespeed.json), schema introspection, price/balance checks, and prediction history.

License

MIT — same as the CLI.

CLASSIFICATION EVIDENCE

分类依据

项目类型技能
功能分类文件与数据
规则置信度

系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: dsh-skill、ai-image-generation、ai-video-generation。