Back to list
motoya0118

add-schedules

by motoya0118

CLI agentにpavlokを使用させたらどうなるか自傷実験

66🍴 2📅 Jan 23, 2026

SKILL.md


name: add-schedules description: Insert schedule rows into the local database (schedules) from a JSON array. Use when bulk-loading schedule entries with script_name, input_value, and scheduled_date via scripts/add_schedules.py.

Add Schedules

Use scripts/add_schedules.py to insert multiple records into schedules.

Run

uv run scripts/add_schedules.py '[{"script_name":"pavlok","input_value":"zap 30","scheduled_date":"2026-01-10 09:30"}]'
cat schedules.json | uv run scripts/add_schedules.py -

Inputs

Each record must be an object with:

  • script_name (string)
  • input_value (string)
  • scheduled_date as YYYYMMDD, YYYYMMDDhhmm, YYYY-MM-DD, or YYYY-MM-DD hh:mm (minute precision)

id and is_execute are ignored if present. Any other extra fields cause an error.

Notes

  • Database URL comes from DATABASE_URL (default: sqlite:///./app.db).

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon