CSY656/dsh-skill-remote1

dsh-skill-remote

Remote skills.sh/GitHub skill provider and installer plugin for DeepSeek Harness

AI 分析

核心用途是动态扩展 AI 的技能库。适合需要随时从 GitHub 等远程仓库获取并即时运行新技能的用户。必要条件是 DSH >= 0.1.0-rc.6。

パッケージ
dsh-skill-remote
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CSY656/dsh-skill-remote

ドキュメント

README 全文を読む ↗

Usage

Say to the agent:

Install the skill at https://github.com/anthropics/skills/tree/main/skills/docx

The model calls install_skill, and the skill becomes available through the skill tool immediately. You can also pre-register read-only remote sources:


## Configuration

```ts
interface Config {
  providerName?: string   // default 'remote'
  remotes?: string[]      // URLs pre-registered at startup
  installRoot?: string    // default $DSH_HOME/skills
}