Claude-skill-registry klingai-cost-controls

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/klingai-cost-controls" ~/.claude/skills/majiayu000-claude-skill-registry-klingai-cost-controls && rm -rf "$T"
manifest: skills/data/klingai-cost-controls/SKILL.md
source content

Klingai Cost Controls

Overview

This skill teaches how to implement cost controls, budget tracking, usage alerts, and spending limits for Kling AI video generation to prevent unexpected charges.

Prerequisites

  • Kling AI API key configured
  • Understanding of Kling AI pricing model
  • Python 3.8+

Instructions

Follow these steps for cost management:

  1. Understand Pricing: Learn cost structure
  2. Set Budgets: Define spending limits
  3. Track Usage: Monitor consumption
  4. Create Alerts: Set up notifications
  5. Enforce Limits: Implement hard stops

Output

Successful execution produces:

  • Cost tracking records
  • Budget limit enforcement
  • Usage alerts at thresholds
  • Prevented budget overruns

Error Handling

See

{baseDir}/references/errors.md
for comprehensive error handling.

Examples

See

{baseDir}/references/examples.md
for detailed examples.

Resources