ds

ds is a skill for Claude Code from tatargabor/set-copilot. It costs 13 tokens per session (294 once invoked), scanned A, original, MIT.

A shortcut that starts microphone-only dictation for a set time and records the transcript in the current coding session.

In plain words
What is it for?
It helps start a timed voice note, with an optional duration, and tells you how to stop it when you are finished.
Why use it?
It avoids entering a longer dictation command and keeps recordings separated when multiple sessions are running. It also stops automatically at the chosen limit.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/tatargabor/set-copilot/ds
Any agent
npx skills add tatargabor/set-copilot --skill ds
Clone the repo
git clone --depth 1 https://github.com/tatargabor/set-copilot

Made for: Claude Code.

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 ds

README.md
[![agentmods](https://agentmods.dev/badge/skills/tatargabor/set-copilot/ds.svg)](https://agentmods.dev/skills/tatargabor/set-copilot/ds)
Your own site
<a href="https://agentmods.dev/skills/tatargabor/set-copilot/ds"><img src="https://agentmods.dev/badge/skills/tatargabor/set-copilot/ds.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 294 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00013 $0.00294
Opus 5 $0.00006 $0.00147
Sonnet 5 $0.00003 $0.00059
Haiku 4.5 $0.00001 $0.00029

Measured yesterday against content hash 5a756b64663a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

ds 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 yesterday.

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/ds/SKILL.md · 22 lines

What it actually says

ds — Start Dictation

Self-contained fast path for /dictate start — do NOT invoke the dictate skill (that would cost an extra round-trip). Optional argument: minutes (default 10); /ds 3 = 3 minutes.

Run ONE Bash call with run_in_background: true:

SET_COPILOT_DIR="$PWD/.set/copilot/${CLAUDE_CODE_SESSION_ID:-shared}" npx set-copilot capture --mic-only --max-minutes <minutes-or-10>

SET_COPILOT_DIR scopes the transcript and the PID file to this Claude session (the id matches the conversation history file name), so parallel sessions cannot overwrite each other's recording. Keep it byte-identical in /ddstop finds the capture through that same directory.

The capture plays the rising tone by itself when the mic is live, and self-stops at the limit — no separate beep or timer step. Each start archives the previous transcript as dictation-<timestamp>.jsonl next to it, so earlier dictations in the session stay readable.

Then tell the user: "🔴 Dictation active (N min limit) — the rising tone means the mic is live. /dd to finish." and END YOUR TURN.

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. yesterday First seen · 22 lines · 13 tokens per session scan A 5a756b64663a

Subscribe to this mod's changes

ds is a skill published in the GitHub repository tatargabor/set-copilot (2 stars, last pushed 14d ago), licensed MIT. It adds 13 tokens to every session and 294 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-04.