cronjob
Help the user set up cronjobs that can run periodically.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Help the user set up cronjobs that can run periodically.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage background tasks.
Create a new character for role playing.
Generate high-fidelity speech audio using text to speech with voice cloning and subtitles.
Transcribe audio speech to text or generate subtitle (.srt) files. Use this to process voice messages.
All in one image skill with image generation and editing.
All in one video editing skill with video generation, audio dubbing, subtitles etc.
| name | cronjob |
| description | Help the user set up cronjobs that can run periodically. |
Make sure to get the following information from the user:
cronjob/{task_name}.md file later.The cronjobs are managed in the config.toml file in the "cronjob" array.
Before making changes, Back up the old config.toml to config.toml.bak.{1-5} just in case.
An example is provided below:
[[cronjob]]
schedule = "*/5 * * * *" # Cron schedule expression (convert user's schedule into the cron format)
prompt = "cronjobs/daily_summary.md" # Path to the prompt file (write your prompt in the file)
channel_id = "123456789012345678" # Discord Channel ID to send the notification
mention_user_id = "123456789012345678" # Do you want to be notified? If yes, put user's digital user id
After the config file change, send the following for user to confirm:
cronjob section to user/restart to restart the server.