riffkit / dsh-plugin

목록에 있음

Riffkit as an installable DSH bundle — riff a winning short video into your own, from your DeepSeek Harness agent.

main스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:riffkit/dsh-plugin

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 85fb45e동기화 2026. 8. 18.

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.

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 16. 오전 6:59

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.