DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Xby Lunar Calendar — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
X

xby-lunar-calendar

Xby Lunar Calendar

A Chinese traditional lunar calendar server based on Python 3.12 and lunar-python, providing Bazi calculations, calendar conversion, and Huangli lookups.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:xby-skill/xby-lunar-calendar#7389f69a2dc49bb62ccbf9dcc58c0aab5ce6abbb
READMECompatibilityVersions

Compatibility and provenance

Xby Lunar Calendar is published as xby-lunar-calendar and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/28/2026

Versions

1.0.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/2/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUIDeepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

xby-lunar-calendar

DeepSeek Harness (DSH) 的插件:农历日历服务

一个基于Python 3.12和lunar-python的中国传统农历日历功能服务器,提供八字计算、日历转换、黄历查询等功能。

功能

  • set_xby_apikey — 在聊天中设置 API 密钥(自动持久化,重启有效)
  • bazi_calculate — Calculate BaZi (Eight Characters) for fortune telling / 计算生辰八字用于算命

Args: birth_date: Birth date in YYYY-MM-DD format / 出生日期,格式YYYY-MM-DD birth_time: Birth time in HH:MM format / 出生时间,格式HH:MM

Returns: Detailed BaZi calculation result / 详细的八字计算结果

  • calendar_convert — Convert between solar and lunar calendar / 公历农历互转

Args: date: Date in YYYY-MM-DD format / 日期,格式YYYY-MM-DD convert_to: Convert to "lunar" or "solar" / 转换为"lunar"或"solar" is_leap: Is leap month (only for lunar to solar conversion) / 是否闰月(仅用于农历转公历)

Returns: Calendar conversion result / 历法转换结果

  • huangli_query — Query Chinese almanac (Huangli) for a specific date / 查询指定日期的黄历信息

Args: date: Date in YYYY-MM-DD format / 日期,格式YYYY-MM-DD

Returns: Detailed almanac information / 详细的黄历信息

  • fortune_daily — Get daily fortune and recommendations / 获取每日运势和建议

Args: date: Date in YYYY-MM-DD format / 日期,格式YYYY-MM-DD

Returns: Daily fortune analysis / 每日运势分析

  • jieqi_query — Query 24 solar terms (Jie Qi) for a year / 查询一年的二十四节气

Args: year: Year to query / 查询的年份

Returns: List of solar terms for the year / 该年的节气列表

  • wuxing_analyze — Analyze Wu Xing (Five Elements) from birth info / 根据出生信息分析五行

Args: birth_date: Birth date in YYYY-MM-DD format / 出生日期,格式YYYY-MM-DD birth_time: Birth time in HH:MM format / 出生时间,格式HH:MM

Returns: Wu Xing analysis result / 五行分析结果

安装

方式一:从 GitHub 直接安装(推荐)

# 格式: dsh plugin --profile <profile> add github:<owner>/<repo>
dsh plugin --profile web add github:xby_skill/xby-lunar-calendar

方式二:从本地目录安装(开发模式)

# 仅用于本地开发调试
dsh plugin --profile web add /absolute/path/to/xby-lunar-calendar

方式三:通过 cordis.patch.yml 开发调试

dsh web --profile web --patch /absolute/path/to/dsh-ocr-plugin/cordis.patch.yml

配置

获取 API 密钥

前往 小笨羊官网 注册并获取 API 密钥。