From octopus
Use when the user asks about their Octopus Energy bill, usage, tariff, or saving sessions — questions like "how much did I spend", "when do I use most electricity", "should I switch tariff", "how am I doing on saving sessions". Provides a playbook for combining the Octopus MCP tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/octopus:octopus-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks about their Octopus Energy account, use the MCP tools — never invent figures.
When the user asks about their Octopus Energy account, use the MCP tools — never invent figures.
| User asks | Tool to call first |
|---|---|
| "How much did I spend last month?" | bill_summary with period.kind = "last_month" |
| "What did I use last week?" | usage_breakdown with period.kind = "last_7_days", group_by = "day" |
| "When am I using the most electricity?" | peak_hours with period.kind = "last_quarter", top_n = 10 |
| "Should I switch to Tracker / Agile / Cosy / Go?" | compare_tariff with the relevant target_product_code |
| "How am I doing on saving sessions?" | saving_session_history |
| "What tariff am I on?" | current_tariff |
caveats, show them — they prevent the user being misled by simplified projections.pounds_summary headline and put the detail underneath.list_products and pick a sensible matching code. If multiple match, ask the user which.saving_session_history returns.delta_pence returned — the model is a pure tariff swap, not a behavioural projection.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielchicot/octopus-mcp --plugin octopus