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.
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
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?