From twinmind-pack
Optimize TwinMind costs across Free, Pro, and Enterprise tiers. Use when analyzing usage patterns, reducing costs, or choosing the right pricing tier for your needs. Trigger with phrases like "twinmind cost", "reduce twinmind spending", "twinmind pricing optimization", "twinmind budget".
How this skill is triggered — by the user, by Claude, or both
Slash command
/twinmind-pack:twinmind-cost-tuningThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Optimize TwinMind costs through usage analysis, tier selection, budget monitoring, token optimization, and quota management.
Model the Free ($0, unlimited transcription, 500K tokens), Pro ($10/mo, Ear-3 model, 2M tokens), and Enterprise (custom pricing, unlimited tokens) tiers with TierPricing interface.
Build a CostAnalysis that fetches last-30-day usage (transcription hours, API requests, AI tokens, storage) and calculates estimated cost per tier to recommend the optimal plan.
Create a CostMonitor with configurable budget thresholds (warning at 80%, critical at 95%). Check hourly and send Slack/email alerts when thresholds are crossed.
Analyze token usage by feature (summary, chat, memory_search). Offer brief (200 tokens), standard (500), and detailed (800) summary options. Implement response caching.
Build QuotaManager with daily limits for transcription hours, API requests, and AI tokens. Add Express middleware to reject requests when quotas are exceeded (429).
See detailed implementation for complete pricing models, cost analyzer, budget monitor, and quota manager code.
| Issue | Cause | Solution |
|---|---|---|
| Unexpected charges | Usage spike | Set up budget alerts |
| Quota exceeded | High usage | Implement rate limiting |
| Wrong tier | Poor planning | Analyze usage patterns quarterly |
Basic usage: Apply twinmind cost tuning to a standard project setup with default configuration options.
Advanced scenario: Customize twinmind cost tuning for production environments with multiple constraints and team-specific requirements.
| Feature | Free | Pro ($10/mo) | Enterprise |
|---|---|---|---|
| Transcription | Unlimited | Unlimited | Unlimited |
| API Access | No | Yes | Yes |
| Ear-3 Model | No | Yes | Yes |
| Context Tokens | 500K | 2M | Unlimited |
| Rate Limits | 30/min | 60/min | 300/min |
For reference architecture, see twinmind-reference-architecture.
npx claudepluginhub ktiseos-nyx/claude-code-plugins-plus-skills --plugin twinmind-packGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
4plugins reuse this skill
First indexed Jul 11, 2026