Skip to main content
Run any Skill in Manus
with one click

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.

Overview

**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.

Install command
npx skills add https://github.com/zhiping0913/Download_paper --skill bash-manual

Copy and paste this command into Claude Code to install the skill

Stars1
Forks0
UpdatedMay 21, 2026 at 21:17
SKILL.md
readonly