一键导入
repentance
Execute pending daily punishments by sending Pavlok stimuli via scripts/repentance.py. Use when you need to run the punishment cycle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute pending daily punishments by sending Pavlok stimuli via scripts/repentance.py. Use when you need to run the punishment cycle.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read target remind schedules and recent action_logs (last 3 days) as JSON for agent comment generation.
Update schedule comment fields (comment/yes_comment/no_comment) in bulk from JSON input.
Post a question to Slack and wait for a reply, or post a reply into a thread using scripts/slack.py.
Insert schedule rows into the local database (schedules) from a JSON array. Use when bulk-loading schedule entries with prompt_name, input_value, and scheduled_date via scripts/add_schedules.py.
Insert or read behavior log rows in the local database (behavior_logs). Use when recording a good/bad behavior entry, attaching a Pavlok API response JSON, adding a coach comment, or fetching recent logs via scripts/behavior_log.py.
Send a Pavlok stimulus via the Pavlok API using scripts/pavlok.py. Use when you need to trigger vibe/beep/zap with a numeric value in this repo and print the API response.
| name | repentance |
| description | Execute pending daily punishments by sending Pavlok stimuli via scripts/repentance.py. Use when you need to run the punishment cycle. |
Use scripts/repentance.py to execute pending punishments and update daily_punishments.
uv run scripts/repentance.py
This script takes no CLI arguments.
PAVLOK_TYPE_PUNISH is required (e.g., zap, vibe, beep).PAVLOK_VALUE_PUNISH is required (integer).PUNISH_INTERVAL_SEC is optional (integer, default 1).PAVLOK_API_KEY is required by scripts/pavlok.py.zap, LIMIT_DAY_PAVLOK_COUNTS and LIMIT_PAVLOK_ZAP_VALUE are required.Prints a single line of JSON:
{"executed": 2}
daily_punishments rows in pending or failed state.running while executing, updates executed_count, and sets failed on errors or rate limits.daily_punishments row after processing.DATABASE_URL (default: sqlite:///./app.db).