adobe-cost-tuning

Featured

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".

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

# Adobe Cost Tuning ## Overview Optimize costs across Adobe's consumption-based APIs. Each API family has different pricing models: Firefly uses generative credits, PDF Services uses document transactions, and Photoshop/Lightroom use API call credits. ## Prerequisites - Access to Adobe Admin Console billing (https://adminconsole.adobe.com) - Understanding of current API usage patterns - Monitoring infrastructure for usage tracking ## Instructions ### Step 1: Understand Adobe API Pricing Models | API | Free Tier | Paid Unit | Key Limit | |-----|-----------|-----------|-----------| | **PDF Services** | 500 tx/month | Document Transaction | Per-page for extract, per-file for create | | **Firefly API** | Trial credits | Generative Credit | 1 credit per image generated | | **Photoshop API** | Trial credits | API Credit | 1 credit per operation (cutout, actions, etc.) | | **Lightroom API** | Trial credits | API Credit | 1 credit per auto-edit | | **I/O Events** | Included | Free with entitlement | 3,000 events/5sec rate limit | | **Document Generation** | Part of PDF Services | Document Transaction | Per-document generated | ### Step 2: Track Usage per API ```typescript // src/adobe/usage-tracker.ts interface ApiUsageEntry { api: 'firefly' | 'pdf-services' | 'photoshop' | 'lightroom'; operation: string; timestamp: Date; durationMs: number; creditsUsed: number; } class AdobeUsageTracker { private entries: ApiUsageEntry[] = []; record(entry: Omit<ApiUsageEntr...

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

adobe-performance-tuning

Optimize Adobe API performance with token caching, async job batching, connection pooling, and response caching for Firefly, PDF Services, and Photoshop API workflows. Trigger with phrases like "adobe performance", "optimize adobe", "adobe latency", "adobe caching", "adobe slow", "adobe batch".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-cost-tuning

Optimize Fireflies.ai subscription costs through seat auditing, selective recording, and plan sizing. Use when analyzing Fireflies.ai billing, reducing per-seat costs, or implementing usage monitoring and right-sizing. Trigger with phrases like "fireflies cost", "fireflies billing", "reduce fireflies costs", "fireflies pricing", "fireflies expensive", "fireflies budget".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-rate-limits

Implement Adobe API rate limiting, backoff, and quota management across Firefly, PDF Services, Photoshop, and I/O Events APIs. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for Adobe. Trigger with phrases like "adobe rate limit", "adobe throttling", "adobe 429", "adobe retry", "adobe backoff", "adobe quota".

2,266 Updated today
jeremylongshore
AI & Automation Solid

framer-cost-tuning

Optimize Framer costs through tier selection, sampling, and usage monitoring. Use when analyzing Framer billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "framer cost", "framer billing", "reduce framer costs", "framer pricing", "framer expensive", "framer 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