Agent skill
pavlok
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.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/pavlok
SKILL.md
Pavlok Stimulus
Use scripts/pavlok.py to send a stimulus to the Pavlok API.
Run
bash
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.
Didn't find tool you were looking for?