dsh-claim
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-claim
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-claim in DeepSeek Harness to install this claims workflow plugin; the source code is available at https://github.com/uckkk/dsh-claim.
About this plugin
In agent workflows, claims and insurance-planning tasks often demand fast, deterministic outputs, yet many implementations rely on external APIs or network services that introduce latency and availability risk. dsh-claim is designed for exactly this: it wraps the claims process into a single callable tool, so an agent can return a family insurance planning scheme instantly upon receiving parameters, without waiting on any remote endpoint.\n\nAt its core, the plugin exposes one tool named claim. You pass in the relevant parameters and receive a structured insurance-planning result. The entire implementation is written in pure Node.js and makes zero network requests, meaning it runs reliably in offline, intranet, or resource-constrained environments and is completely immune to third-party service changes.\n\nIt is well suited for developers building agent workflows in the insurance or finance domain, especially teams that need to orchestrate multi-step agent pipelines locally or on private networks while keeping things lightweight and predictable. The permissive MIT license also makes integration and extension straightforward for any engineering team.
Use Cases
- Return a family insurance planning scheme by parameters within an insurance agent workflow
- Invoke a claims-process tool deterministically in offline or intranet environments
- Call a local claims capability when orchestrating multi-step agent pipelines on private networks
Best For
- Developers building agent workflows in the insurance or finance domain
- Engineering teams that require deterministic plugins running locally or on private networks
- Engineers seeking zero-network, low-latency integration of claims capabilities
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.