dsh-skill-remote
DSH 远程技能提供者与安装器插件:支持通过 URL 或 GitHub 链接动态安装技能,并支持预注册只读远程源。
AI 分析
核心用途是动态扩展 AI 的技能库。适合需要随时从 GitHub 等远程仓库获取并即时运行新技能的用户。必要条件是 DSH >= 0.1.0-rc.6。
安裝
$
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
}