ソース情報
- リポジトリ
- rcarmo/piclaw-addons
- ソースの最終更新活動
- 2026年9月8日 08:11
- 検出された SKILL.md の言語
- 英語
- スター
- 23
- フォーク
- 4
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/rcarmo/piclaw-addons --skill usage-telemetry-chartコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Manage Iroh client-ID pairing in Remote Peer Settings and use chat for trusted one-hop peer conversations.
Inspect and use the catalogue-backed cheapskate/auto router, which permits only explicitly enabled models with exact zero catalogue pricing.
Delegate a self-contained task to a verified cheaper/faster child-Pi model in a fresh ephemeral context.
| name | usage-telemetry-chart |
| description | Render a multi-instance Piclaw usage chart from Graphite telemetry. |
| distribution | public |
Render a seven-day, multi-colour stacked SVG chart from the configured Graphite render endpoint:
bun ./usage-telemetry-chart.ts --render-url http://graphite:8080 --prefix piclaw
--prefix is the Graphite root before the instance segment and defaults to piclaw. Optional filters: --instance, --provider, --model, --metric tokens.total, and --days 7.
The chart reads instance-first paths such as piclaw.smith.usage.github-copilot.gpt_5_6_sol.tokens.total. It does not query the pre-0.1.14 piclaw.usage.<instance>... namespace.
The exporter add-on must be configured and have sent metrics before this chart has data.