dd-help

dd-help is a skill for Claude Code from CaesiumY/dding-dong. It costs 94 tokens per session (1,568 once invoked), scanned A, original, MIT.

A help and reference guide for the dding-dong Claude Code notification plugin. It explains the plugin's available skills, settings, events, environment variables, and sound packs.

In plain words
What is it for?
Use it to display all help, inspect available skills, review configuration or event types, list sound packs, or check environment variables.
Why use it?
It gives users one place to see what the plugin can do and how it is configured. It obtains current details from the installed plugin instead of relying only on static documentation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

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 dding-dong plugin — 12 skills, 4 hooks shipped together

Good fit Use it to display all help, inspect available skills, review configuration or…

Compare 6 skills 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 CaesiumY/dding-dong
Claude Code
/plugin install dding-dong

Made for: Claude Code.

Or install dding-dong, the plugin that ships this one along with the rest of its 12 skills, 4 hooks.

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 dd-help

README.md
[![agentmods](https://agentmods.dev/badge/skills/caesiumy/dding-dong/dd-help.svg)](https://agentmods.dev/skills/caesiumy/dding-dong/dd-help)
Your own site
<a href="https://agentmods.dev/skills/caesiumy/dding-dong/dd-help"><img src="https://agentmods.dev/badge/skills/caesiumy/dding-dong/dd-help.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,568 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.00094 $0.01568
Opus 5 $0.00047 $0.00784
Sonnet 5 $0.00019 $0.00314
Haiku 4.5 $0.00009 $0.00157

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

Security

Grade A, and why

dd-help 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/gather-info.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/dd-help/SKILL.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

설계 노트: disable-model-invocation은 의도적으로 생략되었습니다. Bash 결과를 파싱하여 한국어 마크다운으로 구조화하는 데 모델 추론이 필요합니다.

dding-dong 도움말

사용자에게 dding-dong 플러그인의 전체 기능을 한국어로 안내합니다.

실행 방법

$ARGUMENTS를 파싱하여 범위를 결정합니다:

  • 인자 없음 → 전체 도움말 (모든 섹션)
  • skills → 사용 가능한 스킬 목록만
  • config → 설정 옵션과 파일 경로만
  • events → 이벤트 타입만
  • env → 환경변수만
  • packs → 사운드팩만

인자가 위 키워드와 정확히 일치하지 않으면 전체 도움말을 표시합니다.

정보 수집

아래 명령어로 런타임 정보를 수집합니다:

node "${CLAUDE_PLUGIN_ROOT}/skills/dd-help/scripts/gather-info.mjs" --type all

$ARGUMENTSskills, config, packs 중 하나면 --type $ARGUMENTS로 해당 정보만 수집합니다.

실행이 실패하면 "정보를 가져올 수 없습니다. /dding-dong:dd-doctor로 진단해주세요."로 대체합니다.

출력 포맷팅

수집된 JSON을 아래 섹션별 형식으로 한국어 마크다운 출력합니다. 인자가 있으면 해당 섹션만, 없으면 모든 섹션을 순서대로 출력합니다.

헤더

# dding-dong 도움말

Claude Code 알림 플러그인 — 작업 완료, 오류, 입력 요청 시 사운드와 OS 알림을 보냅니다.

1. 사용 가능한 스킬 (인자: skills)

JSON의 skills 배열을 테이블로 출력합니다. koDescription이 있으면 한글 설명을, 없으면 description 전체를 표시합니다.

스킬 설명
/dding-dong:<name> koDescription 또는 description

2. 이벤트 타입 (인자: events)

JSON의 config.sound.eventsconfig.notification.events에서 추출합니다. ON/OFF 대신 체크마크를 사용합니다.

이벤트 사운드 알림 설명
task.complete /- /- 작업 완료
task.error /- /- 오류 발생 (훅 없음, 테스트 전용)
input.required /- /- 사용자 입력 필요
session.start /- /- 세션 시작
session.end /- /- 세션 종료

task.error는 현재 트리거 훅이 없으며, /dding-dong:dd-test에서만 테스트 가능합니다.

3. 설정 옵션 (인자: config)

JSON의 config 객체를 dot notation 테이블로 나열합니다. _meta, messages 키는 제외합니다.

기본값 설명
enabled true 플러그인 활성화
language "ko" 메시지 언어 (ko/en)
sound.enabled true 사운드 활성화
sound.pack "default" 사운드팩 이름
sound.volume 0.7 볼륨 (0.0~1.0)
sound.events.* 이벤트별 사운드 ON/OFF
notification.enabled true OS 알림 활성화
notification.events.* 이벤트별 알림 ON/OFF
quiet_hours.enabled false 야간 모드 활성화
quiet_hours.start "22:00" 야간 시작 시간
quiet_hours.end "08:00" 야간 종료 시간
cooldown_seconds 3 알림 간 최소 간격 (초)

Read the full file on GitHub · 139 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 139 lines · 94 tokens per session scan A 19a424aba3eb

Subscribe to this mod's changes

dd-help is a skill published in the GitHub repository CaesiumY/dding-dong (2 stars, last pushed 6mo ago), licensed MIT. It adds 94 tokens to every session and 1,568 once invoked, about $0.0005 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-08-31.

Related

Other skills, from other repositories

engram

Read and write the project's durable reasoning memory (decisions, principles, cautions, problems, insights) through the Engram MCP tools. Recall relevant memory before non-trivial work; capture only durable, high-value knowledge silently at natural stopping points; keep the graph honest (judge suspects, close answered…

techtheist/engram · 78 tokens

engram-digest

Seed or top up this project's Engram graph from the existing codebase — an explicit, user-invoked digestion of the current working tree into typed memory nodes (decisions, principles, cautions, problems, insights, intents). Use when the user says "digest this project", "ingest the codebase into memory", "seed the…

techtheist/engram · 98 tokens

persona-triggers

A detailed guide for matching Korean and English trigger phrases to working viewpoints, such as security, testing, design, operations, and AI. A trigger phrase is wording in a request that activates a particular response approach.

sodam-ai/SoDam-Persona · 91 tokens

persona-format

A Korean-language response format for coding, debugging, and implementation work. It asks for structured reasoning, multiple expert viewpoints, a recommended solution, execution steps, verification, and prevention of repeat problems.

sodam-ai/SoDam-Persona · 71 tokens

persona-marketer

A review guide for marketing and sales work, including copywriting, content, search visibility, advertising, landing pages, and customer retention. It looks at the work from the viewpoint of an experienced marketer and salesperson.

sodam-ai/SoDam-Persona · 94 tokens

persona-safety

A safety guide for coding, user-interface, security, deployment, deletion, and force-push work. It requires extra checks for secrets, sensitive data, risky changes, cleanup paths, and mobile layouts.

sodam-ai/SoDam-Persona · 69 tokens