ワンクリックで
slack-reminders
Schedule Slack reminders. Use when the user asks to schedule, remind, or send a Slack message at a specific time.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Schedule Slack reminders. Use when the user asks to schedule, remind, or send a Slack message at a specific time.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Send notifications via Telegram. Use when the user asks to notify, alert, message, or ping — or when a long-running task completes and the user previously asked to be notified. Can also schedule messages for later delivery.
Self-messaging capability. Invoke this skill when you need to reframe your approach mid-task, break complex work into deliberate phases, or restart your reasoning with a fresh perspective — without waiting for user input.
Interact with X (Twitter) API v2. Post tweets, search, engage, moderate, and analyze — all from your AI agent. Full 36-command skill for Twitter/X automation.
Manage your Beehiiv newsletter — list and read posts, create drafts from Markdown/HTML files. 6-command skill for Beehiiv newsletter automation.
Generate self-contained HTML broadsheet newspapers to explain any subject worth reporting — project status, reviews, dispatches, reports, or anything else.
Consult peer LLM for alternative perspectives when you need second opinion, peer review, or fresh take on technical decisions; useful for validating approaches or exploring alternative solutions
| name | slack-reminders |
| description | Schedule Slack reminders. Use when the user asks to schedule, remind, or send a Slack message at a specific time. |
| allowed-tools | Bash(bash *) |
[!EXECUTE]: Run the script with MESSAGE and DATETIME. The script lives at scripts/schedule-reminder.sh relative to this skill's directory.
./scripts/schedule-reminder.sh "<message>" "<datetime>"
[!DATETIME-FORMATS]: The script accepts these formats: ISO 2026-01-17 10:00, relative +1h +30m +2d, natural tomorrow 09:00 friday 14:30. Always prefer ISO for precision.
[!OUTPUT]: On success the script prints the scheduled message ID and post_at timestamp. On failure it prints the error from Slack API. Report success or failure to the user accordingly.