deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:ShenXuAkaEkstasis/dsh-ai-saas-deal-finder
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
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.
When a user asks how to buy an AI/SaaS service more cheaply, the plugin teaches the Harness agent to:
ai_saas_deal_rank tool;The plugin does not ship a stale coupon database and does not claim a promotion works merely because a search result mentions it.
For mainland-China users, the workflow explicitly checks:
It will not recommend fake billing addresses, account trading, VPN/region spoofing, or other policy-circumvention methods.
ai_saas_deal_rankRanks researched candidate offers after applying deterministic eligibility and cost checks.
Each offer can include:
title, sourceUrl, sourceTypecurrency, billingPeriod, billingMonthspriceBeforeDiscount, priceAfterDiscountdiscountPercent, fixedDiscounttaxRatePercent, fees / annualFeesfxRateToTargetregionStatus, identityStatus, paymentStatus, invoiceStatus, policyStatusverifiedAtStatus 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.
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.
npm test
npm run check
Local install:
dsh plugin --profile web add /absolute/path/to/ai-saas-deal-finder-dsh
.
├── 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.
Before submitting the GitHub repository to a DSH/SkillHub plugin catalog:
dsh-plugin;npm run check;dsh plugin --profile web add github:OWNER/REPO;v0.3.0.MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。