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.

Waimai Discount — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

dsh-waimai-discount

Waimai Discount

DeepSeek Harness bundle that registers the waimai-discount skill pack (外卖优惠助手) on ctx.skills. Takeout/delivery discount channel finder for Meituan, Ele.me, JD Delivery and Taobao Shanguo — official, commission-free coupon entry guides.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xuanxuanerhao-droid/dsh-waimai-discount#02cdcbef5e676bf8da3fbdd1e62e915b2ebd1011
READMECompatibilityVersions

Compatibility and provenance

Waimai Discount is published as dsh-waimai-discount 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/21/2026

Versions

1.0.0stable
8/21/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
8/21/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 search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

dsh-waimai-discount

DeepSeek Harness (DSH) 插件:外卖优惠助手。聚合美团、饿了么、京东外卖、淘宝闪购等平台的官方领券渠道,按用户输入的平台与券类型智能匹配返回领取路径。全部为无返佣的官方入口指引。

功能

  • 覆盖 4 平台 14 个官方领券入口:美团天天神券/外卖红包/试吃官/闪购专场、饿了么天天领红包/品牌馆/超级吃货卡、京东外卖惊喜红包、淘宝闪购新客/学生/叠加红包
  • 平台归一化 + 券类型(红包/新客/学生/满减/神券包/返现)智能匹配
  • 输出 App 内领取路径,可直接照着操作
  • 领券策略:三券叠加、新客/学生优先、多平台比价、时段规律
  • 无 CPS 返佣:渠道数据为官方入口指引,不含任何推广返佣链接

触发方式

用户说以下内容时调用:外卖优惠 / 点外卖省钱 / 外卖红包 / 美团优惠 / 饿了么领券 / 京东外卖红包 / 外卖券 / 怎么点外卖便宜 / 吃饭省钱 / 今天外卖有什么活动 / 学生外卖券

安装

本插件通过 DSH 插件机制安装(skills/ 目录注册为一个 ctx.skills provider):

dsh add dsh-waimai-discount
# 或从 GitHub 源码安装
# dsh add github:xuanxuanerhao-droid/dsh-waimai-discount

安装后无需复制到项目 .agents/skills,技能随插件自动注册。

使用示例

# 列全部官方渠道概览
node skills/waimai-discount/scripts/find.mjs --list

# 按平台/券类型查询
node skills/waimai-discount/scripts/find.mjs "美团优惠" --limit=5
node skills/waimai-discount/scripts/find.mjs "学生外卖"
node skills/waimai-discount/scripts/find.mjs "点外卖" --format=json

目录结构

dsh-waimai-discount/
├── package.json              # 插件 manifest(声明 dsh.bundle.patch)
├── cordis.patch.yml          # bundle 注册(insert 一条 profile 记录)
├── index.js                  # skill loader:注册 skills/ 下的 SKILL.md
└── skills/
    └── waimai-discount/
        ├── SKILL.md          # 技能入口与执行流程
        ├── data/channels.json # 官方领券渠道目录(可编辑扩展)
        └── scripts/find.mjs  # 查询引擎

更新渠道数据

编辑 skills/waimai-discount/data/channels.json,按平台新增/修改 entries,保存即生效(加载器每次发现时重新读盘)。

许可证

MIT