Skip to main content
Manusで任意のスキルを実行
ワンクリックで

bash-manual

**You can learn how to set up cron here.** If the human asks you to do something on a schedule ("write a poem every hour," "remind me at 9am weekdays," "every 30 minutes check X"), this manual tells you how to wire it up using the host OS scheduler (macOS launchd / Linux systemd / crontab) — including the wake-by-mailbox-drop contract that lets a cron job invoke YOU, the hygiene rules that keep the script alive past its first failure, and a debugging walkthrough for when a scheduled job goes silent. Read this manual when: - The human asks for any time-driven recurring work and you don't yet know how to set up cron on this machine. **Read this BEFORE writing a plist or asking the human to do it manually.** - You are debugging a scheduled job that has gone silent, fires twice, kills its child process on exit, or otherwise misbehaves. - You are about to write the cron prompt body and want to know what belongs in the cron script versus what belongs in a custom skill the script invokes.

概要

**You can learn how to set up cron here.** If the human asks you to do something on a schedule ("write a poem every hour," "remind me at 9am weekdays," "every 30 minutes check X"), this manual tells you how to wire it up using the host OS scheduler (macOS launchd / Linux systemd / crontab) — including the wake-by-mailbox-drop contract that lets a cron job invoke YOU, the hygiene rules that keep the script alive past its first failure, and a debugging walkthrough for when a scheduled job goes silent. Read this manual when: - The human asks for any time-driven recurring work and you don't yet know how to set up cron on this machine. **Read this BEFORE writing a plist or asking the human to do it manually.** - You are debugging a scheduled job that has gone silent, fires twice, kills its child process on exit, or otherwise misbehaves. - You are about to write the cron prompt body and want to know what belongs in the cron script versus what belongs in a custom skill the script invokes.

インストールコマンド
npx skills add https://github.com/zhiping0913/Download_paper --skill bash-manual

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

スター1
フォーク0
更新日2026年5月21日 21:17
SKILL.md
readonly