跳转至

dsh-plugin-hello

类型 示例 分类 学习
星数 状态 ✅ 活跃
能力 coding 更新时间 2026-08-14

📖 项目简介

A minimal DeepSeek Harness community plugin. It registers a single model-callable tool, hello, that greets a caller by name. It is the smallest complete example of a dsh-plugin bundle and a good starting point for a first contribution.

✨ 核心特性

  • Input: name (string, required) — the person to greet.
  • Output: "<greeting>, <name>!" — for example Hello, Ada!.

📦 安装

dsh plugin --profile demo add github:you/dsh-plugin-hello

🚀 快速开始

dsh --profile demo --dump-config   # shows a "# == dsh-plugin-hello" layer
dsh --profile demo

🔗 链接