From costory
Send a cost report to a Slack channel. Use when the user wants to share cost data or analysis with their team via Slack.
How this skill is triggered — by the user, by Claude, or both
Slash command
/costory:send-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are sending a cost report to Slack via Costory. Follow this workflow:
You are sending a cost report to Slack via Costory. Follow this workflow:
Ensure a saved view or explorer exists: You need either a savedViewId or savedAdvancedExplorerId.
create_saved_view to persist it first.search to find it.Find the Slack channel: Call list_slack_channels to get available channels. Ask the user which one if not specified.
Send the report: Call send_to_slack with:
savedViewId or savedAdvancedExplorerId.Confirm: Tell the user the report was sent and to which channel.
npx claudepluginhub costory-io/costory-plugin --plugin costoryGenerates formatted performance reports from analytics sources and delivers via Slack, email, or Google Sheets with trend analysis and anomaly detection.
Formats web search results as polished Slack messages, digests, or thread summaries ready for channel posts.
Generates structured monthly cost reports for Claude API token usage with daily, project, and model breakdowns. Supports cross-month comparisons and cost optimization suggestions.