OpenViking
volcengine
Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:akira399/dsh-plugin-publisher
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DeepSeek Harness(DSH)插件开发与 GitHub 发布工作流插件(双端:Host + 设置页 GUI)。
安装后插件会把内置的 dsh-plugin-publishing 技能注册到会话(默认启用):AI 可据此独立完成「把技能打包成 DSH 插件 → 本地验证 → 发布到 GitHub」的完整流程。
⚠️ 启用状态(opt-out):技能默认启用,保存后刷新仍保持启用;只有你在 DSH 设置页(设置 → 插件配置 → dsh-plugin-publisher)主动取消勾选「启用技能」并保存后才会停用。「默认启用」不等于「自动发布」——每次创建公开仓库/推送代码前,AI 仍会先征得你的明确同意。可在同一卡片(可选)填入自己的 GitHub PAT。
dsh plugin 安装 + 设置页图形化启用;不依赖任何第三方插件市场npx -p @deepseek-ai/dsh dsh plugin --profile web add github:akira399/dsh-plugin-publisher
安装完成后重启 DSH(重新运行 dsh web)。
重启后打开 DSH Web GUI → 设置 → 插件配置 → dsh-plugin-publisher 卡片:
git push/git clone 直接可用;内容永不回显,只写入 DSH 凭据存储与系统凭据管理器。效果即时生效;可用性说明:
dsh-plugin-publishing;用它时 AI 仍会先征得你对每次发布操作的明确同意。dsh-publish)与有效期| 权限 | 访问级别 | 用途 |
|---|---|---|
| Contents | Read and write | 推送代码(git push / HTTPS) |
| Administration | Read and write | 通过 API 创建/删除仓库、设置 Topics |
| Metadata | Read | 自动包含(必选,保持开启) |
Fine-grained PAT 形如
github_pat开头(后接下划线与一长串随机字符),与旧的 classic PAT(ghp开头)不同。本插件只把它写入系统 Git 凭据管理器用于推送,不会回显或上传。
默认即启用,无需任何配置。要停用,在 profile 的 cordis.patch.yml 加直接覆盖条目(勿用 - insert:,同 id 会启动失败):
- id: dsh-plugin-publisher
name: dsh-plugin-publisher
config:
consent: false
或写入设置文档 ~/.dsh/settings.yaml:
dsh-plugin-publisher:
enabled: false
pnpm verify
检查:host/client 语法、SKILL.md 完整性、启用状态(默认启用 / 显式停用注销)、settings 区注册与变更联动、凭据监听、客户端 bundle 契约、隐私扫描。
dsh-plugin-publisher/
├── package.json # cordis 插件清单(零依赖,dsh.bundle.patch + dsh.client)
├── cordis.patch.yml # 配置层(consent: false 默认,作设置 base 兜底)
├── lib/index.js # Host:consent 门禁 + settings 区 + 凭据→Git 凭据管理器 + 技能注册
├── lib/client.js # Client:设置页卡片(启用开关 + GitHub PAT 输入,write-only)
├── .dsh/skills/dsh-plugin-publishing/SKILL.md # 工作流技能本体
├── scripts/verify.mjs # 验证脚本
└── README.md / LICENSE
MIT © 2026 dsh-plugin-publisher contributors
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: skill、automation、workflow。