スキル一覧に戻る
motoya0118

pavlok

by motoya0118

pavlokは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

66🍴 2📅 2026年1月23日
GitHubで見るManusで実行

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.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です