run

run is a command for Claude Code from hekmon8/awesome-claude-code-plugins. It costs 18 tokens per session (342 once invoked), scanned A, original, CC0-1.0.

A command for sending a task to DeepSeek Harness, either as a single read-only run or as a run that can edit workspace files. It can also save sessions for later continuation or queue work in the background.

In plain words
What is it for?
Running tasks, selecting a model and effort level, allowing workspace edits, continuing saved sessions, and starting background runs.
Why use it?
It provides one way to delegate tasks while controlling whether files may change and whether the work can be resumed.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the dsh plugin — 2 skills, 10 commands, 1 agent shipped together

Good fit Running tasks, selecting a model and effort level, allowing workspace edits, continuing saved sessions, and starting background runs.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add hekmon8/awesome-claude-code-plugins
Claude Code
/plugin install dsh

Made for: Claude Code.

Or install dsh, the plugin that ships this one along with the rest of its 2 skills, 10 commands, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for run

README.md
[![agentmods](https://agentmods.dev/badge/commands/hekmon8/awesome-claude-code-plugins/run/github.svg)](https://agentmods.dev/commands/hekmon8/awesome-claude-code-plugins/run)
Your own site
<a href="https://agentmods.dev/commands/hekmon8/awesome-claude-code-plugins/run"><img src="https://agentmods.dev/badge/commands/hekmon8/awesome-claude-code-plugins/run/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for run

Your own site · 80×15
<a href="https://agentmods.dev/commands/hekmon8/awesome-claude-code-plugins/run"><img src="https://agentmods.dev/badge/commands/hekmon8/awesome-claude-code-plugins/run.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 342 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00018 $0.00342
Opus 5 $0.00009 $0.00171
Sonnet 5 $0.00004 $0.00068
Haiku 4.5 $0.00002 $0.00034

Measured 6d ago against content hash 52488d0e7bbd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

run scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dsh/commands/run.md · 27 lines

What it actually says

Run a task on DeepSeek Harness:

node "${CLAUDE_PLUGIN_ROOT}/scripts/dsh-bridge.mjs" run "$ARGUMENTS"

Mode selection (explain to the user when relevant):

  • Default: one-shot headless run, read-only sandbox. Crash-isolated, not resumable.
  • --write: allow workspace file edits (workspace-write sandbox).
  • --session: run through the shared broker and record a resumable dsh session id.
  • --resume (or --resume-last): continue the most recent recorded dsh session; new text becomes the follow-up prompt, empty means "continue". The resume is validated against the live broker runtime — if the broker was stopped or restarted since, the command errors and asks for a fresh --session instead of silently starting over (relay that to the user).
  • --model <name> / --effort low|medium|high|max: per-run model selection (ignored on --resume; the broker keeps its startup model). Defaults: deepseek-v4-pro at effort max.
  • --background: queue the run, return a run id, check with /dsh:runs.

Before suggesting --resume, you may probe availability with:

node "${CLAUDE_PLUGIN_ROOT}/scripts/dsh-bridge.mjs" run-resume-candidate

Present the run output verbatim, including the footer line with the run id and session id.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 27 lines · 18 tokens per session scan A 52488d0e7bbd

Subscribe to this mod's changes

run is a command published in the GitHub repository hekmon8/awesome-claude-code-plugins (5 stars, last pushed 6d ago), licensed CC0-1.0. It adds 18 tokens to every session and 342 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.