zhaoxuejie/dsh-plugin-feihualing ↗★ 0
dsh-plugin-feihualing
DeepSeek Harness 飞花令游戏插件:简易/古法严格双模式,按会话独立维护令字、得分、已用诗句与剩余提示次数;提供 feihualing_start / feihualing_status / feihualing_stop 三个工具与关键词指令,检测到 shell/文件写入类工具调用时自动暂停并保存现场。
AI Analysis
核心用途是在 DSH 中提供互动的飞花令诗词游戏。适合想要与 AI 进行诗词娱乐互动,同时保障系统工具调用安全的 DSH 用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhaoxuejie/dsh-plugin-feihualingREADME
Read the full README ↗配置
在 profile 的 cordis.yml 对应条目下配置(缺省值如下):
- id: feihualing
name: dsh-plugin-feihualing
config:
enable: true # 总开关
maxHintCount: 3 # 每局最大提示次数(0-10 整数)
autoPause: true # shell/文件写入工具调用时自动暂停