Get Schedule Comment Context

Read target remind schedules and recent action_logs (last 3 days) as JSON for agent comment generation. Use when this capability is needed.

tomevault-io 485bb7d 2 files · 1.6 KB Updated

File contents

Get Schedule Comment Context

Use scripts/get_schedule_comment_context.py to fetch schedule rows and recent behavior logs.

Run

uv run scripts/get_schedule_comment_context.py '["schedule-id-1","schedule-id-2"]'
echo '["schedule-id-1","schedule-id-2"]' | uv run scripts/get_schedule_comment_context.py -

Input

  • JSON array of schedule IDs
  • CLI arg, stdin (-), or env SCHEDULE_IDS_JSON

Output

Single-line JSON:

{"schedule_ids":["..."],"schedules":[...],"recent_action_logs":[...]}

Source: motoya0118/pavlok_CLI_agent — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/motoya0118--pavlok-cli-agent--pavlok-cli-agent commit 485bb7d077

Frequently asked questions

npx skillmds@latest add tomevault-io/get-schedule-comment-context