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.
/plugin marketplace add CaesiumY/dding-dong/plugin install dding-dongWrote 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.
[](https://agentmods.dev/skills/caesiumy/dding-dong/dd-help)<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>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.
| Model | Per session | Once 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 |
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.
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.
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
$ARGUMENTS가 skills, 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.events와 config.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 |
알림 간 최소 간격 (초) |
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.
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.
- 6d ago First seen · 139 lines · 94 tokens per session scan A 19a424aba3eb
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.
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…
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…
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.
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.
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.
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.