Back to list
motoya0118

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

  • stimulusType is a string such as vibe, beep, or zap.
  • stimulusValue is an integer.
  • reason is required by the CLI parser but is not currently sent to the API.

Notes

  • Requires PAVLOK_API_KEY in .env or the environment.
  • scripts/pavlok.py currently defines call(stimulus_type, stimulus_value, reason) but calls it with only two args. If you hit a TypeError, 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