快速了解
它能做什么
为 DSH 添加 Riffkit 指引,用参考短视频生成新的 AI 视频创意。
本站提供的是中文说明,不代表该项目或 Plugin 自身提供中文界面;语言支持请以上游文档为准。
deepseek-harness Profile
Not declared in supplied evidence
证据已验证
核对日期 2026/9/14 UTC 14:19
有代码证据的贡献
它为 DSH 增加什么
引导已认证的 Riffkit 用户分析参考短视频或创作原创 AI 视频,并跟踪和获取结果。
机制证据 ↗选择前先看
在 DeepSeek Harness 中安装此包即可加载内置的 Riffkit 技能。它可将 TikTok 链接、上传视频或已分析模板转为新的短视频创意,也可引导原创广告视频创作。
适合谁
使用 DSH 制作短视频营销素材、UGC 风格内容或产品视频创意的用户。
常见任务
- 将指定 TikTok 或上传视频的注意力结构转化为新的创意。
- 使用可选的语言、角色和创意方向设置创建产品导向或无产品短视频。
- 跟踪已提交的渲染任务,并获取成片链接、文案和话题标签。
权限与数据
该技能通过用户批准的设备授权连接 riffkit.ai。
权限- 通过 `vee_session` 会话 Cookie 访问已认证的 Riffkit API。
- 仅在用户指示相应操作后,才可提交视频生成、产品、任务管理和素材请求。
- 参考 TikTok 链接或上传的视频可能会被发送至 Riffkit 用于分析和生成。
- 用户提供的产品信息、图片、创意方向及生成素材元数据可能会发送至 Riffkit。
- riffkit.ai
- 使用 TikTok 链接作为来源时,Riffkit 后端可能下载该视频。
- 需要 Riffkit 设备授权;技能明确要求不要在聊天中粘贴密码或会话令牌。
局限
- 该包面向 DeepSeek Harness;其他 Harness 应加载独立技能。
- 视频生成需要 Riffkit 账户,部分操作可能需要可用积分或订阅。
- 内置文档描述了行为,但此处未验证实际安装或运行。
DSHub 已核对
- 已验证固定提交中的 DSH Bundle 结构。
- 该包包含一个 Riffkit 技能,以及用于添加其独立技能目录的补丁。
- 存在 MIT 许可证文本。
DSHub 未核对
- 是否能在 DSH 环境中成功安装。
- Riffkit API 的实时可用性、账户访问、生成质量、价格和渲染结果。
固定版本安装
安装 Riffkit for DSH
这个Plugin Bundle没有 DSH Plugin 安装操作,请根据源码文档使用真实交付方式。
维护者原文
项目 README
Riffkit for DSH
The Riffkit agent skill, packaged as an installable DSH bundle.
dsh plugin add @riffkit/dsh-plugin
Riff a winning short video into your own: Riffkit studies why a video worked — the hook, the pacing, the emotional beats — and rebuilds that formula as new footage with your product, your character and your language. The source clip is never re-uploaded; what carries over is the structure, not a single frame.
What this package is
A packaging layer, nothing more. It ships one thing — the skill — and registers
its own directory as an additional skill root through cordis.patch.yml:
- insert:
- id: riffkit-skill-root
name: '@deepseek-ai/dsh-skill-filesystem'
config:
providerName: riffkit-bundle
includeDefaultRoots: false
customSkillDirs: [ … the skills/ dir inside this package … ]
It inserts its own provider row rather than editing the base one, because a
patch replaces a targeted row's whole config instead of merging into it —
overriding would wipe whatever you had configured there. With
includeDefaultRoots: false this provider sees exactly one root: its own. It
cannot shadow your skills, and yours cannot shadow it.
Not using DSH?
Then you do not need this package. The skill is a single Markdown file and every harness that reads a skills root can load it directly:
mkdir -p ~/.agents/skills/riffkit
curl -sSL https://riffkit.ai/SKILL.md -o ~/.agents/skills/riffkit/SKILL.md
That path — ~/.agents/skills — is the shared root several harnesses scan, so
one copy registers Riffkit in all of them. See
riffkit/skill for the skill itself, examples,
and the install lines for Claude Code, Cursor and Codex.
How this stays current
Nothing here is written by hand. A daily workflow pulls SKILL.md,
HEARTBEAT.md and SKILL.json from riffkit.ai — the single source of truth,
served from the app on deploy — derives package.json and cordis.patch.yml
from them (scripts/generate.mjs), proves the result is still discoverable by
DSH's own provider (scripts/smoke.mjs), and publishes any version the registry
does not have yet.
The skill also carries its own 24-hour version heartbeat, so an installed copy re-syncs itself between package updates.
MIT.
有意识地管理
安装与管理
前置条件与目标 Profile
目标: deepseek-harness Profile
交付方式: Git Bundle — riffkit/dsh-plugin#c7073d699da2f05a8c367e36d2a06fe0d4be47b6。
验证、更新与移除
显示生命周期命令
dsh plugin --profile deepseek-harness list兼容性与访问范围
DSH bundle with a filesystem skill provider patch: Not declared in supplied evidence。
风险事实
证据与编辑审查Manifest、Bundle patch、分发与新鲜度
不可变证据
审查状态与源码活动
该包是单个 Riffkit 技能的轻量 DSH 封装;生成视频前请审阅 Riffkit 的服务条款和积分影响。
AI 审查于 2026/9/14 UTC 14:20。GitHub 事实核对日期: 2026/9/14 UTC 14:20。
自当前证据基线以来,没有记录到重要源码变化。