MCP HubMCP Hub
SKILL·17A368

c-timer

daxaur
更新日 1 month ago
8 閲覧
153
11
153
GitHubで表示
コミュニケーションtimeralarmpomodorocountdownreminder

について

c-timerは、macOSのネイティブ通知をトリガーするタイマー、アラーム、ポモドーロセッションを設定するCLIユーティリティです。バックグラウンドのスリーププロセスと`terminal-notifier`を使用してアラートを配信するため、ターミナルからシンプルでスクリプト可能な時間管理を必要とする開発者に最適です。簡単なリマインダー、休憩のスケジューリング、またはシステムアラートを必要とする時間指定タスクにご利用ください。

クイックインストール

Claude Code

推奨
メイン
npx skills add daxaur/openpaw -a claude-code
プラグインコマンド代替
/plugin add https://github.com/daxaur/openpaw
Git クローン代替
git clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-timer

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Timer — Countdowns & Pomodoro

Set timers and get notified via native macOS notifications. Uses terminal-notifier and background sleep.

Commands

# Simple timer (runs in background)
(sleep 300 && terminal-notifier -title "Timer" -message "5 minutes is up!" -sound default) &

# Timer with custom message
(sleep 1800 && terminal-notifier -title "Timer" -message "Break time!" -sound Glass) &

# Pomodoro (25 min work, 5 min break)
(sleep 1500 && terminal-notifier -title "Pomodoro" -message "Time for a break!" -sound Purr) &

# Quick reminder (with say for audio)
(sleep 60 && say "One minute timer done" && terminal-notifier -title "Timer" -message "1 minute" -sound default) &

Time Conversions

DurationSeconds
1 minute60
5 minutes300
10 minutes600
15 minutes900
25 minutes1500
30 minutes1800
1 hour3600

Notification Sounds

Available: default, Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink

Pomodoro Workflow

When the user asks for pomodoro:

  1. Start 25-minute work timer
  2. Notify when work session ends
  3. Start 5-minute break timer
  4. Notify when break ends
  5. Repeat (ask user after 4 cycles if they want a 15-min long break)

Guidelines

  • Always confirm the timer was set with the exact duration
  • Use & to run in background so the terminal stays responsive
  • Default sound: default for timers, Purr for pomodoro
  • If terminal-notifier is not installed, fall back to say command
  • For "remind me in X minutes", treat as a timer
  • Convert natural language: "half hour" = 1800s, "quarter hour" = 900s

GitHub リポジトリ

daxaur/openpaw
パス: skills/c-timer
0
ai-agentanthropicautomationclaudeclaude-codecli
FAQ

Frequently asked questions

What is the c-timer skill?

c-timer is a Claude Skill by daxaur. Skills package instructions and resources that Claude loads on demand, so Claude can perform c-timer-related tasks without extra prompting.

How do I install c-timer?

Use the install commands on this page: add c-timer to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does c-timer belong to?

c-timer is in the Communication category, tagged timer, alarm, pomodoro, countdown and reminder.

Is c-timer free to use?

Yes. c-timer is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

関連スキル

himalaya-email-manager
コミュニケーション

このClaude Skillは、Himalaya CLIツールを介してIMAPを使用したメール管理を可能にします。開発者は自然言語クエリでIMAPアカウントからメールを検索、要約、削除できます。日次の要約取得やバッチ操作の実行など、Claudeから直接自動化されたメールワークフローにご利用いただけます。

スキルを見る
imsg
コミュニケーション

imsgは、macOS用のCLIツールで、Messages.appを介してプログラムでiMessage/SMSとやり取りできます。開発者がチャットの一覧表示、メッセージ履歴の閲覧、会話のリアルタイム監視、メッセージや添付ファイルの送信を可能にします。このスキルを使用して、メッセージングタスクを自動化したり、開発ワークフローにiMessage/SMS機能を統合したりできます。

スキルを見る
internationalization-i18n
コミュニケーション

このClaudeスキルは、アプリケーションの国際化(i18n)とローカライゼーション実装に関する包括的なガイダンスを提供します。i18nextやgettextなどのライブラリを使用したメッセージ抽出、翻訳管理、ロケール固有のフォーマット、RTL(右から左)対応などの主要タスクを網羅しています。多言語アプリケーションを構築する際や、国際ユーザー向けにローカライゼーション機能を追加する際にご活用ください。

スキルを見る
wacli
コミュニケーション

wacliは、WhatsApp Webプロトコルを介してWhatsAppメッセージの送信、検索、同期を可能にするコマンドラインツールです。主にClawdisワークフロー内で自動処理に使用されますが、メッセージ送信、チャット同期、履歴照会のために直接呼び出すこともできます。主な機能には、QRコード認証、バックグラウンドでの継続的同期、テキストおよびファイル送信機能が含まれます。

スキルを見る