At a glance
What it does
A DSH bundle that adds Riffkit guidance for turning reference short videos into new AI video creatives.
Deepseek Harness Profile
Not declared in supplied evidence
Evidence-verified
Checked Sep 14, 2026, 2:19 PM UTC
Code-evidenced contributions
What it adds to DSH
Guides an authenticated Riffkit user through analyzing a reference short video or creating an original AI video, then tracking and retrieving the result.
Mechanism evidence ↗Before you choose it
Install this package in DeepSeek Harness to load the bundled Riffkit skill. It supports riffing a TikTok link, uploaded video, or analyzed template into a new short-form video, and can also guide original ad-video creation.
Best for
DSH users making short-form marketing, UGC-style, or product video creatives with Riffkit.
Common tasks
- Turn a specific TikTok or uploaded video’s attention structure into a new creative.
- Create a product-focused or no-product short video with optional language, character, and creative-direction settings.
- Track a submitted render and retrieve its finished video link, caption, and hashtags.
Permissions and data
The skill connects to riffkit.ai after user-approved device authorization.
Permissions- Access to Riffkit’s authenticated API through a `vee_session` session cookie.
- May submit video-generation, product, task-management, and asset requests only after the user directs the relevant action.
- Reference TikTok links or uploaded videos may be sent to Riffkit for analysis and generation.
- Product details, images, creative directions, and generated asset metadata may be sent to Riffkit when the user supplies them.
- riffkit.ai
- TikTok links may be downloaded by the Riffkit backend when used as a source.
- Riffkit device authorization; the skill says not to paste passwords or session tokens into chat.
Limitations
- Designed for DeepSeek Harness packaging; other harnesses should load the standalone skill instead.
- Video generation requires a Riffkit account and may require available credits or a subscription for some operations.
- The bundled documentation describes behavior, but no live installation or runtime execution is verified here.
What DSHub checked
- Pinned source commit and DSH bundle structure were verified.
- The package contains one Riffkit skill and a patch that adds its own skill directory.
- MIT license text is present.
What DSHub did not check
- Successful installation in a DSH environment.
- Live Riffkit API availability, account access, generation quality, pricing, and rendering results.
Pinned install
Install Riffkit for DSH
This plugin bundle does not have a DSH Plugin install action. Use its source documentation for the delivery method.
Maintainer source
Project 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.
Operate deliberately
Install and manage
Prerequisites and target Profile
Target: Deepseek Harness Profile
Delivery: Dsh Bundle Git — riffkit/dsh-plugin#c7073d699da2f05a8c367e36d2a06fe0d4be47b6。
Verify, update, and remove
Show lifecycle commands
dsh plugin --profile deepseek-harness listCompatibility and access
DSH bundle with a filesystem skill provider patch: Not declared in supplied evidence。
Review compatibility evidence ↗
Risk facts
Uses a Riffkit session credential obtained through device authorization; do not paste tokens into chat.
Evidence ↗Submitting video generation can consume credits; the skill requires explicit confirmation before submission.
Evidence ↗Evidence and editorial reviewManifest, Bundle patch, distribution and freshness
Immutable evidence
Review status and source activity
The package is a thin DSH packaging layer for one Riffkit skill; review Riffkit’s service terms and credit implications before generating videos.
AI reviewed Sep 14, 2026, 2:20 PM UTC。GitHub facts last checked Sep 14, 2026, 2:20 PM UTC。
No material source change has been recorded since this evidence baseline.