원클릭으로
graphite-power-chart
Generate a Graphite chart (12h default) for a Zigbee device metric and post it to the web timeline.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a Graphite chart (12h default) for a Zigbee device metric and post it to the web timeline.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
ARCHIVED — project work items are tracked in GitHub Issues and GitHub Projects. Use the github-issues skill when installed, or use gh directly.
Diagnose and fix piclaw extension issues (imports, DB init errors, watcher perms), update skel, and restart safely.
Search the web via SearXNG (or DuckDuckGo fallback) and optionally fetch result pages as raw Markdown content.
Search via SearXNG (or DuckDuckGo fallback), fetch top results, and return sentence-level summaries plus optional converted page content.
Fetch a user's recent tweets (tweets, replies, retweets) using Playwright + Nitter fallbacks and produce compact JSON/Markdown summaries.
Write and review concise technical documentation using a plain-English voice guide and anti-trope filter. Use for READMEs, design notes, runbooks, API documentation, release notes, and pull-request text.
| name | graphite-power-chart |
| description | Generate a Graphite chart (12h default) for a Zigbee device metric and post it to the web timeline. |
| distribution | public |
Use this skill to generate a 12-hour chart for a Zigbee device and post it to the web UI timeline. The script lives alongside this skill so it can be adapted to other data sources.
bun /workspace/.pi/skills/graphite-power-chart/graphite-power-chart.ts \
--device server_closet_ups_power --ipc
bun /workspace/.pi/skills/graphite-power-chart/graphite-power-chart.ts \
--metric zigbee.server_closet_temperature.temperature \
--label Temperature --unit "°C" \
--ipc
bun /workspace/.pi/skills/graphite-power-chart/graphite-power-chart.ts \
--device server_closet_ups_power --hours 24 --resample 10min --ipc
summarize(..., "avg").--resample raw to disable resampling.--ipc posts the chart to the web timeline as an inline SVG attachment (no push by default).http://192.168.1.250:8086 (override with --base-url or GRAPHITE_BASE_URL).--metric to adapt to other data sources.