Plugin directory / Developer / dsh-weixin
dsh-weixin
Unverified xiaoshihou514
What it does
DeepSeek Harness: Weixin
Unverified — not yet verified
DeepSeek Harness: Weixin Not yet verified — it needs an external account or service our sandbox can't provide, so we couldn't run a full install test. It may work fine in your own environment.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
Author? Either provide the required account/service, or submit a self-test report (environment + install + run evidence) — we'll review and flip the badge. Submit evidence or self-test report ↗
README
dsh-weixin
DeepSeek Harness :微信
极简dsh微信插件,扫码登录,支持收发文件。
npm i -g @deepseek-ai/dsh
dsh plugin --profile web add "github:xiaoshihou514/dsh-weixin#main"
也看看我其他的插件吧~
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-weixin for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:xiaoshihou514/dsh-weixin Headless (CLI) profile:
dsh plugin --profile headless add github:xiaoshihou514/dsh-weixin Test report
Not yet L3-verified — see failure note below if we already ran it.
Note: 验证: install-fail (0.1.0-rc.6) Browse all pending failures →
When to use it
Extend the agent's coding surface — give it a new tool, workflow, or integration so it handles a dev task it couldn't before.
Who it's for
Developers who want dsh to behave like a teammate on real codebases — editing, running, and verifying changes rather than just answering.
For developers — extending it
The tool/command surface is the seam: expose more of the SDK, add smarter context wiring, or tighten the loop between code changes and verification.