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-config)<a href="https://agentmods.dev/skills/caesiumy/dding-dong/dd-config"><img src="https://agentmods.dev/badge/skills/caesiumy/dding-dong/dd-config/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.
<a href="https://agentmods.dev/skills/caesiumy/dding-dong/dd-config"><img src="https://agentmods.dev/badge/skills/caesiumy/dding-dong/dd-config.svg" alt="Reviewed on agentmods" width="80" 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.00080 | $0.01319 |
| Opus 5 | $0.00040 | $0.00660 |
| Sonnet 5 | $0.00016 | $0.00264 |
| Haiku 4.5 | $0.00008 | $0.00132 |
Grade A, and why
dd-config 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 8d 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 — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
dding-dong 설정 관리
사용법
$ARGUMENTS 를 파싱하여 동작을 결정합니다:
show (기본)
현재 설정을 한국어로 표시합니다. 스코프별 설정 출처도 함께 안내합니다.
node "${CLAUDE_PLUGIN_ROOT}/scripts/check-config.mjs" --cwd "$(pwd)"
결과를 파싱하여 사용자에게 한국어로 표시합니다. _meta와 messages 내부 필드는 표시에서 제외합니다:
현재 설정 (적용 중인 스코프: [스코프 정보])
- 전역 설정: [경로] ([존재/없음])
- 프로젝트 설정: [경로] ([존재/없음])
- 내 설정 (Local): [경로] ([존재/없음])
| 설정 | 값 |
|------|-----|
| 활성화 | config.enabled (예/아니오) |
| 언어 | config.language |
| 사운드 | config.sound.enabled (켜짐/꺼짐) |
| 사운드 팩 | config.sound.pack |
| 볼륨 | config.sound.volume |
| OS 알림 | config.notification.enabled (켜짐/꺼짐) |
| 야간 모드 | config.quiet_hours.enabled (꺼짐 / 켜짐 HH:MM~HH:MM) |
| 쿨다운 | config.cooldown_seconds초 |
이벤트 설정:
| 이벤트 | 사운드 | 알림 |
|--------|:------:|:----:|
| task.complete | ✓/- | ✓/- |
| task.error | ✓/- | ✓/- |
| input.required | ✓/- | ✓/- |
| session.start | ✓/- | ✓/- |
| session.end | ✓/- | ✓/- |
각 이벤트의 ✓/- 는 config.sound.events와 config.notification.events에서 해당 이벤트 키의 true/false를 확인합니다.
get [key]
단일 설정 키의 현재 값을 조회합니다. dot notation 지원 (예: sound.volume, quiet_hours.enabled, notification.events.task.complete).
$ARGUMENTS에서 key를 추출하여 ${KEY}로 치환합니다.
node "${CLAUDE_PLUGIN_ROOT}/skills/dd-config/scripts/config-get.mjs" '${KEY}' --cwd "$(pwd)"
- 성공 시: "
[key]=[value]" - 키 없음 시: "설정 키를 찾을 수 없습니다:
[key]"
set [key] [value]
중첩 키를 dot notation으로 지원합니다 (예: sound.volume 0.5, notification.events.session.start true).
--scope 옵션으로 대상 스코프를 지정할 수 있습니다:
--scope global-- 전역 설정에 반영 (기본값)--scope project-- 프로젝트 설정에 반영 (팀 공유, 커밋됨)--scope local-- 내 설정에 반영 (개인 오버라이드, 커밋 제외)
프로젝트/로컬 스코프 지정 시 해당 파일에 오버라이드 키만 (diff-only) 저장합니다.
$ARGUMENTS에서 key, value, --scope 플래그를 추출하여 ${KEY}, ${VALUE}, ${SCOPE}로 치환합니다.
${SCOPE}가 없으면 global을 기본값으로 사용합니다.
node "${CLAUDE_PLUGIN_ROOT}/skills/dd-config/scripts/config-set.mjs" '${KEY}' '${VALUE}' --scope '${SCOPE}' --cwd "$(pwd)"
- 성공 시: "
[key]를[oldValue]→[newValue]로 변경했습니다. (스코프: [scope])" - 이전 값과 동일 시: "
[key]는 이미[newValue]입니다." - 유효하지 않은 키 (invalid_key 에러): "알 수 없는 설정 키:
[key]. 사용 가능한 키: [validKeys 목록]" - 그룹 키 (object_key 에러): "
[key]는 개별 설정이 아닌 그룹입니다. 하위 키를 지정하세요 (예:[key].enabled)." - 프로젝트 루트 없음 (exit 1): "프로젝트 루트를 찾을 수 없습니다.
--scope global을 사용하거나 프로젝트 디렉토리에서 실행하세요."
What ships with it
2 files 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.
- 8d ago First seen · 120 lines · 80 tokens per session scan A 83d814b761cf
dd-config is a skill published in the GitHub repository CaesiumY/dding-dong (2 stars, last pushed 6mo ago), licensed MIT. It adds 80 tokens to every session and 1,319 once invoked, about $0.0004 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
herdr
Control herdr from inside it. Manage workspaces and tabs, split panes, spawn agents, read output, and wait for state changes — all via CLI commands that talk to the running herdr instance over a local unix socket. Use when running inside herdr (HERDRENV=1).
vault-setup
Set up a machine to work with a workhub vault - check/install required software (git, Node.js, Claude Code, OpenCode), initialize the vault if needed, wire up Claude plugins, and run the OpenCode sync scripts. Use when onboarding a new machine, after a fresh vault-init, or when the harness feels half-configured.
handoff-go
Write a handoff document and launch the next agent in a split multiplexer pane (herdr or zellij), with new-window and paste-ready fallbacks when no multiplexer is in use.
post-to-slack
Post a message to a Slack channel, resolving channel/user names to IDs and adding an optional @mention or thread reply. Use when the user wants to post, share, or notify something in Slack, or when another skill needs to deliver its output to a Slack channel.
setup-zellij
Install Zellij and configure shell profiles to auto-launch Zellij on startup (replacing any existing herdr autostart block). Use when the user wants to install or configure Zellij's shell autostart.
book-yonsei-shuttle
Search, reserve, inspect, waitlist, and cancel Yonsei shuttle trips on Windows, macOS, or Linux through the official authenticated shuttle page using origin, destination, date, and time preferences, with internal access recovery. Use when a student asks to book a Sinchon–International Campus shuttle, manage an…