DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Ai Saas Deal Finder — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
A

dsh-ai-saas-deal-finder

Ai Saas Deal Finder

DeepSeek Harness 插件,用于查找并排序适用于所在地区的 AI/SaaS 购买优惠,依据当前证据和确定性的资格检查。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:ShenXuAkaEkstasis/dsh-ai-saas-deal-finder#ea8c5d7517342eb9b52e7d90c5a6881db58ad460
README兼容性版本

兼容性与来源证明

Ai Saas Deal Finder 以 dsh-ai-saas-deal-finder 发布,当前版本为 0.3.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/9

版本

0.3.1stable
2026/9/9

相关插件

正在加载相关插件…

最新版
0.3.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/9
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 search-research 分类下经过校验的插件。

Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-plugin向模型提供 BrowserSkill 浏览器自动化(browser_* 工具)的 DeepSeek Harness 工具插件Free Searchdsh-free-searchDeepSeek Harness 的免费网页搜索:13 个引擎(Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl 无需密钥;Parallel/Perplexity/SerpBase/DeepSeek 需要密钥),支持时间筛选、平台搜索和 web_fetch,并提供网页设置界面。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。

README

AI SaaS Deal Finder for DeepSeek Harness

A host-only DSH plugin that helps users find the cheapest legitimate AI/SaaS purchase option that actually applies to them.

It is designed for region-sensitive purchases: the cheapest advertised coupon is not necessarily usable in the user's country, by their account type, with their payment method, or under the service's current policy.

What it does

When a user asks how to buy an AI/SaaS service more cheaply, the plugin teaches the Harness agent to:

  1. research current pricing and promotion evidence using the host's available web/search tools;
  2. verify region, buyer identity, payment, invoice/tax and service-policy constraints;
  3. normalize viable offers to a comparable 12-month cost;
  4. call the deterministic ai_saas_deal_rank tool;
  5. return the cheapest verified usable option, with conditional alternatives clearly labeled.

The plugin does not ship a stale coupon database and does not claim a promotion works merely because a search result mentions it.

China-aware behavior

For mainland-China users, the workflow explicitly checks:

  • official service availability;
  • account and geographic eligibility;
  • accepted payment methods;
  • invoice/receipt requirements;
  • regional restrictions and renewal terms;
  • whether a purchase route conflicts with service terms.

It will not recommend fake billing addresses, account trading, VPN/region spoofing, or other policy-circumvention methods.

Tool

ai_saas_deal_rank

Ranks researched candidate offers after applying deterministic eligibility and cost checks.

Each offer can include:

  • title, sourceUrl, sourceType
  • currency, billingPeriod, billingMonths
  • priceBeforeDiscount, priceAfterDiscount
  • discountPercent, fixedDiscount
  • taxRatePercent, fees / annualFees
  • fxRateToTarget
  • regionStatus, identityStatus, paymentStatus, invoiceStatus, policyStatus
  • verifiedAt

Status values: eligible, ineligible, unknown, or not_required where appropriate.

The tool returns verified, conditional, and excluded groups and ranks usable offers by normalized annual cost.

Install from GitHub

After this repository is pushed to GitHub:

dsh plugin --profile web add github:OWNER/REPO

Then restart dsh web and start a new conversation.

The Git source runs the package prepare script. This repository's prepare step uses only Node.js built-ins and copies the checked source into lib/; it does not require a TypeScript compiler or external build dependency.

Local development

npm test
npm run check

Local install:

dsh plugin --profile web add /absolute/path/to/ai-saas-deal-finder-dsh

Repository layout

.
├── package.json
├── dsh.plugin.json
├── cordis.patch.yml
├── build.mjs
├── src/
│   ├── host.js
│   └── rank.js
├── tests/
│   └── rank.test.mjs
├── skills/
│   └── ai-saas-deal-finder/SKILL.md
└── assets/
    └── icon.png

package.json#dsh.bundle.patch and cordis.patch.yml are the DSH installation/mount contract. dsh.plugin.json is included as supplemental ecosystem metadata.

Privacy and permissions

  • No API key required by this plugin.
  • No telemetry.
  • No local file scanning.
  • No checkout or purchase execution.
  • No external server operated by this plugin.
  • Current deal discovery depends on the search/web capabilities available in the host agent.

Marketplace preparation

Before submitting the GitHub repository to a DSH/SkillHub plugin catalog:

  1. make the repository public;
  2. add the GitHub topic dsh-plugin;
  3. run npm run check;
  4. test a Git install with dsh plugin --profile web add github:OWNER/REPO;
  5. tag the first release, e.g. v0.3.0.

License

MIT