setup

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

A setup command that installs DeepSeek Harness, builds it, and creates a local profile for repeated multi-turn sessions. DeepSeek Harness is the task-running system used by the related commands.

In plain words
What is it for?
Preparing a machine to run Harness tasks, checking required versions of Git, Node.js, and pnpm, and reusing an existing Harness checkout.
Why use it?
It removes the manual work of obtaining the harness, installing its dependencies, and configuring the profile.

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 Preparing a machine to run Harness tasks, checking required versions of Git, Node.js, and pnpm, and reusing an existing Harness checkout.

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 setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/hekmon8/awesome-claude-code-plugins/setup/github.svg)](https://agentmods.dev/commands/hekmon8/awesome-claude-code-plugins/setup)
Your own site
<a href="https://agentmods.dev/commands/hekmon8/awesome-claude-code-plugins/setup"><img src="https://agentmods.dev/badge/commands/hekmon8/awesome-claude-code-plugins/setup/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 setup

Your own site · 80×15
<a href="https://agentmods.dev/commands/hekmon8/awesome-claude-code-plugins/setup"><img src="https://agentmods.dev/badge/commands/hekmon8/awesome-claude-code-plugins/setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 444 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.00015 $0.00444
Opus 5 $0.00008 $0.00222
Sonnet 5 $0.00003 $0.00089
Haiku 4.5 $0.00002 $0.00044

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

Security

Grade A, and why

setup 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/setup.md · 20 lines

What it actually says

Run the setup and show the user the resulting readiness report verbatim. First run installs and builds the harness — use a long Bash timeout (10 minutes) or run it in the background, and tell the user it is building:

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

What it does, end to end (each step skipped when already done — rerunning is a no-op):

  1. Get dsh. DeepSeek Harness is NOT on npm. With no arguments, setup clones the harness (pinned to the commit this plugin was verified against) into the plugin's data directory, runs pnpm install + pnpm run build:lib, writes a wrapper, and persists it — after this, every /dsh:* command on this machine finds dsh with zero environment setup. --harness <checkout-path> uses an existing checkout instead (the user then controls its location and version). Requirements checked for you: git (auto-clone only), Node >= 22.19 (harness floor; the plugin itself needs only >= 20), and pnpm (suggest corepack enable when missing).
  2. The cc profile for multi-turn sessions: dsh-base + the SDK JSON-RPC server (installed from the checkout by absolute path — registry-free), approval never, verified via --dump-config. One-shot commands (/dsh:review, /dsh:critique, fresh /dsh:run) work without it; --session, --resume, and /dsh:import need it.

After setup, the only remaining prerequisite is a DEEPSEEK_API_KEY (env var, $DSH_HOME/.credentials.yaml, or .env) — the report's next steps say so when it is missing.

--skip-build refuses instead of building when the checkout is not ready (for users who insist on building manually).

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 · 20 lines · 15 tokens per session scan A aabf05c4b7b4

Subscribe to this mod's changes

setup 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 15 tokens to every session and 444 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.