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.