cronjob
Help the user set up cronjobs that can run periodically.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Help the user set up cronjobs that can run periodically.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.