DSH Hub
dsh-agent-preset-recommender cover

LeemanCheung/dsh-agent-preset-recommender

dsh-agent-preset-recommender

BundleWorkflow2 GitHub stars· updated 2026-08-16

Privacy-safe local Codex, Claude Code, WorkBuddy and CodeBuddy activity scanner that recommends DSH agent presets.

Install

npx @deepseek-ai/dsh plugin --profile web add github:LeemanCheung/dsh-agent-preset-recommender

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

dsh-agent-preset-recommender DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/dsh-agent-preset-recommender.svg)](https://dshhub.dev/plugins/dsh-agent-preset-recommender)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from LeemanCheung/dsh-agent-preset-recommender, cleaned of badges and images.

dsh-agent-preset-recommender

English | 中文

A persistent, host-side DeepSeek Harness bundle that privately summarizes local Codex, Claude Code, and WorkBuddy/CodeBuddy activity and recommends a built-in DSH agent preset. It is advisory only: there is no LLM call, installation, preset mutation, or network request.

Preview

These previews use synthetic aggregate fixture data. They illustrate the bounded tool results only; no user sessions, paths, prompts, commands, or secrets appear.

Capability map

AreaWhat the plugin doesDeliberate boundary
Local inventoryBoundedly scans supported session, project, and workflow metadata from Codex, Claude Code, CodeBuddy, and WorkBuddy.Skips caches, builds, .git, symlinks, inaccessible roots, and unknown content.
Privacy-preserving evidenceAggregates tool, session, workflow, and day-level activity under installation-local HMAC project IDs.Never persists prompts, replies, commands, arguments, raw events, paths, usernames, secrets, or file bodies.
Deterministic adviceMaps observed evidence to minimal/standard capability presets plus optional delegation, workflow, web, MCP, and LSP capabilities.Does not infer the code presentation variant, judge task quality, or alter a preset.
Agent-facing accessProvides scan_agent_projects for a fresh bounded scan and get_agent_preset_recommendations for the saved report.Both tools return bounded readable text; neither installs, enables, or authenticates anything.
Durable local operationAtomically persists a private report, supports startup and scheduled scans, and serializes all scan triggers.No LLM call, network request, discovered-command execution, or background work survives plugin disposal.

Install

dsh plugin --profile web add github:LeemanCheung/dsh-agent-preset-recommender

Restart the selected DSH profile after installation. The package declares dsh.bundle.patch and mounts one host plugin.

What it recommends

Observed aggregate behavior is mapped to:

  • capability presets: minimal or standard.

code is a Code Mode presentation variant of standard, so this scanner never infers it from local activity volume or silently recommends it as a capability tier.

  • optional capabilities: Codex delegation, Claude Code delegation, workflows, web, MCP, and LSP.

Every recommendation includes confidence and numerical evidence. Thresholds are deterministic and local; results never automatically change DSH.

Exact recommendation and evidence rules

Related plugins