AI Agent Hub
Back to plugins
🤖

dsh-cet-pass

Model Inference Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-cet-pass

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-cet-pass in DeepSeek Harness to install it; the source repository is at https://github.com/uckkk/dsh-cet-pass

About this plugin

You have just finished a CET-4 or CET-6 mock exam and now face the annoying arithmetic: does the total clear the cutoff, and is every single section above the per-subject floor? dsh-cet-pass collapses that mental math into one function call. Hand it your scores as parameters and it applies the standard passing rules, returning a structured breakdown of which sections pass, which fall short, and whether the total meets the threshold.

The core tool it registers, cet_pass, is a pure Node implementation with zero network dependencies. Everything runs locally, so it stays fast, works offline, and keeps your data on your machine. The output is detailed and machine-readable, making it easy to fold into larger grading workflows or personal review scripts.

It is a good fit for students in the thick of CET prep who want an instant verdict after each mock, for teaching assistants checking whether a batch of scores clears the line, and for anyone who needs a reliable, dependency-free score check embedded directly in their existing conversation flow.

Use Cases

  • Quickly verify total and per-section scores against the CET pass line after a mock exam
  • Batch-check multiple transcript records for section-level and total passing status
  • Compute CET score eligibility locally with zero network dependency

Best For

  • University students preparing for CET-4 or CET-6
  • TAs or advisers who need to batch-verify whether students meet the passing threshold
  • Developers who prefer a local, offline score-evaluation tool with no external dependencies