定时任务工具。创建本地定时任务定义,支持自动化工作流调度。支持定时规则(schedule/rrule)、执行动作(命令/技能)、下次运行时间设置。适用于"定时执行XX"、"每天XX点运行XX"、"创建定时任务"、"自动化XX任务"等查询。任务定义保存到本地 JSON 文件。
Create local schedule definitions for automation workflows.
JSON string.
String indicating where the schedule entry was written.
{"name":"daily-report","schedule":"FREQ=DAILY;BYHOUR=9;BYMINUTE=0","action":"run:skills/doc-generation"}
Run the scheduler:
node --import tsx src/js/cli/index.ts scheduler
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Control Sonos speakers (discover/status/play/volume/group).
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Capture frames or clips from RTSP/ONVIF cameras.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Category:tools