gamma-cost-tuning

Featured

Optimize Gamma usage costs and manage API spending. Use when reducing API costs, implementing usage quotas, or planning for scale with budget constraints. Trigger with phrases like "gamma cost", "gamma billing", "gamma budget", "gamma expensive", "gamma pricing".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Gamma Cost Tuning ## Overview Optimize Gamma API usage to minimize credit consumption. Gamma uses a credit-based billing system where costs are driven by image generation model tier and content complexity. API access requires Pro or higher subscription. ## Prerequisites - Active Gamma Pro/Ultra/Teams/Business subscription - Understanding of credit system - Completed `gamma-install-auth` setup ## Gamma Credit System ### Image Model Tiers | Tier | Credits per Image | Quality Level | |------|-------------------|---------------| | Standard | 2-15 | Good for internal/draft presentations | | Advanced | 20-33 | Higher quality, more detail | | Premium | 34-75 | Best quality images | | Ultra | 30-125 | Highest fidelity, photorealistic | Card text generation also costs credits based on the AI model used. ### Plan Comparison | Feature | Pro | Ultra | Teams | Business | |---------|-----|-------|-------|----------| | Monthly credits | Included | More credits | Team pool | Custom | | API access | Yes | Yes | Yes | Yes | | Max cards | Standard | Up to 75 | Standard | Custom | | Ad-hoc credit purchase | Yes | Yes | Yes | Yes | | Auto-recharge | Yes | Yes | Yes | Yes | ## Instructions ### Step 1: Track Credit Usage ```typescript // src/gamma/cost-tracker.ts interface UsageEntry { generationId: string; creditsUsed: number; outputFormat: string; timestamp: Date; } class CreditTracker { private usage: UsageEntry[] = []; record(entry: UsageEntry) { this.usage.push...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

gamma-rate-limits

Understand and manage Gamma API rate limits effectively. Use when hitting rate limits, optimizing API usage, or implementing request queuing systems. Trigger with phrases like "gamma rate limit", "gamma quota", "gamma 429", "gamma throttle", "gamma request limits".

2,266 Updated today
jeremylongshore
AI & Automation Featured

gamma-performance-tuning

Optimize Gamma API performance and reduce latency. Use when experiencing slow response times, optimizing throughput, or improving user experience with Gamma integrations. Trigger with phrases like "gamma performance", "gamma slow", "gamma latency", "gamma optimization", "gamma speed".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-cost-tuning

Optimize Adobe API costs across Firefly Services (generative credits), PDF Services (document transactions), and Photoshop/Lightroom APIs. Use when analyzing Adobe billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "adobe cost", "adobe billing", "adobe credits", "reduce adobe costs", "adobe pricing", "adobe budget".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-cost-tuning

Optimize Apollo.io costs and credit usage. Use when managing Apollo credits, reducing API costs, or optimizing subscription usage. Trigger with phrases like "apollo cost", "apollo credits", "apollo billing", "reduce apollo costs", "apollo usage".

2,266 Updated today
jeremylongshore
AI & Automation Featured

gamma-observability

Implement comprehensive observability for Gamma integrations. Use when setting up monitoring, logging, tracing, or building dashboards for Gamma API usage. Trigger with phrases like "gamma monitoring", "gamma logging", "gamma metrics", "gamma observability", "gamma dashboard".

2,266 Updated today
jeremylongshore