Octo Costs banner
nyldn nyldn

Octo Costs

Productivity community

Description

--- description: "Show cost breakdown by provider and workflow for the current session" allowed-tools: Bash, Read, Glob, Grep --- # Cost Dashboard (/octo:costs) **Your first output line MUST be:** `🐙 Octopus Cost Dashboard` Display a cost breakdown by provider and workflow for the current session (and cumulative history). ## EXECUTION CONTRACT (Mandatory) When the user invokes `/octo:costs`, you MUST follow these steps in order. ### STEP 1: Locate Usage Data Search for session usage data

Installation

Installs to ~/.claude/skills/nyldn-claude-octopus-octo-costs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nyldn-claude-octopus-octo-costs && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/commands/octo-costs.md -o ~/.claude/skills/nyldn-claude-octopus-octo-costs/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository