← Back to list

pavlok
by motoya0118
CLI agentにpavlokを使用させたらどうなるか自傷実験
⭐ 66🍴 2📅 Jan 23, 2026
SKILL.md
name: pavlok description: 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.
Pavlok Stimulus
Use scripts/pavlok.py to send a stimulus to the Pavlok API.
Run
uv run scripts/pavlok.py zap 30 "reason for trigger"
Inputs
stimulusTypeis a string such asvibe,beep, orzap.stimulusValueis an integer.reasonis required by the CLI parser but is not currently sent to the API.
Notes
- Requires
PAVLOK_API_KEYin.envor the environment. scripts/pavlok.pycurrently definescall(stimulus_type, stimulus_value, reason)but calls it with only two args. If you hit aTypeError, update the call site or function signature before running.
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