dsh-skill-remote
Remote skills.sh/GitHub skill provider and installer plugin for DeepSeek Harness
AI 분석
核心用途是动态扩展 AI 的技能库。适合需要随时从 GitHub 等远程仓库获取并即时运行新技能的用户。必要条件是 DSH >= 0.1.0-rc.6。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CSY656/dsh-skill-remoteUsage
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
}