Hjjj0918/dsh-plugin-local-utilities
Hjjj0918★ 0TypeScript最后同步: 2026-08-14
—
README 摘要
dsh-plugin-local-utilities English 中文 DeepSeek Harness Cordis plugin for local utility features. This repository is not a Codex plugin package and does not contain a local skill bundle. It intentionally has no .codex-plugin/plugin.json , no skills/ directory, and no bundled SKILL.md . Instead, it registers a DeepSeek Harness Cordis plugin that can import external GitHub or Markdown SKILL.md files into the Harness skill registry. It currently provides: - Windows completion notifications when a root agent becomes idle. - External GitHub or Markdown skill imports through the Harness ctx.skills registry. The plugin is loaded by DeepSeek Harness with a cordis.yml patch and does not modify Harness core code. Requirements - A DeepSeek Harness developer checkout. - Node.js ^22.19.0 =24.0.0 . - pnpm. - Windows for desktop completion notifications. - Network access to api.github.com when loading GitHub-hosted skills. - A Harness profile that includes the skill consumer, such as the standard Web profile with the built-in skill tool. Install Dependencies Install this plugin repository's dependencies before loading src/index.ts from Harness: Harness imports this plugin from a file:///.../src/in…
在 GitHub 查看完整 README →