dsh-chinese-traditional-wisdom-skill: A Chinese Traditional Wisdom DSH Plugin for DeepSeek Harness

dhicoc/dsh-chinese-traditional-wisdom-skill

Data & KnowledgeVerified
Listed on 2026-08-20
Page last updated 2026-08-20

A DSH plugin for local-first Chinese traditional wisdom consultations (Bazi, Ziwei, etc.) with a visual dashboard.

Invoke local BaZi, Zi Wei, Liu Yao, Feng Shui chart casting directly in DeepSeek Harness conversations, with layered facts and advice.

install
dsh plugin --profile web add github:dhicoc/dsh-chinese-traditional-wisdom-skill
Category
Data & Knowledge
Platform
DSH-Plugin
Author
dhicoc
Distribution
Plugin

dsh-chinese-traditional-wisdom-skill Key Features

Local deterministic engineBazi, Ziwei, Liuyao etc.Layered output with factsVisual dashboard workspace

dsh-chinese-traditional-wisdom-skill Repository

dhicoc
Publisher
dhicoc
Repository
dhicoc/dsh-chinese-traditional-wisdom-skill
16
Stars
4
Forks
0
Watchers
3
Open issues
LanguageTypeScript
License
Website
Repo last push2026-08-18 22:25:13
Repo created2026-08-15 20:17:00
Topics
ai-agentbazichinese-traditional-wisdomdashboarddeepseek-harnessdsh-pluginfengshuiichingtcmziwei-doushu
Default branchmain

dsh-chinese-traditional-wisdom-skill Repo Summary

dsh-chinese-traditional-wisdom-skill is a DeepSeek Harness (DSH) plugin that packages the 'Chinese Traditional Wisdom' Skill (玄枢) as a Cordis plugin, maintained by dhicoc under the MIT license, last updated in 2026-08. It lets you invoke a local-first traditional-culture consultation workflow directly from a dsh conversation, covering BaZi, Zi Wei Dou Shu, Liu Yao, Mei Hua, Qi Men, Feng Shui, Wu Yun Liu Qi, and constitution analysis. The plugin features 32 local deterministic CLI tools, layered output (facts/interpretation/advice/disclaimer), and a visual Dashboard with 24 workspaces, all computed locally in a TypeScript engine without uploading full birth data.

What core features does the dsh-chinese-traditional-wisdom-skill DSH plugin support?

This DSH plugin covers destiny analysis (BaZi, Zi Wei Dou Shu), divination (Liu Yao, Mei Hua, Qi Men, Da Liu Ren, Tai Yi, Huang Ji Jing Shi, Ce Zi), calendars and daily use (daily almanac, 28 mansions, Wu Yun Liu Qi, Yuan Tian Gang Cheng Gu), folk customs (name five elements, Zhou Gong dream interpretation), Feng Shui (compass, annual flying stars, Ba Zhai Da You Nian), health culture reference (nine constitution questionnaire), and combined analyses (annual/monthly/decision/date selection/marriage compatibility). It includes 32 local CLI tools; the full list is in skills/tool-index.md.

How to install the dsh-chinese-traditional-wisdom-skill DSH plugin?

Run the following command to add the plugin to your current profile's package.json and install it to node_modules/@dhicoc/. Restart dsh web to use it:

bash
dsh plugin --profile web add github:dhicoc/dsh-chinese-traditional-wisdom-skill

For manual installation, add "@dhicoc/dsh-chinese-traditional-wisdom-skill": "github:dhicoc/dsh-chinese-traditional-wisdom-skill" to both dependencies and dsh.profile.bundles in your profile, then run pnpm install.

How to use dsh-chinese-traditional-wisdom-skill in DeepSeek Harness?

After installation and restart, describe your question in natural language, e.g., "Help me check the Four Pillars and favorable elements for a birth on lunar date X at hour X in 1990", "I want to use Liu Yao to divine whether to change jobs", "Cast a Zi Wei Dou Shu chart", or "Check today's almanac auspiciousness". The agent will first confirm missing required inputs (birth time, gender, divination method, etc., without guessing), then call the local engine and output layered results.

What is the repository structure and how to self-test dsh-chinese-traditional-wisdom-skill?

The repo includes lib/index.js (plugin scanner that recursively discovers SKILL.md and registers via ctx.skills.registerProvider), skills/ (vendored Skill content with SKILL.md, RULES.md, Dashboard, bootstrap, knowledge-base), cordis.patch.yml (dsh bundle registration), and package.json. For self-testing, run node _selftest.mjs with a mock ctx.skills. The plugin is published to npm via GitHub Actions triggered by v* tags or Releases.

What are the usage boundaries and privacy protections for dsh-chinese-traditional-wisdom-skill?

This DSH plugin explicitly states it does not constitute medical diagnosis, investment advice, or guarantees of real-world outcomes; traditional culture results should not be treated as absolute predictions. For health issues, seek medical attention first. Regarding privacy, it does not store full birth data, precise locations, or identifiable information in logs or commits. Full ethical and safety rules are in skills/RULES.md.

View more DSH plugins at dsh-plugin.org

DSH-Plugin FAQ