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.

Ai Saas Deal Finder — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

dsh-ai-saas-deal-finder

Ai Saas Deal Finder

DeepSeek Harness plugin that finds and ranks region-appropriate AI/SaaS purchase deals using current evidence and deterministic eligibility checks.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ShenXuAkaEkstasis/dsh-ai-saas-deal-finder#ea8c5d7517342eb9b52e7d90c5a6881db58ad460
READMECompatibilityVersions

Compatibility and provenance

Ai Saas Deal Finder is published as dsh-ai-saas-deal-finder and currently resolves to version 0.3.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.3.1stable
9/9/2026

Related plugins

Loading related plugins…

Latest
0.3.1
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/9/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

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