MoleSend is a playful DeepSeek Harness plugin that replaces ordinary prompt submission with a short Whack-a-Mole challenge. Hit at least 5 of 10 moving send icons to submit your prompt.
- Replaces the standard send button with a blue challenge button.
- Full-screen
3, 2, 1countdown before each round. - Easy, Medium, and Hard modes.
- Keeps the current prompt when a round is unsuccessful.
- Immediate pointer-down hit detection for mouse, touch, and pen input.
Copy and run these commands:
dsh plugin --profile web add https://github.com/BYYY-eng/MoleSend/releases/download/v1.3.0/dsh-whack-a-mole-submit-plugin-1.3.0.tgz
dsh webWhen running DeepSeek Harness from its source checkout, prefix both commands with pnpm:
pnpm dsh plugin --profile web add https://github.com/BYYY-eng/MoleSend/releases/download/v1.3.0/dsh-whack-a-mole-submit-plugin-1.3.0.tgz
pnpm dsh webOpen http://127.0.0.1:3080 and force-refresh the page after installation.
Node.js 22 or later is required.
npm install
npm run buildMoleSend is released under the MIT License. Third-party acknowledgements are listed in THIRD_PARTY_NOTICES.md.