DeepSeek Harness plugin

dsh-youmind-plugin

YouMind OpenAPI tools and skill bundle for DeepSeek Harness

Jump to install

Source facts

Repository
seamas0825-lab/dsh-youmind-plugin
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
4
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/seamas0825-lab/dsh-youmind-plugin
Plugin: dsh-youmind-plugin
Author: seamas0825-lab

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-youmind-plugin

面向 DeepSeek Harness 的 YouMind OpenAPI 插件。

![License: MIT](LICENSE)

来源与致谢

本插件的 YouMind 工作流与 Skill 设计参考并适配自 YouMind-OpenLab/skills。感谢 YouMind OpenLab 公开相关 Skill 与 OpenAPI 使用范式。本项目是面向 DeepSeek Harness 的社区适配,不代表 YouMind 官方发布。

它会向 Harness 注册一个 youmind Skill 和五个模型工具:

  • youmind_search_api:搜索可用的 YouMind OpenAPI。
  • youmind_api_info:读取某个 API 的请求说明。
  • youmind_call_api:调用任意已确认的 YouMind API。
  • youmind_find:搜索个人 YouMind 知识库或指定 Board。
  • youmind_web_search:通过 YouMind 搜索公开互联网。

安装

可以直接从 GitHub 安装。为了避免分支更新改变实际安装内容,正式使用时建议把 main 替换为具体 commit SHA:

dsh plugin --profile web add github:seamas0825-lab/dsh-youmind-plugin#main

检查组合配置:

dsh --profile web --dump-config

配置认证

从 https://youmind.com/settings/api-keys 创建 API Key,然后将它保存到 DSH 的受管凭据文件:

# ~/.dsh/.credentials.yaml
YOUMIND_API_KEY: sk-ym-...

确保凭据文件只有当前用户可读:

chmod 600 ~/.dsh/.credentials.yaml

插件通过 DSH 原生 credentials 服务按调用读取密钥,修改凭据后无需重启 Harness。 不要把 API Key 发到聊天中。插件不会将密钥放入普通设置、工具参数、结果或日志。

如需连接预览或自托管兼容端点,可以额外设置:

export YOUMIND_ENDPOINT='https://youmind.com'

测试

在 Web UI 中尝试:

使用 YouMind 搜索我的资料库中关于 AI Agent 的内容。

或:

先查找 YouMind 里和 Board 有关的 API,再告诉我有哪些可用操作,不要修改任何内容。

卸载

dsh plugin --profile web remove dsh-youmind-plugin

安全边界

youmind_call_api 能访问通用 OpenAPI,因此也可能执行发布、移动、删除或付费操作。随包 Skill 要求 Agent 在这些操作前确认用户意图,但插件仍应只在受信任的 Harness 环境中启用。