원클릭으로
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.