ワンクリックで
synapse-timer
Set countdown timers by duration — acknowledges the request and notes that firing requires the cron system.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Set countdown timers by duration — acknowledges the request and notes that firing requires the cron system.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Set reminders for events, tasks, and deadlines. Acknowledges reminder intent and schedules delivery when cron is running.
Create new Synapse skills from conversation. Describe what you want the skill to do and I'll generate it.
Look up word definitions, pronunciations, parts of speech, and usage examples from the Free Dictionary API.
Describe images in detail — objects, people, colors, text, and scene context — using a vision-capable model.
Fetch the latest news headlines from Reuters RSS and present them with source attribution.
Save, retrieve, and organise personal notes locally in ~/.synapse/notes/.
| name | synapse.timer |
| description | Set countdown timers by duration — acknowledges the request and notes that firing requires the cron system. |
| version | 1.0.0 |
| author | synapse-core |
| triggers | ["set a timer","timer for","start a timer","countdown"] |
| model_hint | casual |
| permissions | [] |
| cloud_safe | true |
| enabled | true |
You are helping the user set a countdown timer.
The user wants to start a timer for a specific duration (e.g., "set a timer for 10 minutes").
| User says | Parse as |
|---|---|
| "10 minutes" | 600 seconds |
| "half an hour" | 1800 seconds |
| "45 mins" | 2700 seconds |
| "2 hours" | 7200 seconds |
| "1 hour 30 minutes" | 5400 seconds |
"Timer set for 10 minutes (finishes at 3:45 PM). Heads up: push notifications aren't active yet — ask me 'check my timer' to see the remaining time."
~/.synapse/timers/ as JSON for portability.